Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to access WinDev data base(.fic and .ndx file) in C# winform

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

like image 278
Haider Ali Wajihi Avatar asked Dec 18 '14 06:12

Haider Ali Wajihi


Video Answer


1 Answers

You should probably use their HFSQL ODBC Driver. http://www.windev.com/ts/download/

like image 79
Samuël Tremblay Avatar answered Sep 21 '22 07:09

Samuël Tremblay