M
Max Ischenko
I'm using adodbapi DBAPI module to access SQL server and trying to pass
a GUID parameter with an SQL statement. But it doesn't work: I got
"incorrect cast expression" from the ADO. If I paste GUID directly into
sql string (in quotes) it works fine.
I've tried to patch adodbapi to correctly handle this kind of parameters
but no luck. Could someone give any specific help on adodbapi or at
least some general reference to how to pass GUID to the ADO properly.
tia.
a GUID parameter with an SQL statement. But it doesn't work: I got
"incorrect cast expression" from the ADO. If I paste GUID directly into
sql string (in quotes) it works fine.
I've tried to patch adodbapi to correctly handle this kind of parameters
but no luck. Could someone give any specific help on adodbapi or at
least some general reference to how to pass GUID to the ADO properly.
tia.