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
-2
votes
2 answers

Working with a saved Access parameter query under (JDBC-)ODBC

In my Java application I have to use data that comes from an Access 2010 database. I used the graphical query creator from Access to create the appropriate query and it works great. Unfortunately, when I try to use a prepared statement with that…
scoob27
  • 91
  • 6
-2
votes
3 answers

Java database connectivity exception

I am connecting java to Microsoft access database but I am having following exception java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified try{ String ProjectPath=…
Sarah
  • 370
  • 1
  • 7
  • 25
-2
votes
1 answer

SQL SLOW ODBC CONNECTION

I have ODBC connection problem in my pc. I am using sql 2012 netbeans 7.3 win 7 32bit. but the same program is running fine on another pc. I think it's my pc's ODBC problem but I am not getting it..
-2
votes
1 answer

JDBC ODBC delete query error issue?

i want to delete customer's perticular news paper from database instead of full detail of customer?? one customer having multiple paper in their record but i want to delte any paper from multiples papers. i am enter customer id and selecting whch…
-2
votes
2 answers

UnsupportedOperationException in Java when checking whether the resultSet is Closed or not

I am getting error while checking whether the ResultSet is closed or not, here is the actual error I got in netbeans 7.3 : Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: Operation not yet supported at…
MMujtabaRoohani
  • 483
  • 4
  • 19
-3
votes
1 answer

Need to fetch data from database and store it in excel using java

I have to export data from database to excel sheet by using java.I have around 500+ column in DB, so need help in code where i need not to put the column name. I got some code from internet, but its specific to particular column name, if i implement…
Piyush
  • 11
  • 1
  • 5
-3
votes
1 answer

how to insert/edit data into database(s) which i created in CLI using mysql workbench?

how to insert/edit data into database(s) which i created in CLI using mysql workbench? I created a mysql database in CLI, and now i want to edit the tables and its content using mysql workbench, please help. And also if i created a database directly…
Gowtham Raj J
  • 937
  • 9
  • 26
1 2 3
20
21