Programming Guide |
Executes a DBMS command without colon preprocessing
#include <dmuproto.h>int dm_dbms_noexp(char *dbms_cmd);
dbms_cmd
- Points to a buffer that contains the
DBMS
command to execute.
dm_dbms_noexp
is identical to dm_dbms except that no colon preprocessing is performed ondbms_cmd
.