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
Hooking up jdbc to a local access database
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="CodeForTea, post: 2609934"] 1. Control Panel 2. Administrative Tools 3. Data Sources (ODBC) 4. System DSN Tab 5. Add 6. Microsoft Access Drive (*.mdb) 7. Data Source Name ( add Data source name dont put any spaces.) 8. Click on select button Browse and find your database files. 9. Ok 10. ok String url = "jdbc:odbc:xxxxx" database name from step 7. Connection con = DriverManager.getConnection(url, "myLogin", "myPassword"); [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Hooking up jdbc to a local access database
Top