Creating a Java database
I want to create a database (not table) using java. Is it possible? If Yes then what should I do? Tell me detail procedure if possible.

Software/Hardware used:
ASKED: December 9, 2008  9:50 PM
UPDATED: December 10, 2008  8:35 PM

Answer Wiki:
Sorry cannot give specifics You don't create a database on the 400/ You can create collections and tables. You would issue standard SQL commands to do these processes.
Last Wiki Answer Submitted:  December 10, 2008  3:36 pm  by  philpl1jb   44,070 pts.
All Answer Wiki Contributors:  philpl1jb   44,070 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’m a beginner in java programming ;so i need clear codes to use for creating database and table in java programming language.


 

If you’re writing to the native file system of the i (AS/400), it has a built in database (DB2/400), so you wouldn’t be creating one. Are you wanting to create a database on a different system?

 4,275 pts.