Q:
I get the following exception when i try to execute the following query:
INSERT INTO days (depcode,studycode,batchnum) values (3,3,4);SELECT DBINFO( 'sqlca.sqlerrd1' )
FROM systables
WHERE tabid = 1;
Through ExecuteScalar()
.
ERROR:-555 MEssage: [Informix .NET provider][Informix]Cannot use a select or any of the database statements in a multi-query prepare.