|
I've got a windows service that I've written in .Net. In our current implementation we are interfacing with a Transoft ODBC. I've got logging implemented, and basically when we open the ODBC connection it just never connects. Never errors out or anything...
Started by Purple Ant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, wanted to check.
Hello Brian,
I am from Transoft.
Is your DSN as defined in odbc connections.
|
|
Using Visual Basic for Applications , how can I find out which version of the MySQL ODBC driver is installed in Windows on a user's machine?
I have a Microsoft Access application that uses the MySQL ODBC driver to make a connection. The connection string...
Started by Ben McCormack on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MySQL ODBC 3.51 Driver HKEY_LOCAL_MACHINE\SOFTWARE\ ODBC\ODBCINST.INI\ ODBC Drivers\MySQL ODBC 5.1 Drivers\MySQL ODBC 3.51 Driver") Then MsgBox "3.51" ElseIf RegKeyExists("HKEY_LOCAL_MACHINE....
|
|
I have a Vista machine that needs to remotely connect to Oracle 8.1.7 database. Installing the instant client with the ODBC pack gets an ODBC driver, but when you create a datasource with it, it says it's no longer compatible with that database version...
Started by Geoff Maddock on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Secondly on this? If so, then DataDirect claims their Oracle ODBC driver can connect to all versions, from 8i offer ODBC patch....
Firstly, you mean 8.1.7, not 8.7.1.
To Oracle 11, you can certainly find an odbc driver.
|
Ask your Facebook Friends
|
What is the best way to debug a custom ODBC driver on Windows? A former member of our team wrote the driver so we have the source available.
How do you attach a debugger to the driver? Or is it easier to just add "trace prints" to the driver to see what...
Started by Mathias on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Just go to driver's properties, activate the logging and set the target log file - and then set up another program to read from it interactively....
You can debug any ODBC driver by activating the logging for it via the Control Panel.
|
|
I want to import data from a DB2 database into MS Access via ODBC. The connection is set up and working but decimal values get converted due to some locale issue (German Windows).
234.75 ends up as 23475 in the Access table.
I had the same issue with ...
Started by OliverS on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you set an ODBC connection with the linked table manager and you.
Do you have the possibility to read some of your field's properties through your ODBC connection of ',' for all windows applications.
|
|
A month ago, I was showing a buddy how use .NET to query MySQL. It worked just fine, but he didn't understand why we needed a "driver" for MySQL in conjunction with ODBC. He though ODBC would be enough.
When he asked me why, I did my best, but my answer...
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The reason you need a driver is that ODBC is not in itself a driver for talking to databases the same to the client application: you talk to the ODBC library, and it asks the driver manager database brand to be compatible....
|
|
I am getting this error when I try to load an excel document as a datasource for my webpage
Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Excel Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN...
Started by Pbearne on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
/Resources
objConn.Open "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq="&server.MapPath("\Resources; the text of the message....
Rather than the Excel ODBC driver As a first step use forward slashes in MapPath i.e.
|
|
I have two applications in my Applications/Utilities folder that look exactly the same except for the icon. One is ODBC Manager, the other is ODBC Administrator.
Does anyone know what the difference between these two is?
Started by John Gallagher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
ODBC Manager is an independently developed application that is functionally equivalent to the Apple....
ODBC Administrator was shipped with Mac OS X until 10.6 Snow Leopard, when it be came a separate download from the Apple support site.
|
|
Hello All,
I am working on a Windows Server 2003 x64 bit OS. Under ODBC connections, I am seeing only "SQL Server" and "SQL native Client". I wanted to make a datasource for xls.
I have already performed the following things and there is no use ::
Gone...
Started by Nagendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Hello Chris,
Thanks that I was not able to create Excel ODBC driver from Administrative Tasks menu in Control PanelYou might check out....
And, finally, check out this post about using the Excel ODBC driver in 64 bit windows.
|
|
I have trouble getting the Sybase ASE ODBC drivers to work on Windows 7 64bit.
I have a 64bit version for Sybase ASE 15.0.1. However the installation fails. After selecting a "Custom" installation, and selecting all the options required for the client...
Started by Hendrik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you tried using both different odbcad32? One is located and odbc-drivers not showing....
This installed fine, but the driver does not show up in the ODBC Administrator.
I have tried installing the 32 bit driver as well.
|