Re: adodbapi help needed

2010-08-24 Thread Emile van Sebille
On 8/24/2010 1:38 PM Ian said... On 24/08/2010 18:08, Emile van Sebille wrote: On 8/24/2010 8:25 AM Ian Hobson said... Hi all, I am just starting to learn Python and I have a setup problem - I think. Python 3.1. def connect(connection_string, timeout=30): I expected that to be called.

Re: adodbapi help needed

2010-08-24 Thread Ian
On 24/08/2010 18:08, Emile van Sebille wrote: On 8/24/2010 8:25 AM Ian Hobson said... Hi all, I am just starting to learn Python and I have a setup problem - I think. Python 3.1. def connect(connection_string, timeout=30): I expected that to be called. What have I missed? The cur

Re: adodbapi help needed

2010-08-24 Thread Emile van Sebille
On 8/24/2010 8:25 AM Ian Hobson said... Hi all, I am just starting to learn Python and I have a setup problem - I think. Python 3.1. def connect(connection_string, timeout=30): I expected that to be called. What have I missed? The current revision includes the caveat: This module

adodbapi help needed

2010-08-24 Thread Ian Hobson
Hi all, I am just starting to learn Python and I have a setup problem - I think. Python 3.1. I have a small test script that is not working as expected. Start script--- # coding=utf8 import adodbapi connectString = ( "DRIVER={MySQL ODBC 5.1 Driver} ;" "SERVER=127.0.0.1;" "