Can I use ADBC inside of a script to loop through other document objects?
Hi,
I wondered if it is possible to do the following:
a.) Connect to a database using the ADBC object and loop through the records.
b.) If there are 2 fields in the database 'FilePathAndName' and 'ActionScriptName', can I loop through the records, opening each doc object and running an Action Script based on it's name.
Thanks
The ADBC object is used in conjunction with the connection and statement objects to interface with a database. These objects constitute Acrobat Database Connectivity (ADBC), and provide a simplified means of using ODBC calls to connect to a database and access its data. SQL statements are passed to thestatement object’s execute method in order to insert, update, retrieve, and delete data.
ADBC
