RIA services not supporting MYSQL Stored procedure

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
johnguhan
Posts: 1
Joined: Mon 16 May 2011 06:28

RIA services not supporting MYSQL Stored procedure

Post by johnguhan » Mon 16 May 2011 06:39

Hi Everyone,
I'm using (mysql-connector-net-6.3.6) to connect MYSQL database from RIA services.
Function Import its showing EDM Type not supported eventhough partial class didnt created anything for my stored procedure.

[EdmComplexTypeAttribute(NamespaceName="mautourcoModel", Name="FillStaff_Result")]
[DataContractAttribute(IsReference=true)]
[Serializable()]
public partial class FillStaff_Result : ComplexObject
{
}

#endregion


I followed this link :http://leeontech.wordpress.com/2010/05/ ... rocedures/

Since one week fighting for it..what may be the problem?
:x :x

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 16 May 2011 10:26

Try dotConnect for MySQL (its Trial edition can be downloaded here ).
I have performed a test and succeeded in obtaining the correct query results using the approach from the article you refer to.
I have sent a sample project to the e-mail address you provided in your forum profile.

Post Reply