Programming Guide



dm_dbms_noexp

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.

Returns

Description

dm_dbms_noexp is identical to dm_dbms except that no colon preprocessing is performed on dbms_cmd.

See Also

dm_dbms, dm_expand