Java Netbeans Help - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Java Netbeans Help (921 Views)
1 Reply
| Java Netbeans Help by Nobody: 2:06pm On Jan 25, 2011 |
what is the procedure to pass input of my componet Gui interface on net beans to javaDb database table i am usin netbeans 6.9.1 |
| Re: Java Netbeans Help by naijaswag1: 12:24am On Jan 26, 2011 |
Try to be logical and clear in your manner of asking questions.If possible,provide a screenshot of your GUI and the code part. Netbeans comes with JavaDB driver and the manager interface for creating databases and tables.Use help menu to get to that part of the IDE.If you want to access JavaDB from your GUI,you have to write code using JDBC API in your application code.When you enter the values in the appropriate boxes,you retrieve them and convert to appropriate types,then access the database via JDBC and store the values.The retrieval is also possible the same way.There are other means of accessing databases apart from the basic JDBC eg Hibernat,JDO,Kodo etc Read this tutorial and see if it makes any sense. http://download.oracle.com/javase/tutorial/jdbc/index.html Its the Sun official tutorial on JDBC. |
| Re: Java Netbeans Help by naijaswag1: 11:07am On Jan 26, 2011 |
You need to install sun application server or standalone glassfish or standalone JavaDB and specify the location for netbeans |
Is Anything Better Than The Netbeans Ide? • Rotating A Jlabel Using Netbeans • Netbeans Vs Eclipse Vs Jboss • 2 • 3 • 4
Developing Social Networking Website Using PHP And MYSQL • [TUT] How To Make/use Single Name On Facebook • Please, Help On This Resume Builder Project