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

1

6

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#.

Yttrium answered 18/12, 2014 at 6:26 Comment(0)
T
6

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

Thuythuya answered 18/12, 2014 at 20:2 Comment(5)
Your answer has hit the low-quality review queue. Can you please consider adding some relevant details to your post?Allynallys
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 youYttrium
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.Intorsion
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.Intorsion
ODBC is free or i need to pay? I know windev have fees.Didymous

© 2022 - 2024 — McMap. All rights reserved.