Problem with ODBC Driver
- From: "S.Ali zahiri" <sa.zahiri@xxxxxxxxx>
- Date: Tue, 21 Sep 2010 13:09:16 +0330
Hi everybody,
I am trying to configure iODBC on Debian Lenny. When i try to test the
configuration with iodbctest the following message is printed:
*SQLDriverConnect = [MySQL][ODBC 3.51 Driver] Could not determine the driver
name; could not lookup setup library. DSN=((null)) SQLSTATE=HY000
ODBC_Connect = [MySQL][ODBC 3.51 Driver] Could not determine the driver
name; could not lookup setup library. DSN=((null)) SQLSTATE=HY000*
The content of /etc/odbc.ini
;
; odbc.ini configuration for MyODBC and MyODBC 3.51 Drivers
;
[ODBC Data Sources]
myodbc = MySQL ODBC 2.50 Driver DSN
myodbc3 = MySQL ODBC 3.51 Driver DSN
[myodbc]
Driver = MySQL
Description = MySQL ODBC 2.50 Driver DSN
Server = localhost
Port =
User = root
Password =
Database = test
Option = 3
Socket =
[myodbc3]
Driver = /usr/lib/odbc/libmyodbc.so
Setup = /usr/lib/odbc/libodbcmyS.so
Description = MySQL ODBC 3.51 Driver DSN
Server = localhost
Port =
User = root
Password = password
Database = ldap_test
Option = 3
Socket =
[Default]
Driver = /usr/lib/odbc/libmyodbc.so
Setup = /usr/lib/odbc/libodbcmyS.so
Description = MySQL ODBC 3.51 Driver DSN
Server = localhost
Port =
User = root
Password = password
Database = ldap_test
Option = 3
Socket =
Both libmyodbc.so and libodbcmyS.so do exist in the correct directory. The
database ldap_test is created and MySQL is running. I have not been able to
find a solution to this problem by using Altavista, Google etc.
--
; respectfully yours ;
- Follow-Ups:
- Re: Problem with ODBC Driver
- From: Scott Ferguson
- Re: Problem with ODBC Driver
- Prev by Date: Re: Help me understand these dependencies (xorg/video drivers)
- Next by Date: Re: Does the HDCP crack have any implications for Debian?
- Previous by thread: Original iphone46
- Next by thread: Re: Problem with ODBC Driver
- Index(es):
Relevant Pages
|