I have a problem with mysql connector:I made an application and included MySQL.Data.dll
(#include <MySQl.Data.dll> )
but if i try to use the sql namespace or anything,i'll get an error.How can I get it working?
I have a server program which needs to use winsock and MySql connector...But I can't create a windows form application for the server,so I have to use the connector with a simple win32 app...