Home > Back-end >  Consult a Statement can STMT N consecutive SQL?
Consult a Statement can STMT N consecutive SQL?

Time:05-21

Consult a Statement can STMT N consecutive SQL?
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?
  • Related