Description of Transaction object
properties
The following table describes each Transaction object property.
For each of the ten connection properties, it also lists the equivalent
field in the Database Profile Setup dialog box that you complete to
create a database profile in the PowerBuilder development
environment.
Transaction object properties for your PowerBuilder database
interface
For the Transaction object properties that apply to your
PowerBuilder database interface, see Transaction object properties
and supported PowerBuilder database interfaces.
For information about the values you should supply for each
connection property, see the section for your PowerBuilder database
interface in Connecting to Your Database.
|
Property |
Datatype |
Description |
In a database profile |
|---|---|---|---|
|
DBMS |
String |
The DBMS identifier for your connection. For a |
DBMS |
|
Database |
String |
The name of the database to which you are |
Database Name |
|
UserID |
String |
The name or ID of the user who connects to the |
User ID |
|
DBPass |
String |
The password used to connect to the |
Password |
|
Lock |
String |
For those DBMSs that support the use of lock values |
Isolation Level |
|
LogID |
String |
The name or ID of the user who logs in to the |
Login ID |
|
LogPass |
String |
The password used to log in to the database |
Login Password |
|
ServerName |
String |
The name of the server on which the database |
Server Name |
|
AutoCommit |
Boolean |
For those DBMSs that support it, specifies whether
|
AutoCommit Mode |
|
DBParm |
String |
Contains DBMS-specific connection parameters that |
DBPARM |
|
SQLReturnData |
String |
Contains DBMS-specific information. For example, |
|
|
SQLCode |
Long |
The success or failure code of the most recent |
|
|
SQLNRows |
Long |
The number of rows affected by the most recent |
|
|
SQLDBCode |
Long |
The database vendor’s error code. For details, see |
|
|
SQLErrText |
String |
The text of the database vendor’s error message |