Questions tagged [jdbc-odbc]

The JDBC-ODBC Bridge enables Java applications to access ODBC data sources through the JDBC interface.

The JDBC-ODBC Bridge enables Java applications to access ODBC data sources through the JDBC interface. It was created to allow access to data sources that had an ODBC driver but did not have a native JDBC driver.

Important note (from Oracle's Java SE documentation):

The JDBC-ODBC Bridge should be considered a transitional solution; it will be removed in JDK 8.

307 questions
0
votes
1 answer

Adding result set into ArrayList take so much of time

Here is my code where i am running my query and adding result set into ArrayList . Modified code private ArrayList getEventsFromShares() throws SQLException { Statement eventStmt = null; ResultSet rs = null; ArrayList
Shailendra
  • 141
  • 1
  • 2
  • 10
0
votes
0 answers

Internal OLE Automation errors

I've got a legacy project which runs some queries every minute to an Access database. All the queries work fine but after a certain amount of time (multiple weeks) and then all of a sudden Internal OLE Automation errors start appearing left and…
Rodin10
  • 327
  • 3
  • 15
0
votes
1 answer

Java & Access Database

I am trying to select records and view it in a JTable. My records are in Ms Access database locally in my computer. While trying to run the program i am getting an Null point Exception error, pointing my Prepared Statement. Below is my code try { …
Thiv
  • 9
  • 4
0
votes
1 answer

ORA-12505, TNS:listener does not currently know of SID given in connect descriptor on server

I am getting ORA-12505 whenever trying to create a connection when pc is on the server. If I disconnect pc from the server then connection creating. but when I connect pc to the server then I am getting an error ORA-12505 Status:: Failure -Test…
0
votes
1 answer

Missing artifact oracle:ojdbc6:jar:11.2.0.3

I am facing "Missing artifact oracle:ojdbc6:jar:11.2.0.3" issue. I went through a lot of blogs but was not successfull. I tried with ojdbc14, ojdbc7 as well and I am not able to proceed further. POM file dependency: