From: Gerald Gutierrez Date: March 19 1999 2:35am Subject: "Data source name not found ..." error ! List-Archive: http://lists.mysql.com/myodbc/59 Message-Id: <99031818433501.07240@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Hey all. I'm trying to get MyODBC working. Although I can create the executable I can't make it access any databases! When I try to connect to a database, I get the error message: [iODBC][Driver Manager]Data source name not found and no default driver specified. Driver could not be loaded. The sqlState is IM002. I believe this has to do with an improper .iodbc.ini setup, but I fail to see what's wrong with it. It's below. There's no UID or password. I'm assuming I can issue those with ODBC commands instead. If anyone can help, I'd appreciate it very much. Thanks. [test] Trace = Off TraceFile= stderr Driver = /usr/lib/mysql/libmyodbc_mysql.so DSN = test DB = test SERVER = localhost #UID = test #PWD = PORT = 3306 #OPTION = 1 #DB = test SOCKET = /tmp/mysql.sock