I currently have a c++ program that I have built that talks to a MySQL database but my requirements have changed and I need a way for my program now to be able to talk to a MSSQL database.
Is there any tutorials out there for MSSQL connectivity with C++? I will be building my C++ program with devcpp so please no tutorials that require you to use visual C++
Cheers