Chapter 17 Piping Data Between Data Sources – PB Docs 105
Chapter 17 Piping Data Between Data Sources About this chapter This chapter tells you how you can use a Pipeline object in your application to pipe data from one or more source tables to a new or existing destination table. Contents Topic About data pipelines Building the objects you need Performing some initial housekeeping Starting…
Building the objects you need – PB Docs 105
Building the objects you need To implement data piping in an application, you need to build a few different objects: A Pipeline object A supporting user object A window Building a Pipeline object You must build a Pipeline object to specify the data definition and access aspects of the pipeline that you want your application…
Preparing consolidated databases – PB Docs 105
Preparing consolidated databases Whether you are designing a new database or preparing an existing one to be used as a MobiLink consolidated database, you must install the MobiLink system tables in that database. SQL Anywhere provides setup scripts for Sybase Adaptive Server Enterprise, Oracle, Microsoft SQL Server, and IBM DB2. A setup script is not…
Creating remote databases – PB Docs 105
Creating remote databases Any SQL Anywhere database can be converted for use as a remote database in a MobiLink installation. You can also create a new SQL Anywhere remote database that uses all or part of the schema of the consolidated SQL Anywhere database. You create the database on your desktop using the Sybase Central…
Synchronization techniques – PB Docs 105
Synchronization techniques This section highlights some issues that you need to consider when designing an application that uses MobiLink synchronization. For more information about all these issues, see the chapter on synchronization techniques in the MobiLink Synchronization User’s Guide . Limiting data downloads One of the major goals of synchronization is to increase the speed…
Chapter 14 Using PowerBuilder XML Services – PB Docs 105
Chapter 14 Using PowerBuilder XML Services About this chapter This chapter presents an overview of XML services in PowerBuilder. It describes the PowerBuilder Document Object Model (PBDOM), and describes how to use it in a PowerBuilder application. Contents Topic About XML and PowerBuilder About PBDOM PBDOM object hierarchy PBDOM node objects Adding pbdom105.pbx to your…
Chapter 15 Manipulating Graphs – PB Docs 105
Chapter 15 Manipulating Graphs About this chapter This chapter describes how to write code that allows you to access and change a graph in your application at runtime. Contents Topic Using graphs Populating a graph with data Modifying graph properties Accessing data properties Using point and click Document get from Powerbuilder help Thank you for…
Working with PowerBuilder synchronization objects – PB Docs 105
Working with PowerBuilder synchronization objects When you run the MobiLink Synchronization for ASA wizard from the Database page in the New dialog box, the wizard generates objects that let you initiate and control MobiLink synchronization requests from a PowerBuilder application. These objects let you obtain feedback during the synchronization process, code PowerScript events at specific…
Adding pbdom105.pbx to your application – PB Docs 105
Adding pbdom105.pbx to your application The PBDOM classes are implemented in a DLL file with the suffix PBX (for PowerBuilder extension). The simplest way to add the PBDOM classes to a PowerBuilder target is to import the object descriptions in the pbdom105.pbx PBX file into a library in the PowerBuilder System Tree. You can also…
Using PBDOM – PB Docs 105
Using PBDOM This section describes how to accomplish basic tasks using PBDOM classes and methods. To check for complete code samples that you can download and test, select Programs>Sybase>PowerBuilder 10.5>PB 10 Code Samples from the Windows Start menu. Validating the XML Before you try to build a document from a file or string, you can…