I have an application designed by WinDev, and it stores its data in hyperfilesSql files. What I want to do, is to extract these data using a C# application.
I tried to find a OleDb Provider for these hyperfilesSql, but with no result. Any help?
I have an application designed by WinDev, and it stores its data in hyperfilesSql files. What I want to do, is to extract these data using a C# application.
I tried to find a OleDb Provider for these hyperfilesSql, but with no result. Any help?
Here is how do to it ^^ :
1 : You can get the OleDb Provider for hyperfileSql files from this page.
2 : Here is a simple exemple of the code used to extract data :
For other connection strings : visite the page