Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
193 Points
485 Posts
Apr 29, 2012 12:02 AM|LINK
Hi IgorKitsula,
Thanks for the input. I tried your suggestion "List<string> result = rows.ToList();" and "var = rows.ToList()", but got the same result as I had.
When I run the app (F5), this line gave the same error message:
The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities.
A question: in rows (after a db selection like this) - how is the information stored? in what format?
Thanks,
Claudia
claudia888
Member
193 Points
485 Posts
Re: How to put a db selection result into an array?
Apr 29, 2012 12:02 AM|LINK
Hi IgorKitsula,
Thanks for the input. I tried your suggestion "List<string> result = rows.ToList();" and "var = rows.ToList()", but got the same result as I had.
When I run the app (F5), this line gave the same error message:
The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities.
A question: in rows (after a db selection like this) - how is the information stored? in what format?
Thanks,
Claudia