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#.
Asked
Active
Viewed 5,433 times
1 Answers
6
You should probably use their HFSQL ODBC Driver. http://www.windev.com/ts/download/

Samuël Tremblay
- 141
- 1
-
Your answer has hit the low-quality review queue. Can you please consider adding some relevant details to your post? – Sourav Ghosh Dec 18 '14 at 20:06
-
Thank you for good answer, I can not check it right now. When i will finish my checking i will mark it as an answer. Thank you – Haider Ali Wajihi Dec 22 '14 at 06:48
-
Hi Sourav, sometime a good answer is a simple one. Using ODBC is going to make his task real easy, he just didn't know they had an ODBC driver. – Samuël Tremblay Dec 30 '14 at 14:47
-
My pleasure Haider, we tested it successfully from within Excel here so it should work like a charm within C#. It uses the old ODBC specs so work fine with Microsoft products but we tried from python and it crashed, I think it's because the python libraries (pyodbc) are tied with the newer ODBC protocols. – Samuël Tremblay Dec 30 '14 at 14:54
-
ODBC is free or i need to pay? I know windev have fees. – stackdave Sep 10 '17 at 17:27