Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
4k views

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 ...
4
votes
1answer
1k views

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] ...
0
votes
0answers
89 views

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 ...
0
votes
3answers
2k views

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