On 8 Dec 2006 13:33:05 -0800, johnny <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to