The Optional Database Connectivity plug-in is a JavaScript object inside Foxit PDF Editor, allowing you to connect to Windows ODBC (Open Database Connectivity) data sources. It provides some basic JavaScript properties and methods to gain increased customization options and data accuracy to access to information databases. More importantly, JavaScript can be used to execute SQL commands and retrieve data, which can, in turn, be used to populate a PDF file. Also, developers can create document level-scripts to connect to a database for the purposes of inserting new data, updating information, and deleting database entries.
ODBC Database connect demo could be downloaded from here.
Note: The ODBC connection to Database doesn't work in Foxit PDF Editor version 11.0. Please make sure that you're using version 11.1 and later versions.