Questions tagged [odbc-bridge]

5 questions
48
votes
5 answers

Creating a custom ODBC driver

At my current job, we're looking to implement our own odbc driver to allow many different applications to be able to connect to our own app as a datasource. Right now we are trying to weigh the options of developing our own driver to the…
Nicholas Mancuso
  • 11,599
  • 6
  • 45
  • 47
4
votes
1 answer

Is there an alternative to using sun.jdbc.odbc.JdbcOdbcDriver?

I recently migrated an older application we have at work from Java 1.5 to 1.6. I noticed that during the build, I now get a (new) compiler warning: ... DatabaseSession.java:[9,20] sun.jdbc.odbc.JdbcOdbcDriver is Sun proprietary API and may be…
Troy Nichols
  • 1,234
  • 1
  • 13
  • 17
1
vote
1 answer

How to access a UniqueIdentifer column from Java's JDBC-ODBC bridge

I'm currently working on a java program that will access an Microsoft SQL Server using the JDBC-ODBC bridge driver provided in the Java distribution. Everything seems to be setup correctly and I can query basic data from the database, but when I try…
Patrick McDaniel
  • 1,073
  • 4
  • 11
  • 28
0
votes
3 answers

Connecting to SQLServer using JDBC-ODBC Bridge

I'm writing an applicationt hat was prototyped on MySQL and is now connecting to an Oracle database. All I had to do to connect to the oracle database (having built up the table structure) was change the connection string. What is the format to…
Omar Kooheji
  • 54,530
  • 68
  • 182
  • 238
0
votes
1 answer

Connecting IOS Device to IBM DB2 using JDBC Bridge

i'm having basic questions about the functionality of JDBC. My IOS App needs a db2 connection. Since the IOS SDK dont have a db2-odbc connectivity i need a bridge to translate db2 commands to JSON/XML and vice versa. Is it possible to realise a java…
BobbelKL
  • 59
  • 8