From: Bolo Date: 2007-01-06T02:10:06+09:00 Subject: Re: ODBC, MS SQL Server Hello, Hello > This might sound silly, but are you using a Windows-based PC? No I use Debian etch. When i this command # isql YOUR_DB_DEFINITION_NAME USERNAME PASSWORD +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> select * from users; (again, do this for a table that exists in your db) +------------+-------------------------------+ | id | login | +------------+-------------------------------+ | 1 | user1 | | 3 | user2 | +------------+-------------------------------+ 2 rows affected 2 rows returned SQL> quit it's working