全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 电能质量考试题库及答案
- 重庆给排水阀门项目可行性研究报告
- 钢管企业基于财务视角下发展策略研究报告
- 饮料研究报告
- 高中生物必修3教案-第2单元 动物和人体生命活动的调节
- 高中生物课程标准(人教版)
- 高分子发泡地板项目可行性研究报告
- 鼓励外商投资产业-贵金属(金、银、铂族)开采项目可行性研究报告
- 2025年成都百万职工技能大赛(飞机电缆工)备赛试题库(含答案)
- 房屋协议书搬迁方案
- 2025年二十届四中全会知识测试题库(含答案)
- GB/T 2348-1993液压气动系统及元件缸内径及活塞杆外径
- 成品仓收发作业指导书
- 劳动关系与劳务关系的区别课件
- 中小学心理健康教育课程的设计与实施课件
- 外研版九年级上册M10U1课件
- 人格心理学-重难点笔记-陈会昌译版
- 建标 198-2022 城市污水处理工程项目建设标准
- 附件 《中级注册安全工程师注册证注销申请表》
- 支架现浇箱梁监理细则(超级全面)
- 抛物线焦点弦的性质(公开课)(20张)-完整版PPT课件
评论
0/150
提交评论