Skip to main content
Participant
March 1, 2016
Question

establishing an ODBC connection in Acrobat DC Pro forms

  • March 1, 2016
  • 4 replies
  • 4815 views

hey there,

i am searching for a solution to establish an ODBC connection in Acrobat DC  Pro in forms using JavaScript.

After reading through several official documents from Adobe like

Acrobat DC SDK Documentation

and the related stuff for JavaScript, i followed the instructions to connect to an ODBC, written in the DC SDK,

added the registry entry in the right path and turned value to true to enable ADBC. But while running the script

the debugger console shows:

"ReferenceError: ADBC is not defined"

searching the internet again, several sources say that ADBC is no longer supported in Arcobat DC. so why is it

still in the DC SDK Documentation?

Adobe even advertising with ODBC support via JavaScript for DC Pro

Ausfüllbares PDF-Formular erstellen | Adobe Acrobat DC

(sorry, just found the german version of this page)

so please, can somebody officially confirms if it still works, and if yes how?

just a small information about how the code has to look like, thanks.

specifications:

Acrobat DC Pro

Windows 8

ODBC drivers installed

ADBC registry entry "bJSEnable" enabled

This topic has been closed for replies.

4 replies

JR Boulay
Community Expert
Community Expert
January 18, 2017

so why is it still in the DC SDK Documentation?

The SDK Document is not necessary up to date, hélas!

See this topic: Text To Speech

Acrobate du PDF, InDesigner et Photoshopographe
Joel Geraci
Community Expert
Community Expert
January 18, 2017

Having the deprecated or otherwise unavailable objects listed in the SDK is helpful for debugging scripts in older PDF files that were written when those objects were still valid. PDF documents tend to live a LOOOOOOONG time.

Known Participant
January 18, 2017

Looking through the documented registry entries the ADBC section is on versions 7.0.9-10.0 which would seem to exclude Acrobat DC.

Windows Database Connectivity (https://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/ADBC.html)

Bernd Alheit
Community Expert
Community Expert
January 18, 2017

The ADBC plugin is not more available.

Participating Frequently
March 4, 2016

https://acrobat.adobe.com/us/en/pricing/pricing-compare-plans.html

Adobe is still listing it as a feature currently in Acrobat Pro, though...

"Enhance PDF forms and connect to databases with JavaScript"



Travis-

Inspiring
March 4, 2016

This is a User 2 User forum. All the responders do not speak for Adobe. Contact Adobe Customer Service about this issue.

try67
Community Expert
Community Expert
March 1, 2016

I don't officially speak for Adobe, but I can tell you with 100% certainty this that page is wrong. You can only use ODBC connection in PDF files that were created using LiveCycle Designer, not with files that were created using Acrobat.

try67
Community Expert
Community Expert
March 1, 2016

You'll notice that the English version of this page does not contain that information: https://acrobat.adobe.com/us/en/how-to/create-fillable-pdf-forms-creator.html

I had requested that the German (and other) versions be adjusted accordingly.

Participant
March 1, 2016

Thank you for confirmation, my browser was stucked in german version, should have logged out.

And the functionality of LiveCycle Desinger is nowadays included in Adobe Experience Manager (AEM) forms right?