2002-12-03 03:17:47 UTC
Anthony,
Here is my .odbc.ini file:
----------------------------------------------------------
[ODBC Data Sources]
;[ids]
;Driver = /opt/mysql/odbc/libmyodbc.so
;Host = localhost
[ids]
Driver = /opt/mysql/odbc/libmyodbc.so
Server = 192.168.1.1
PORT = 3306
;[Default]
------------------------------------------------------------
"ids" is the database name.
If you can connect to MySql, the .odbc.ini sounds OK. Since
you already hit the line 676 in dbprocs.c, your odbc.ini file
works fine for the driver.
Could you send me some info about your system to my yahoo
account?
The output of:
gcc -v
ldd sntm
ls /lib/libc-2*
Regards,
Min.