Hi everybody!
I have the following problem:
I need to perform inserts and updates on an Informix database through a linked server.
The linked server uses esker's Tun 2005 odbc connector to connect to informix (Tunodbc200.ifx). I am able to perform selects to Informix database, but when trying to insert/update/delete any record, I get isolation level error.So, I set isolation level on sql server to "read uncommitted", and then, I get error from the odbc controler which says: "controler not capable".
Anybody has faced the same issue??(I've got the necessary acces rights on informix to perform transactions, so it is not a permission issue)
Thank you in advance for your help
I have the following problem:
I need to perform inserts and updates on an Informix database through a linked server.
The linked server uses esker's Tun 2005 odbc connector to connect to informix (Tunodbc200.ifx). I am able to perform selects to Informix database, but when trying to insert/update/delete any record, I get isolation level error.So, I set isolation level on sql server to "read uncommitted", and then, I get error from the odbc controler which says: "controler not capable".
Anybody has faced the same issue??(I've got the necessary acces rights on informix to perform transactions, so it is not a permission issue)
Thank you in advance for your help