Re: Login System Netbeans!!!
There will be a lot of steps in between, and I suggest that you take baby steps to solve each one, one at a time. First of all, are you absolutely set on using an Access database, and not an SQL variant such as Derby/Java DB?
Re: Login System Netbeans!!!
yes i know basics of connecting java application with MS Access database using JDBC-ODBC. I also have little knowledge about SQL statements like (SELECT, INSERT INTO & DELETE). I am ready to learn all the steps between. Please guide me through every step one by one so i can create a perfect login system..... :) Thanks!!!
Re: Login System Netbeans!!!
Quote:
Originally Posted by
hassaanid2012
yes i know basics of connecting java application with MS Access database using JDBC-ODBC. I also have little knowledge about SQL statements like (SELECT, INSERT INTO & DELETE). I am ready to learn all the steps between. Please guide me through every step one by one so i can create a perfect login system..... :) Thanks!!!
I think that you may be over-estimating just what can and should be done in a forum staffed by volunteers. We are much better suited towards answering specific questions, and less well suited to re-writing complete tutorials from scratch. Please check out the tutorials that are already in existence, especially the Swing tutorials, and then please come on back if you have any specific questions that we can help you with.
Re: Login System Netbeans!!!
i don't think i can find the tutorial that i want but i am expecting help from you guys in this forum. If you don't wanna help then its ok. Please give me some links of such tutorials related to my issue so i can read them and try to solve my problem by myself. Waiting for your response.....
Re: Login System Netbeans!!!
Quote:
Originally Posted by
hassaanid2012
i don't think i can find the tutorial that i want but i am expecting help from you guys in this forum. If you don't wanna help then its ok.
Please. No one said that.
Quote:
Please give me some links of such tutorials related to my issue so i can read them and try to solve my problem by myself. Waiting for your response.....
The main Java tutorials are here: The Really Big Index
Please check out in particular the Swing section for information on how to do GUI coding, and the JDBC section for information on how to use Java with a database. Other special sub-areas to check out include the section titled "Concurrency in Swing" to learn how to do background processing with a Swing application.
Your rate of progress will depend on how much you know already. If you're just starting out, please have some patience as this will all take some time to learn, including learning enough to be able to ask the right questions. But with perseverance, effort, and patience, you can succeed.
Again, we will help you better if you tell us specifically where you're stuck and also show your code. The more specific your question, often the better the help you will receive.
Much luck.
Re: Login System Netbeans!!!
I wonder what Netbean's role is ...
kind regards,
Jos
Re: Login System Netbeans!!!
Quote:
Originally Posted by
JosAH
I wonder what Netbean's role is ...
To generate unreadable and unmaintainable code.
db
Re: Login System Netbeans!!!
Quote:
Originally Posted by
DarrylBurke
To generate unreadable and unmaintainable code.
Duh, I don't need Netbeans for that; I can generate unreadable and unmaintainable code myself.
kind regards,
Jos ;-)