TAstaClientSocket.SQLErrorHandling
Applies
to
TAstaClientSocket
Declaration
property
SQLErrorHandling: TAstaSQLErrorSet;
Description
Allows you to specify how you would like to see SQL error messages.
seToStatusBar Displays the errors in the middle panel of an AstaStatusBar
seAsExceptions Raise the SQL Error as an exception.
See the OnSQLError event handler if you are interested in working with the error strings.