0

Looks like EF Reference.Load() is not working without MARS? Is that right?

Igor Golodnitsky
  • 4,456
  • 7
  • 44
  • 67

1 Answers1

1

Right. Not much more to say than that!

Craig Stuntz
  • 125,891
  • 12
  • 252
  • 273
  • Than EF mysql, is not supporting Load and than the only way to Load reference is through Select. – Igor Golodnitsky Dec 01 '09 at 14:44
  • dynback, MARS is a SQL Server issue only. The EF Provider for SQL Server requires MARS. MySQL has its own provider which may or may not require specific MySQL features to be used. But MySQL requirements have nothing to do with MARS, and the requirements imposed by the SQL Server EF provider have nothing to do with MySQL; they're completely separate issues. – Craig Stuntz Dec 01 '09 at 14:51
  • Craig, i am not sure about MARS itself, I know only that Reference.Load is not working in mysql EF implementation, because of "There is already an open DataReader" – Igor Golodnitsky Dec 01 '09 at 15:46
  • OK, then you need to ask a different question. :) – Craig Stuntz Dec 01 '09 at 17:59