| Author |
how to create new ms acess database using Java
|
J Praveen Reddy
Greenhorn
Joined: Aug 22, 2006
Posts: 2
|
|
Hi, in my application, iam in need of creating new access file at the user selected path. Can any body help me on this? Thanks, Praveen Reddy J
|
 |
Wei Dai
Ranch Hand
Joined: Jun 22, 2005
Posts: 81
|
|
The simplest solution: prepare a blank mdb file in advance, then copy that file and rename it to your destination path. The free api solution: use Jackess at http://jackcess.sourceforge.net/ The commercial solution: use CREATE DATABASE sql through HXTT Access JDBC driver at http://www.hxtt.com/access.html .
|
 |
 |
|
|
subject: how to create new ms acess database using Java
|
|
|