On Mon, 2010-02-22 at 11:07 -0800, Ramon Rocha wrote: > I'm a novice in DBLinq and C#. > Please, send me articles ou more information abou how do I do to > connect to MySQL and use DataSet/DataTable, execute functions (SP), > insert, update, delete...
Google up Linq-to-SQL and System.Data.Linq. DbLinq aims to be API compatible with .NET Linq-to-SQL (though occasionally fails, and some things are in different namespaces), but it should be fairly straightforward to take existing samples and "port" them to DbLinq. - Jon -- 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.
