Hello:
I use these lines to connect to a database:
conn = win32com.client .Dispatch('ADOD B.Connection')
conn.Open('Prov ider...)
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('ADOD B.Connection')
conn.Open('Prov ider...)
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