JasonDBurke
Programmer
Can somebody just give me example syntax to passing info during a ExecuteSQL...just 2 params would be good..first as an int and second a string.
//this is just very strange to me
{CALL proc-name [(? [, ?]...)]}
CDatabase DB;
DB.ExecuteSQL("{CALL insert_Alarm_Info_1 [(19 [, hello])]}"
;
hello should just be a string and 19 of course is an int.
//this is just very strange to me
{CALL proc-name [(? [, ?]...)]}
CDatabase DB;
DB.ExecuteSQL("{CALL insert_Alarm_Info_1 [(19 [, hello])]}"

hello should just be a string and 19 of course is an int.