Hello,
I found the following error in SC V7.1…2
$command = “update xy set field = [global_variable} where id = 5”;
sc_exec_sql ($command) ; … this works …
sc_exec_sql (“update xy set field = [global_variable} where id = 5”); … this doesn’t work because the variable [global_variable] is not recognized …
Seems to be a bug of compilation of the sc_exec_sql Command.
Best regards
Uwe Pfeiffer