Dennis Lee Bieber wrote:
The loop is looking for the end of the parameter name by looking for a
non-alphanumeric character. But your update command just... ends -- there
is no non-alphanumeric character after the name to terminate the loop.
INSERT syntax has a closing ) to terminate.
I WOULD consider this a subtle bug in the ADODBAPI code.
You are being too kind. This bug is not subtle in any way. Python is so good at string parsing -- there must be a better way to write that.
-- Tim Roberts, [email protected] Providenza & Boekelheide, Inc.
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
