Have you tried to use the sqlserver jdbc driver to talk to access ?
(don't know if it works though)
Mvgr,
Martin
Tim Dudgeon wrote:
I've been invetigating DDLUtils, and it looks promising for what I need.
But I'm going to need to support additional databases, notably MS Access.
Are there any plans to support this (are there any issues with using an
ODBC/JDBC bridge?).
If not, then what is needed to support an additional datbase type.
Presumably there is more to it that just creating the 2 classes:
org.apache.ddlutils.platform.mynewdb.MynewdbPlatform.java
org.apache.ddlutils.platform.mynewdb.MynewdbBuilder.java
Thanks
Tim