Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Trying to create a database in a MS Access DB via JDBC drivers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Luca Paganelli, post: 576660"] I think the problem is that Access maps one database to one file. With the odbc bridge you can access to a db either via DSN (see ODBC sources) or by specifing the actual file in which the db is contained. Therefore it's not possible to CREATE a new db. You could try creating a new ..mdb file in the file system and point the odbc bridge to that file and finally start creating TABLEs (and not DATABASE). [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Trying to create a database in a MS Access DB via JDBC drivers
Top