About 51 results
Open links in new tab
  1. ODBC Connection Setup in Java - Stack Overflow

    Mar 24, 2010 · I want to write a Java program that automates the work that the ODBC Data Source Administrator does in Windows. That is, given an ODBC connection name and a path …

  2. java - JDBC ODBC Driver Connection - Stack Overflow

    an appropriate ODBC driver for the target database (ACE/Jet, a.k.a. "Access") So, for most people, using JDBC-ODBC Bridge technology to manipulate ACE/Jet ("Access") databases is …

  3. Can we use odbc only with java to connect to databases?

    Dec 7, 2010 · Do we always have to use jdbc with Java programs for making connectivity with database or can we use only odbc for connecting to databases with Java programs?

  4. How to connect to Access .mdb database from 64-bit Java?

    Oct 12, 2013 · It is a free, open-source, pure Java implementation so it works on both 32-bit and 64-bit systems, both Windows and non-Windows. It also works with Java 8 (which has …

  5. How to access an odbc database with Java? - Stack Overflow

    Actually I am working on a Java application that requires an ODBC. I created the database ms Access and the class connection is working but when I try to add a table in the database an …

  6. How to build the "JDBC ODBC Driver Connection string" in Java?

    Bear in mind that Java's JDBC-ODBC Bridge is buggy, unsupported, and has been removed from Java 8. You really should use MySQL Connector/J.

  7. java - How to connect to an ODBC data source from Spring Boot?

    May 16, 2022 · I am developing a Spring Boot application that polls data from a legacy ODBC data source and inserts it into a MS SQL Server database. I need to connect to DSN that is …

  8. odbc - The specified DSN contains an architecture mismatch …

    Jan 17, 2012 · 96 I'm trying to connect to a database made by MS Access using Java, but I cannot seem to manage. I am using ODBC and I'm getting this exception: …

  9. odbc - how to make a connection string for oracle that includes ...

    Jul 5, 2011 · I have made a connection string in oracle like: Data Source=hostname;Initial Catalog=IMPORT_UTILITY;User ID=abc;password=123 I want to make the same for oracle. I …

  10. How to connect an odbc database to my java code? - Stack Overflow

    Jun 8, 2012 · 2 I need to connect an odbc database to my java code. I know that for connecting mdb database I need to use this code but it doesn't work: …