odbcquery.run
SQL query execution.
method uint odbcquery.run (
str sqlstr
)
str sqlstr
)
Parameters
sqlstr | String that contains the SQL query. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |