Hi there,
I am trying to execute one Insert query using Pro C . the Insert query is as below:
Prepared statement is :
stmnt.len =
sprintf((char*) stmnt.arr,
"INSERT INTO %s ("
EPTORDER_SOID_C OL ", "
EPTORDER_EPTNUM BER_COL ", "
TBS_COLUMN_REGI ON ", "
TBS_COLUMN_TIME ", "
TBS_COLUMN_PROC ESS_INFO
...