Is there any way to access a database using ADO and C (the programming language)?
What I need is a C library for ADO.
not C++ or C#
I have a lot of serverside applications writen in C and until now I've used embedded C and some Informix libraries som connect to an Informix database. What I want now, is to make my applications database independent (to support both MS SQL and Informix) and connect to the database using ADO... what can i do?
i havent been able to find any clear answers using google
Start Free Trial