Hi There,
I just installed MSVC 6.0 and created an empty console application... I need it to connect to mysql.
all i did was:
#include <sql.h>
and the program spits out:
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before...