These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

ADBC Stored procedure

YanivC
Registered: Sep 4 2007
Posts: 2

Hi,
Im a beginner to acrobat so this may seem trivial to some. Ive got a PDF hosted on my server. I need to extract certain data from my DB and populate floating text fields with the result. In the designer I am able to create the connection and test the stored procedure, however how does one pass a parameter to the stored proc?

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This is not really an Acrobat JavaScript question. ADBC works by passing SQL statements to the DB through ODBC. You can do whatever is allowed by SQL.

So, your question is really, how do you pass parameters to a stored procedure with SQL? This is not a question we can answer, you'll have to get an SQL reference.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script