NetBeans 6.8 JSR-296 Database Application
Loading...
27,553
Loading...
Uploader Comments (johnyeary)
see all
All Comments (28)
-
good ! for fundamental connectivity
-
Thanx for sharing, i'm newbie to netbeans and found it amazing.
-
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
Loading...
Excellent, a question. How can i make a different start page where from i can go to differente tables of the same database ? i.e. welcome menu with the options Table1 Table2 Table3 Exit.
stav3ng3r 1 month ago
@stav3ng3r The demonstration was a fundamentals of how to use JSR-296. I have created a couple of applications which have start pages, menus, etc. That is discussion beyond the basics of a single video.
Extension of the application is very easy when using JPA. Just give it a try.
johnyeary 1 month ago
Hi I would like to know how to add more tables in gui
SEDAYAN1 5 months ago
@SEDAYAN1 The demonstration provides the basics for doing this. You can have dependent tables. I am assuming that you want to add more pages with master/details? If so, it may be that you want a different start page where you can select different master/detail pages. A one liner does not give me much to work with. Good luck.
johnyeary 5 months ago
@SEDAYAN1 Following the same practices by using JPA you can add as many tables as you like.
johnyeary 1 month ago
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
2512redrose 9 months ago
@2512redrose The demonstration was how to connect to an arbitrary database and use JSR-296. MS Access has some significant shortcomings, and I would recommend you consider JavaDB(Apache Derby), or MySQL. I have done some development in the past using MS Access, and the combination required commercial drivers. I am not sure what the issue could be.
johnyeary 9 months ago