RIA services not supporting MYSQL Stored procedure
Posted: 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?

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?

