Use paradox with Visual Studio

0

Good day, I have a database created in paradox, and I must make a small application that shows a report with the records, this should be windows in C # or VB, someone who recommends me a tutorial on how to use it. or to explain where I can open the database files, if queries can be made, and how to make the connections with VS. I need information on where to go and on the internet I have found a lot. Thanks

    
asked by Danitza Ayala 11.10.2016 в 19:16
source

1 answer

0

You could use the OleDb libraries to access paradox, but the problem is not this, but to get the correct driver.

It depends on the version of the db that you are using, but you could try using the connection string mentioned here:

Paradox connection strings

in the code you would use ado.net would be the classes OleDbConnection, OleDbCommand, etc

    
answered by 11.10.2016 в 22:38