f$SQLExecute
f$SQLExecute
Execute an SQL command.
Note: since it takes time to make the connection, a new connection should not be established for every SQL function.
Syntax: | Status = f$SQLExecute( Channel, Command ) | ||
| Argument | Type | Meaning |
| Channel | Integer | Channel number |
| Command | String | SQL command |
Result: | Integer | Error status | |