Properties of the Transaction Object control DataWindow object property
Transaction Object properties provide the information necessary
to connect to a particular database.
In
a Web page, you specify values for ActiveX properties using the
HTML PARAM element.
1 |
<PARAM VALUE=<span>value</span> NAME="<span>propertyname</span>"></PARAM> |
Properties
Property |
Value |
||
---|---|---|---|
AutoCommit |
Number. The automatic commit indicator.
|
||
dbParm |
String. JDBC connection information. For example, this connection string uses the Sybase JConnect driver
|
||
Lock |
String. The isolation level. For information on appropriate values for JDBC, see Connecting |
||
LogId |
String. The name or ID of the user who |
||
LogPassword |
String. The password that will be used |