How to access WinDev database (.fic and .ndx file) in C # winform

I have a .fic and .ndx file as a database. I need to open it in C # and export the data to an xml file. I want to know how I can open this database in C #.

+5
source share
1 answer

You should probably use your ODBC HFSQL driver. http://www.windev.com/ts/download/

+5
source

Source: https://habr.com/ru/post/1209421/


All Articles