[python-win32] adodbapi: using prepared statements

Alan Trick atrick at tri-tech.com
Sat May 26 00:06:25 CEST 2012


On Fri, May 25, 2012 at 2:53 PM, Vernon Cole <vernondcole at gmail.com> wrote:
> Try setting adodbapi.adodbapi.verbose = 4 and see if that sheds any light.
> Particularly look for the line that specifies 'error in COM Refresh(), so
> adodbapi is building a parameter list'.

I already tried debugging it to get a gist of what it's doing and it
does not hit that line, so I guess the provider must be pretending to
support parametrized queries. Is there some way that I can force
adodbapi to build the parameter list?


More information about the python-win32 mailing list