For example,
Try
{
Int myresult=CSTMT. ExecuteUpdate (sSQL1);
Myresult=CSTMT. ExecuteUpdate (sSQL2);
Myresult=CSTMT. ExecuteUpdate (sSQL3);
} catch {}
Is that ok?
thank you
CodePudding user response:
Can is ok, but why not try it yourself?CodePudding user response:
Can is ok, but why not try it yourself?