Question about the Java and ODBC.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wenger
    New Member
    • Dec 2007
    • 3

    #1

    Question about the Java and ODBC.

    can the Application write with Java Language using the ODBC API without JDBC-OBDC bridge driver ??
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by wenger
    can the Application write with Java Language using the ODBC API without JDBC-OBDC bridge driver ??
    Unless I'm mistaken the ODBC API is in C, isn't it?

    To what sort of database are you trying to connect? There should be a driver available that connects directly without having to use the old bridge driver.

    Comment

    • heat84
      New Member
      • Nov 2007
      • 118

      #3
      Originally posted by wenger
      can the Application write with Java Language using the ODBC API without JDBC-OBDC bridge driver ??
      No you can not do that.

      Comment

      Working...