How To Make Database Driven Application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.. ??

12th Feb 2017, 12:10 PM
Shubham Chaudhary
Shubham Chaudhary - avatar
1 Answer
- 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.
12th Feb 2017, 3:09 PM
Mike Allen
Mike Allen - avatar