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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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