DECLARE
CommitCmpt int; HERE the variable to use it later
BEGIN
INSERT INTO test....
Commitcmpt := CommitCmpt + 1 ;
END;
Я получаю сообщение об ошибке в этой строке:
CommitCmpt int;
com.ibatis.common.jdbc.exception.NestedSQLException:
--- Cause: com.microsoft.sqlserver.jdbc.SQLServerException: 'int' is not a recognized CURSOR option.
Любая помощь?
Я использую Ibatis для вставки записей в таблицу SQL Server 2008