I have a programmer who is using VB and LINQ; and I have a MySQL database that is running on a linux server. My programmer tells me that:
- he cannot connect to the MySQL database via LINQ
- if he was able to connect then it would require all sorts of rewriting
I don't know anything about LINQ but I thought it was an ORM. As such, any DB server that is supported should work just fine? Right?
OK, so maybe it's not an ORM... maybe it should generically connect to ODBC and render similar results?
Is there any advice out there for connecting VB+LINQ to MySQL?