MySQL Forums
Forum List  »  Microsoft SQL Server

Need to convert the MSsqlserver to MYSQL
Posted by: hari k
Date: January 02, 2012 03:53AM

Hi ,

I have implemented the database connectivity by using sqlserver in VisualC++ 2008.would like to convert the same logic in MYSQL.IS it possible? if so please let me know. Installed mysqlC++ connector.Set the VC++ directories option in MS visual studio 2008.under Tools->Project and solutions->VC++ Directories addede these two lines

C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\lib\opt

C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\include

And set the below line in Configuration Properties->C/C++
Additional Directories:
C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\include

Options: ReplyQuote


Subject
Written By
Posted
Need to convert the MSsqlserver to MYSQL
January 02, 2012 03:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.