I use win32com.client to create ADODB.Connectio n and ADODB.Recordset :
win32com.client .Dispatch('ADOD B.Connection')
win32com.client .Dispatch('ADOD B.Recordset')
I can connect to an access database and I can update it, but if I change the connection string to connect to Informix database, its values no refresh.
Do you know any bug using Python and Informix database?
Thanks.