Does dotConnect support multiple DataReaders? (MARs)
Posted: Fri 05 Nov 2010 21:46
I found this post, http://www.devart.com/forums/viewtopic. ... esult+sets, but I'm not sure if it applies to my problem.
In the above post, the entity references look to be in class code. My reference is inline inside a user control, and I receive an error about a DataReader already being open: There is already an open DataReader associated with this Connection which must be closed first.
My user control code. profile.Addresses is valid
Is this supported? I'm coding in Entity Framework using dotConnect Beta 6.0.10 with Entity Developer Beta 3.0.10.[/quote]
In the above post, the entity references look to be in class code. My reference is inline inside a user control, and I receive an error about a DataReader already being open: There is already an open DataReader associated with this Connection which must be closed first.
My user control code. profile.Addresses is valid
Code: Select all
Your search returned result(s)
Name: Address:" + profile.Addresses.First() %>