hi i've tryed to count on a table. if i insert a where clause it will crash with the following error. someone able to help me about this? Perl 5.6.1, Win2K, DBI 1.27, DBD-ODBC 1.01 is installed.
SELECT COUNT(TEST) FROM Table WHERE (TEST=?) DBD::ODBC::st execute failed: [TCX][MyODBC]You have an error in your SQL syntax near 'WHERE (TEST='test2')' at line 1 (SQL-42000) [TCX][MyODBC]Unsupported option: 1750 to SQLGetInfo (SQL-S1C00)(DBD: st_execute/SQLExecute err=-1) Alex
