JavaScript > Developing Acrobat Applications Using JavaScript > Interacting with Databases

Interacting with Databases
It is possible to use JavaScript for Acrobat to interact with Windows databases through an ODBC connection. This means that you can use JavaScript objects to connect to a database, retrieve tables, and execute queries. The object model associated with database interaction is centered on the ADBC object, which provides an interface to the ODBC connection. The ADBC object interacts with other objects to facilitate database connectivity and interaction DataSourceInfo, connection, statement, Column, ColumnInfo, row, and TableInfo. These objects can be used in document-level scripts to execute database queries.
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/JS_Dev_Databases.84.1.html