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, t...@probo.com
Providenza & Boekelheide, Inc.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to