#include "WorkingDialog.h"
int SaSetDefaultUser(char* user);
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 user name input value as the argument to this call. This value is used if embedded SQL is allowed (See Also). It is highly recommended that the default user for this path through the cgi be a restricted user when allowing embedded SQL.
Recommended format:
SaSetDefaultUser("guestaccount");
The following embedded SQL would potentially be dangerous if the default user had delete privileges.
##Sa_SQL=delete from authors##
C file, with the dirname being the value of the "Database User Name" project option.