On Jul 10, 7:08 pm, Craig <[email protected]> wrote: > > Again, anyone using dblinq for mysql in a production environment?
Yes I am and have no issues. A critical pointer if your app is multi- threaded is that every DbLinq operation MUST create and use a new DataContext and query caching should be turned off. Once I got those two things sorted out I haven't had any issues. Regards, Aaron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
