[code=HTML]Transaction property Data type Description
AutoCommit Boolean The automatic commit indicator (SQL Server only). Values are:?True ?Commit automatically after every database activity?False ?Do not commit automatically after every database activity
ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control.
Database String The name of the database with which you are connecting.
DBMS String PowerBuilder vendor identifier.
DBParm String DBMS-specific parameters.
DBPass String The password that will be used to connect to the database.
Lock String The isolation level.
LogID String The name or ID of the user who will log on to the server.
LogPass String The password that will be used to log on to the server.
ServerName String The name of the server on which the database resides.
SQLCode Long The success or failure code of the most recent operation.Return codes:?0 ?Success?100 ?Not found?-1 ?Error (use SQLDBCode or SQLErrText to obtain the details)
SQLDBCode Long The database vendor's error code.
SQLErrText String The database vendor's error message.
SQLNRows Long The number of rows affected (the database vendor supplies this number, so the meaning may not be the same in every DBMS).
SQLReturnData String DBMS-specific information.
UserID String The name or ID of the user who will connect to the database.[/HTML]