Link to a Table via ADO - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

In the following example, VBScript is used to link to an existing database table to correct data. First, a connection to a data table of month names is opened. VBScript determines whether the month is numeric or alphabetical, and then queries the database for the name of the month.

This VBScript example assumes that Microsoft Data Access Components (MDAC) is installed.

' Acquire Connection