presently i can can store the objects(Movies) in a .dat file but my only weakness is,i don't know how to store the array-list to Database.Please any help will be appreciated.
Printable View
presently i can can store the objects(Movies) in a .dat file but my only weakness is,i don't know how to store the array-list to Database.Please any help will be appreciated.
Have you had a look here? Trail: JDBC(TM) Database Access (The Java™ Tutorials)
Also, why Access as it might not be the best fit here?
So what type of database should i preferably use? thanks for the link
An sql based database, I think. Often mentioned here include mySQL or Derby (now included in the java download, I think), or SQLite and similar Databases.