Hi,
does anyone have a small code-example of how to connect, via JDBC-ODBC,
to a text-file, using its established User-DSN?
Thank you in advance,
/Morten.
does anyone have a small code-example of how to connect, via JDBC-ODBC,
to a text-file, using its established User-DSN?
Thank you in advance,
/Morten.
The url for the connection is "jdbc:odbc:NameOfDataSource"Quote:> Hi,
> does anyone have a small code-example of how to connect, via JDBC-ODBC,
> to a text-file, using its established User-DSN?
> Thank you in advance,
> /Morten.
Thomas
1. odbc error(category :odbc,source:odbc sql server driver,number:S1T00)
odbc error(category :odbc,source:odbc sql server driver,number:S1T00)
I GOT ABOVE MESSAGE.
can anyone tell how to change this parameters?
retcode = SQLSetConnectAttr(m_hdbc, SQL_ATTR_LOGIN_TIMEOUT,
(SQLPOINTER)dwSeconds, SQL_IS_UINTEGER);
2. Problem with PreparedStatement with JDK1.2.1, JDBC-ODBC bridge and SQL Server 7.0
3. Error connecting to ODBC File Data Source
4. How do I get the values of an Identity ?
5. trying to connect to AS-400 ODBC source
6. Cursor Location - Errors 80040e21, 80040e31 (REPOST)
7. Connect SQL Server to ODBC Source?
8. HELP!!!! Select all table names with common collumn name
9. Using ODBC Data Source to connect to DB2 in SQL Server
10. connecting to an odbc data source
11. Connecting to ODBC Sources
12. How to connect to an ODBC data source?
13. Problem using DLL to connect to ODBC data source