Well I thought I had researched everything that's necessary to make a .PDF interface with a database and provide end user interaction thoroughly, so I developed a very interactive time sheet form for employee entry. After all that development and testing, I've found that getting this form to populate the correct fields with our ODBC and face this data to the internet, I'm going to need new software.
LiveCycle Reader Extensions. Is this true? Every last thing that I need this form to do in Reader is covered in Acrobat Pro's functionality except display of ODBC connection values.
I'm sorry if this turns out to be a really basic question, but it wasn't really that clear in the documentation.
You do need special rights to write data from Reader to a "local" database using Acrobat's ODBC access features. But most people don't use a local DB, they use a server DB like MySQL. In this case you submit data to a server script which then handles the DB access. There's no reason that you couldn't use a local network server to handle the DB transactions.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script