ERROR CLOSING CONNECTION: mysql connection close
Jerry Hill
malaclypse2 at gmail.com
Fri Dec 8 16:42:39 EST 2006
On 8 Dec 2006 13:33:05 -0800, johnny <rampeters at gmail.com> wrote:
> I am getting following connection error from my python script:
>
> conn.close()
> AttributeError: adodb_mysql instance has no attribute 'close'
>From the sample code on the adodb documentation page, that should be
spelled "conn.Close()" (note the capital C in Close()).
--
Jerry
More information about the Python-list
mailing list