I currently design PDF forms with Adobe Acrobat 7. I have been able to connect my forms to Access and MySQL databases on my local system.The question is how do I connect my PDF forms to MySQL database online?
2. Which is better in terms of online database connection; Adobe Acrobat Professional and Adobe LiveCycle?
Thank you.
The data connections in LiveCycle use OLEDB drivers, again, if you have a driver for it you can connect to it. It's go nothing to do with Acrobat.
There is another way to do this, and probably a better one than using Acrobat's built-in DB support. Since the DB is online you could put all of the DB access code into a server side script. Then use "submitForm()" calls on the PDF to communicate with the DB through the server script. You can make this technique work for any platform and any forms technology. The built in DB access methods are limited, and depend on client side software.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script