This part presents a collection of techniques you can use to implement data access features in the applications you develop with PowerBuilder. It includes using Transaction objects, XML processing, graphs, rich text, and piping of data between data sources. The use of DataWindow objects and DataStores for data access is described in DataWindow Programmers Guide.
Table of Contents
- Using Transaction Objects
-
- About Transaction objects
- Working with Transaction objects
-
- Transaction basics
- The default Transaction object
- Assigning values to the Transaction object
- Reading values from an external file
- Connecting to the database
- Using the Preview tab to connect in a PowerBuilder application
- Disconnecting from the database
- Defining Transaction objects for multiple database connections
- Error handling after a SQL statement
- Pooling database transactions
- Using Transaction objects to call stored procedures
- Supported DBMS features when calling stored procedures
- Using MobiLink Synchronization
- Using PowerBuilder XML Services
- Manipulating Graphs
- Implementing Rich Text
- Piping Data Between Data Sources
- Using RESTFul Web Services with JSON
- Supporting OAuth 2.0 Authorization Server