- 1
How To Make Database Driven Application
how to make a huge database behind an application..Like i have to design an app which have an databse of 1000 images.. ??
2 Antworten
- 1
That would depend on how you want to display the images and what database you are using. You could create a Swing application and connect to your database using JDBC connectors/MySQL connectors to populate a form.