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.
For the initial connection setup you have the following options:
- Use FlexiCapture 12 Developer's package. Set up the database connection string in the project properties and the columns mapping in the data set properties.
- When connecting a new data set, use the AddNewAdoSource method, which includes the same connection string setting.
After setup, 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
8/15/2023 1:19:30 PM