UpdateFromDB Method of the DataSetTableRecords Object
This method resets records to the state of the remote database.
Important! All local changes are lost.
The method can only be used if the Document Definition is in editing mode. The database connection string must be set up in the project properties and columns mapping must be set up in the data set properties. For the initial connection setup use FlexiCapture 12 Developer's package. Then you can also modify the connection string via the EnvironmentVariables.
Syntax
Visual Basic .NET
Sub UpdateFromDB()
C++
HRESULT UpdateFromDB();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
3/24/2023 8:48:38 AM