I am running my application on Windows.
Developed in C++.
The DB2 V8 database is installed on MVS mainframes.
Currently i am getting error as follows :
************************************************** ***************************
Insert into SANS.log(sequence,subsequence,recordTypt,logDate,n ame,action) values (:sequene, :subsequence, :recordType, :logDate, :name, :action)
Class: DBMS
Native Error Code: -199
[IBM][CLI Driver][DB2]SQL0199N The use of the reserved word "SEQUENCE" following "" is not valid. Expected Tokens may include "( SELECT"/ SQLSTATE=42601
************************************************** ***************************
please update me regarding this issue....
thanks.