|
Introduction to PowerBuilder Introduction
PowerBuilder 5.0 ships with SQL Anywhere
(formerly Watcom database), a database engine. All the example applications that are shipped with
PowerBuilder make use of the databases created in SQL Anywhere. PowerBuilder can talk to
different data sources, i.e.
 |
Relational Databases, such as Sybase SQL Server,
Oracle, Informix, Microsoft SQL Server, DB2, SQL Anywhere (Watcom), etc.. |
 |
Databases such as FoxPro tables. |
 |
Other sources such as Text Files, Excel Spreadsheets,
etc.. |
The reason Powersoft ships SQL Anywhere along with
PowerBuilder at free of cost is, SQL Anywhere has a small foot print. Which means that it
needs less resources and works on your desktop. So you can develop applications by
connecting to a database created in SQL Anywhere. Once completed, you can port it to other
data sources with minimal effort.
|