A
Alberto Vera
Hello:
I use these lines to connect to a database:
conn = win32com.client.Dispatch('ADODB.Connection')
conn.Open('Provider...)
But I have a problem: If I unplug the wire(network) then I can't make anything to a database.
I thought the conn.State has changed but allways has the same value of 1.
Do you think is it a bug on Python?
Thanks
I use these lines to connect to a database:
conn = win32com.client.Dispatch('ADODB.Connection')
conn.Open('Provider...)
But I have a problem: If I unplug the wire(network) then I can't make anything to a database.
I thought the conn.State has changed but allways has the same value of 1.
Do you think is it a bug on Python?
Thanks