a5ws_VerifySQLDataConfig Function
Syntax
V a5ws_VerifySQLDataConfig([C Project ])
Arguments
- ProjectCharacter
The name of the project to verify security. E.g. "Default". If no project is specified, the security information for the current project is loaded.
Description
Used by web security to verify if SQL tables are used by security and if they are valid and can be accessed.
Discussion
The a5ws_VerifySQLDataConfig() function opens the Web Security SQL Data dialog. The dialog is used to verify security tables in a SQL database are valid and can be accessed.
Example
a5ws_VerifySQLDataConfig()
See Also