ServerQuery.Error
The ServerQuery.Error property indicates whether the SQL Query for the Server.Query succeeded or failed.
Syntax |
ServerQuery.Error |
Description |
Indicates whether the SQL Query for the Server.Query property has failed. |
Arguments |
None. |
Returns |
Error {Boolean}. Returns a True value if the SQL Query for the Server.Query property failed or a False value if the SQL Query was successful (see Server.Query). |
For an example that shows how the ServerQuery.Error property can be used, please refer to Server.Query.