1> indicate that you are connected, logged in and the server are ready for SQL commands. Exit tsql console with:
1> indicate that you are connected, logged in and the server are ready for SQL commands. Exit tsql console with:
quit
quit
+
+
====isql====
+
At the command line enter the command isql -v DSN USERNAME PASSWORD e.g.:
+
+
isql -v xp3c dbuser dbpass
+
+
+---------------------------------------+
+
| Connected! |
+
| |
+
| sql-statement |
+
| help [tablename] |
+
| quit |
+
| |
+
+---------------------------------------+
+
SQL>
+
+
If you do not get output similar to the above, then check your config files, pay special attention to upper/lowercase, for example XP3C is not the same as xp3c!