>Code2Code.net Home   >Contacts   >Credits   >Links   >Other Translation Engines

DbLinq Project: Linq Provider for MySql

MySql-Specific Notes:

1. Please don't use MySql Query Browser with version lower than 1.2.8.  I found half of my SQL statements would not execute correctly.
2. As of 2007.Apr, we have initial support for GROUP BY clauses.

Getting Started:

1. Download general DbLinq required items, listed on the main project page
2. MySql 5.0 and MySql query browser - to run the DB create script
3. Download DbLinq.MySql.zip
4. run MySqlMetal.exe against your existing database to create a schema .cs file
5. Add the cs file and DbLinq.Mysql.Prototype.dll to your .NET project