I know that it's a very undesireable scenario, but I need to create a database straight from java code. Yes, a database. Not a table. A database. The database will be dropped at the end of the program and will never be directly touched by the user, so all I'm really concerned with is the actual creation.
Also, using a pre-existing database as a jumping point isn't really an option.
I'm certain there must be some way to do this, but I haven't really found anything yet that sounds very promising....is this actually possible?