Product Documentation
Abstract
The following example is using OOTB application (TravelDocs) by moving admin, engine, and fingerprint databases from individual databases to a single database.
Content
- Create a target database, such as SQL, and then run the three Datacap database scripts against this database. For example, run SQL_Adm_base.sql, SQL_Eng_base.sql, and SQL_FP_base.sql against the target database.
- Copy the source databases to the target database by using the Datacap Application Copy tool command prompt. For example,
DAppCopy -from -adb "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Datacap\TravelDocs\TravelDocsAdm.mdb;" -to -adb "Provider=SQLOLEDB;Server=localhost;Database=traveldb;UID=sa;PWD=password;"
DAppCopy -from -edb "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Datacap\TravelDocs\TravelDocsEng.mdb;" -to -edb "Provider=SQLOLEDB;Server=localhost;Database=traveldb;UID=sa;PWD=password;"
DAppCopy -from -fdb "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Datacap\TravelDocs\TravelDocsFingerprint.mdb;" -to -fdb "Provider=SQLOLEDB;Server=localhost;Database=traveldb;UID=sa;PWD=password;"

- Add the connection string in Datacap Application Manager to point to the new database.

Was this topic helpful?
Document Information
Modified date:
06 November 2023
UID
swg27050961