I am thinking of embedding SQL Server express ina (native) C++
application. I am looking for a C++ API for SQE, but cant seem to find
one ...
Is there a (ANSI) C++ API for making native calls to SQLServer
(Express). I am aware of ODBC wrappers, but I'd much rather talk
directly to the database, without having to go through the ODBC layer.
application. I am looking for a C++ API for SQE, but cant seem to find
one ...
Is there a (ANSI) C++ API for making native calls to SQLServer
(Express). I am aware of ODBC wrappers, but I'd much rather talk
directly to the database, without having to go through the ODBC layer.
Comment