Originally posted by: SystemAdmin
The solution is to use DBRead with an INSERT statment:
{int} aSet=...;
aSet from DBRead(THE_CONNECTION, "INSERT INTO THE_TABLE( COLUMN_1, COLUMN_2) \
VALUES (:prm1, :prm2)")(prm1, prm2);
The aSet is a dummy set of int that I ignore.
MB
#DecisionOptimization#OPLusingCPLEXOptimizer