Reputation: 43
How do i connect visual studio c++ 2010 to my sql database and transfer information?
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible
Should i type a program for this?
Upvotes: 1
Views: 89
Reputation: 37566
Full integration with Visual Studio 2010 is available only with MySQL Connector/Net 6.3.2 and up, although applications using earlier versions of the connector can be built with the Visual Studio 2010 environment using .NET 2.x frameworks.
Once you have installed the connector follow the MySQL documentation
Upvotes: 2