-
as seen on Server Fault
- Search for 'Server Fault'
While performing an upgrade, our in-house software started to report the following strange error. It is a C++ application talking to a remote postgresql database, defined through ODBC:
ODBC error state S1092, native error 0. [unixODBC][Driver Manager]Invalid attribute/option identifier
Both the…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to create a System DSN ODBC connection to a DB2 9.5 database, but I am getting a very strange problem.
I've looked through the internet and found the following page that has some instructions on how I should proceed: http://www.ryslander.com/how-to-install-and-configure-db2-odbc-driver/…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm attempting to connect a ColdFusion application to a DB2 ODBC DSN.
Here's my error message:
Connection verification failed for data source: <DSN NAME>
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][IBM][CLI Driver] SQL30082N Attempt to establish connection failed…
>>> More
-
as seen on .NET 247
- Search for '.NET 247'
Hello, I am using the following connection to Query and Excel Spreadsheet: AConnectionString "Driver {Microsoft Excel Driver (*.xls)};DriverId 790;Dbq " & ofdSelectFile.FileName & ";DefaultDir c:\;" ASourceConnection New Odbc.OdbcConnection(AConnectionString)…
>>> More
-
as seen on .NET 247
- Search for '.NET 247'
Hello, I am using the following connection to Query and Excel Spreadsheet: AConnectionString "Driver {Microsoft Excel Driver (*.xls)};DriverId 790;Dbq " & ofdSelectFile.FileName & ";DefaultDir c:\;" ASourceConnection New Odbc.OdbcConnection(AConnectionString)…
>>> More