linq to mySQL How can I trick VB Express to use it? -
i'm using vb.net express connect mysql on net. no problem long use plain vanilla sql connections , statements.
but when comes linq 2 mysql, i'm struck vb express's limitation.
any clue gurus?
you'll need switch out using dblinq, entity framework, or nhibernate instead of linq-to-sql. linq-to-sql supports sql server , sql server ce. isn't limitation of visual studio express @ all. actually, limitations know of express editions don't support visual studio plug-ins - far clr features, aren't limited @ using express. and, entity framework built-in , available use out of box. , stackoverflow has info on mysql connector.
Comments
Post a Comment