Hi,
I am exeucting the insert statement in informix as below.
std::string sqlQuery4;
dbl::Connector dblConn;
sqlQuery4 = "insert into table1 values('2d7f7c15-b66e-105c-56dc-9587cf7f79bb',0,0,'56789',2,'2014:05:31:09',1,2,0, 2,'0b50adb4-39b1-96ed-16e3-a6fd04baa0fc','226','abc')";
dbl::ResultSetPtr rs1 = dblConn.executeQuery(sqlQuery4);
The execution of this is giving Sql exception as below.
Error fetching numeric attribute: [Informix][Informix ODBC Driver]Invalid cursor state.
Please help me in resolving this error.
thanks in advance,
nvn
I am exeucting the insert statement in informix as below.
std::string sqlQuery4;
dbl::Connector dblConn;
sqlQuery4 = "insert into table1 values('2d7f7c15-b66e-105c-56dc-9587cf7f79bb',0,0,'56789',2,'2014:05:31:09',1,2,0, 2,'0b50adb4-39b1-96ed-16e3-a6fd04baa0fc','226','abc')";
dbl::ResultSetPtr rs1 = dblConn.executeQuery(sqlQuery4);
The execution of this is giving Sql exception as below.
Error fetching numeric attribute: [Informix][Informix ODBC Driver]Invalid cursor state.
Please help me in resolving this error.
thanks in advance,
nvn