Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== IsValidUser Function ====== ==== Description ==== Determines whether the user is a valid user for the database. ==== Syntax ==== retval = IsValidUser(databaseId, username) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |databaseID|The database name.| |username|The user name.|| ==== Returns ==== Boolean value. If the user is valid then True (1) is returned, if the user is not valid then False (0) is returned. ==== Example ==== <code> declare function IsValidUser isValid = IsValidUser( @dbid, "ELVIS" ) </code> guides/programming/programmers_reference_manual/isvaliduser.txt Last modified: 2024/06/19 20:20by 127.0.0.1