Im working on a windows app (windows CE) and I need to send an array of ID's to stored procedure (Stored in SQL server 2012).
Im working on .net compact framework 3.5 and C#.
I checked the approaches like passing the list as XML attribute and table valued parameter but both give me the same error in compact framework.
Invalid Enumeration Type SqlDbType.XML Invalid Enumeration Type SqlDbType.Structured
Havent found anything that says these are unsupported in compact framework but they dont work too.
What other approach can i folow.