Traditionally the link between database query tools and primary applications such as page-layout programs or word processors has been by cut-and-paste, file-import, Publish & Subscribe or at best some form of proprietary code extension or plug-in.
DataScript takes data integration a step further by allowing you to use AppleScript to seamlessly transfer information held in Oracle, Sybase, DAL or SequeLink servers into documents created by many of the most popular applications on the Macintosh, including FaceSpan, FileMaker Pro, Excel, Word or QuarkXPress.
Product Range
DataScript is available for the following database management/middleware systems.
- Oracle7
- Sybase
- Data Direct SequeLink for access to AS/400, DB2, Informix, Ingres, Rdb...
- Data Access Language for access to AS/400, DB2, Rdb, Ingres...
- dtF Macintosh Server
|
|
|
DataScript AppleEvent Suite
DataScript supports the Open Scripting Architecture through a range of standard events from the Requeired, Core and Miscellaneous AppleEvent suites.
The DataScript AppleEvent Suite provides developers with some additional AppleScript classes and AppleEvents designed to keep the data access portion of scripts as simple as possible. The script snippet below illustrates just how easy it is to add SQL access to your scripted solutions.
Connection and Query Classes from the DataScript Suite can be manipulated using standard Core Suite events such as make, delete, get or set.
You can also tell DataScript to execute, rollback, commit or cancel queries. We even make fetching query results easy for you with the results of command.
|
|