argv char **

Pointer to a parsed command line (a vector of pointers to strings).

Syntax

public char ** argv;

Remarks

If not NULL, then DBRemoteSQL will call a message routine to display each command line argument except those prefixed with -c, -cq, or -ek.