Hello,
I want to evaluate your driver and want to find out whether it can be used within a java app to also create a ms access mdb file on the fly?
thanks,
vithi.
|
Yeah.
For instance,
Class Name: com.hxtt.sql.access.AccessDriver
jdbc url: jdbc:access:////sys/data/aoutputdir
sql:
create database amdb;
create table amdb.atable (...);
insert into amdb.atable ...
|