Hello I issued the following command on the Teradata Express Suse VM to test my ODBC setup, I have installed unixODBC and Teradata 64 bits drivers:
TDExpress14.0_Sles10:~ # isql -v testdsn vmtest vmtest
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL> select * from vmtest;
Segmentation fault (core dumped)
TDExpress14.0_Sles10:~ #
As you can see the connection seems to work I can't issue a simple select command, I would like to know if this would rather come from unixODBC or the Teradata ODBC driver ?
Forums: