What is the best way to connect to an Informix database from .Net?
I am developing a client-server application based on an outdated Informix database that was connected by JDBC.
I need this, from the most important to the least:
- To be fast
- No changes to the database server needed
- No ODBC and no dependencies except .Net Framework 2.0
Thanks in advance for your help.
source
share