...
Code Block | ||
---|---|---|
| ||
-- Prepare the SQL call local sqlCall = "CALL GetPatientByLastName(" .. conn:quote(lastName) .. ")" -- Execute the stored procedure local result = conn:queryexecute{sql=sqlCall, live=true} |
...
Code Block | ||
---|---|---|
| ||
-- Prepare the SQL call local sqlCall = "CALL GetPatientByLastName(" .. conn:quote(lastName) .. ")" -- Execute the stored procedure local result = conn:queryexecute{sql=sqlCall, live=true} |