Top "Jdbc-odbc" questions

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

Insert data to ms access from java

I'm new to JDBC. I want to insert data into Access from Java, but I can't get it. It shows …

java sql ms-access jdbc jdbc-odbc
JDBC-ODBC Bridge Removed in Java 8, what is the best alternative?

Seeing as Oracle has removed the JDBC-ODBC Bridge driver in the latest release of Java (version 8), is there a good …

java sql ms-access jdbc jdbc-odbc
MS ACCESS jdbc.odbc connection. data source name not found/No default driver specified?

I'm trying to study for a basic SQL test at school but unfortunately I copied the class that we are …

java sql database jdbc-odbc
Glassfish admin console's java.lang.RuntimeException

I have tried to create jdbc connection pool on my glassfish with the following properties(as seen on the image …

jdbc connection-pooling jdbc-odbc ojdbc glassfish-4.1
unicode supported jdbc connection with sqlserver using Data source name

Case 1: I am trying to connect to the sql-server 2005 database which is situated on the remote server using Class.forName("…

java jdbc jdbc-odbc
creating jdbc odbc connection without creating the DSN in MS ACCESS

I am trying to make the connection between java and ms access database. I want to make the connection without …

java ms-access jdbc jdbc-odbc
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path

I have created DSN for Mapped drive like this:- Y:\\192.168.2.5\data\db.accdb Now i am accessing this database …

java ms-access-2007 jdbc-odbc
oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection

WrappedConnectionJDK6 wrapped = (WrappedConnectionJDK6) dbStrategy.getConnection(); Connection underlyingConn = wrapped.getUnderlyingConnection(); OracleConnection oracleConn = (OracleConnection)underlyingConn; Last line gives Error - > ERROR &…

jboss6.x jdbc-odbc
MS Access - Can't Open Any More Tables

at work we have to deal with several MS Access mdb files, so we use the default JdbcOdbcBridge Driver which …

java ms-access jdbc jdbc-odbc
sql query to select a specific cell in excel

Open_YYYY Open_MM MetricMonth BaseTXN_Issued AllTXN_Issued 2013 4 Apr-2013 24990 42179 2013 5 May-2013 37049 58037 2013 6 Jun-2013 33491 54869 2013 7 Jul-2013 34359 62047 I have the information above in an …

java excel jdbc-odbc