Page 1 of 1

RIA services not supporting MYSQL Stored procedure

Posted: Mon 16 May 2011 06:39
by johnguhan
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

Posted: Mon 16 May 2011 10:26
by AndreyR
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.