|
Re: want to create access db from java using jdbc
|
Posted: Oct 12, 2005 5:30 AM
|
|
> btw: I donT believe ODBC is able to create a new DB. > > Must take a look at the driver I'm using (IZMADO, costs > 150 Euro) if it's able to do it.
No need to spend all that money, use the ODBC Configurator. It has an Option to create a New Database - I've done it before though a while back on an Oil Project. odbc32 I believe its called comes with windows - just run a Search with it. It used to take me a while poking around the Configuration App, but believe me it can create a New Database. What you do is then you write an App. that can Create Tables, run Inserts on your tables etc.
Good luck. Spike
|
|