#include "WorkingDialog.h"
int SaSetDefaultPass(char* pass);
If the operation requires the remote user's identity, use a Form with an Input Element for user name and a password element for the password. Use the Password Input Value as the argument to this call. This value is also used if embedded SQL is allowed (referenced in See Also). It is highly recommended that the default user for this path through the cgi be a restricted user when allowing embedded SQL.
SaSetDefaultPass("guestpass");
##Sa_SQL=delete from authors##
Main
C file, with the dirname being the value of the Database User Password
project option.