>> Is it possible that you have ended up in SQL-state HY000 or HY004?
>> If you are in HY004, then your data types are incorrect!!!
>
>I don't understand:  HY000 or HY004 ???

The ODBC "machine" works as a finite-state machine. For each call you do
to the ODBC API you might or might not change the state of the state
machine. HY000 and HY004 are error states. The corresponding error text
for HY004 is "Invalid SQL data type", and for HY000 "General error".

Since you had "Invalid SQL", it looks like a cut off string of the error
messages that comes with state HY004.

Best regards,

        /Anders



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to