About 87,300 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 · If your Java app is running in a 64-bit Java Virtual Machine (JVM) then DRIVER={Microsoft Access Driver (*.mdb)} is not going to work because there is no 64-bit …

  5. 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 …

  6. How to test connection to Oracle Database using Java

    Sep 12, 2013 · Is there a way to test my connection to oracle database using Java? Here's my code. public class OracleConnection { public static void main (String [] args) throws Exception …

  7. URL string format for connecting to Oracle database with JDBC

    Jun 28, 2009 · I'm a newbie to Java-related web development, and I can't seem to get a simple program with JDBC working. I'm using off-the-shelf Oracle 10g XE and the Eclipse EE IDE. …

  8. 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.

  9. 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 …

  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: …