Hello,
I'm running a web application using a set of Windows services written
in Python and a front end using ASP/Python. For historical reasons the
interface between the ASP and the services uses the SoapPy package
(using the built in threaded server with a little 'hack' to use
HTTPConnection rathe
Hi all,
The small demo script below makes ADO calls to a Microsoft Access (Jet)
database via win32com. But it fails in a potentially dangerous way;
"SELECT int * int;" can return None with no warning if the result is
large enough. This can also occur if one or both of the operands is a
column refe
> The small demo script below makes ADO calls to a Microsoft
> Access (Jet)
> database via win32com. But it fails in a potentially dangerous way;
> "SELECT int * int;" can return None with no warning if the result is
> large enough. This can also occur if one or both of the operands is a
> column