ODBC Select

Larry none at none.com
Wed Nov 17 21:42:33 EST 2004


> According to PEP 249, the return value for cursor.execute() is undefined 
> and there seems to be little documentation for the ODBC module, so my 
> guess (and I can't confirm it from home where I have no Windows) is that 
>   0 indicates "success" and has nothing to do with the number of 
> records.  Have you tried a "print cursor.fetchone()" to see if anything 
> is there?

Wow!
I feel silly!
Just as you said.
The records are there.
Thanks!

Larry



More information about the Python-list mailing list