'Export captured data to a database using "ExportDestinationTypeEnum.EDT_Database"

Currently I am on a flexicapture project in C#, I would like to export the captured data directly to the database using "ExportDestinationTypeEnum.EDT_Database" but it does not work because I have this error: "The method or operation is not implemented. " for now only the EDT_File works. What would be the solution to export my fields to databases please? thank you :)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source