Re: Named Pipes Provider error
Posted by: Fernando Gonzalez
Date: December 18, 2012 01:51PM

Hi,

Looks like you are trying to connect to MySql using a SQL server specific control (System.Web.UI.WebControls.SqlDataSource?), such control will only work with MSSQL server databases (the error you get is MSSQL specific).

You'll need a different approach to build an app with MySql, ie.

a) An ASP.NET MVC with MySql Connector/NET and EF Code First tutorial:
https://blogs.oracle.com/MySqlOnWindows/entry/building_an_mvc_3_application

b) Or in Windows Forms, how to make a form app with Entity Framework and Connector/NET: http://dev.mysql.com/doc/refman/5.0/en/connector-net-tutorials-entity-framework-winform-data-source.html

Options: ReplyQuote


Subject
Written By
Posted
December 14, 2012 02:37PM
Re: Named Pipes Provider error
December 18, 2012 01:51PM


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.