So after about a day and a half with this I\'ve made zero progress.
I need to write a DLL in C that is used a plugin for an existing application. The DLL has to be c
Unless this is an existing vb.net dll (business layer) that you use everywhere, I'd probably recommend against using it in a C application.
There are various ways to communicate with MSSQL from C. Either by a native driver or ODBC, etc.