DefaultTransactionobject_第1页
DefaultTransactionobject_第2页
DefaultTransactionobject_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Default Transaction objectWhen you start executing an application, PowerBuilder creates a global default Transaction object named SQLCA (SQL Communications Area). You can use this default Transaction object in your application or define additional Transaction objects if your application has multiple database connections.Transaction object propertiesEach Transaction object has 15 properties, of which: Ten are used to connect to the database. Five are used to receive status information from the database about the success or failure of each database operation (these error-checking properties all begin with SQL) . Description of Transaction object propertiesThe 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.PropertyData typeDescriptionIn a database profileDBMSStringThe DBMS identifier for your connectionFor a complete list of identifiers, see the appendix on supported database interfaces in Connecting to Your Database DBMSDatabaseStringThe name of the database to which you are connectingDatabase NameUserIDStringThe name or ID of the user who connects to the databaseUser IDDBPassStringThe password used to connect to the databasePasswordLockStringFor those DBMSs that support the use of lock values and isolation levels, the isolation level to use when you connect to the databaseFor information about the lock values you can set for your DBMS, see the description of the Lock DBParm parameter in Connecting to Your Database Isolation LevelLogIDStringThe name or ID of the user who logs in to the database serverLogin IDLogPassStringThe password used to log in to the database serverLogin PasswordServerNameStringThe name of the server on which the database residesServer NameAutoCommitBooleanFor those DBMSs that support it, specifies whether PowerBuilder issues SQL statements outside or inside the scope of a transaction. Values you can set are: True PowerBuilder issues SQL statements outside the scope of a transaction; that is, the statements are not part of a logical unit of work (LUW). If the SQL statement succeeds, the DBMS updates the database immediately as if a COMMIT statement had been issued False (Default) PowerBuilder issues SQL statements inside the scope of a transaction. PowerBuilder issues a BEGIN TRANSACTION statement at the start of the connection. In addition, PowerBuilder issues another BEGIN TRANSACTION statement after each COMMIT or ROLLBACK statement is issued For more information, see the AutoCommit description in Connecting to Your Database AutoCommit ModeDBParmStringContains DBMS-specific connection parameters that support particular DBMS featuresFor a description of each DBParm parameter that PowerBuilder supports, see the chapter on setting additional connection parameters in Connecting to Your Database DBPARMSQLReturnDataStringContains DBMS-specific information. For example, after you connect to an INFORMIX database and execute an embedded SQL INSERT statement, SQLReturnData contains the serial number of the inserted row-SQLCodeLongThe success or failure code of the most recent SQL operationFor details, see Error handling after a SQL statement-SQLNRowsLongThe number of rows affected by the most recent SQL operation. The database vendor supplies this number, so the meaning may be different for each DBMS-SQLDBCodeLongThe database vendors error code.For details, se

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论