|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database > ExecSQL |
Executes an SQL script file
call DBWShell("ExecSQL sqlFile")
sqlCmd |
The full file name of a .sql file containing the command to be executed |
Check the value of the variable okDBW
TRUE |
if succeded in executing the command |
|---|---|
FALSE |
otherwise |
The library function DBWExecSQL should be used instead. This command executes the specified sql command.