Hi,I have add the below two lines to VC++ directories in MS visual studio 2008.
under Tools->options->Projects & solutions->VC++ Directories
C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\lib\opt
C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\include
Still am getting this error:fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
HOw to rectify this error.Whether it is right way to do it?
Thanks in advance.
under Tools->options->Projects & solutions->VC++ Directories
C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\lib\opt
C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\include
Still am getting this error:fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
HOw to rectify this error.Whether it is right way to do it?
Thanks in advance.