[python-win32] Debugging Advice

2007-03-22 Thread Emlyn Jones
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

[python-win32] MS Access: silent overflow failure

2007-03-22 Thread Robert Brewer
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

Re: [python-win32] MS Access: silent overflow failure

2007-03-22 Thread Mark Hammond
> 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