|
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....
|
|
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.
|
|
We have been using the Client Access ODBC drivers when accessing AS/400 data from our .net applications and SQL DTS/SSIS packages. Are there third party drivers that provide better performance or functionality?
Started by David Neeck on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as we know the Windows built-in drivers....
Our company is using the same Client Access drivers.
This is an OpenSource version of the IBM Toolbox for Java with this driver was very positive.
...) driver in a previous project.
|
|
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.
|
|
I Have "SQL Native Client", but not "SQL Server" ODBC driver. I have SQL 2005 installed on my machine.
Tried to fix by installing SQL Server client tools.
Any ideas would be appreciated.
I'm running Windows XP Pro.
Started by Greg Ogle on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: Here's.
It says it provides the SQL Server ODBC driver.
Found this Microsoft download.
|