Page 1 of 1

resource data error

Posted: Thu Oct 02, 2003 5:38 am
by sharad
Hi there ,
When attempting to write to a informix CLI i get the following error:
resource data does not support transaction
any idea's

Posted: Fri Oct 03, 2003 3:21 pm
by ray.wurlod
This almost certainly means that the Informix database was created without logging, and therefore cannot accept COMMIT statements.
Create the database WITH logging, and the problem should go away.