Page 1 of 1

mySQL -> MSSql

Posted: Fri 18 Sep 2009 08:14
by Zero-G.
Hey

Is it anyhow possible to copy a finished mySQL DatContext to MSSQL DataContext?

THX

Posted: Fri 18 Sep 2009 11:01
by AndreyR
There is no way to copy the Devart.Data.Linq.DataContext instance created in code to System.Data.Linq.DataContext.
If you want to modify the contents of the generated DataContext.Designer.cs file to make
the context Microsoft-compatible, then you should change the Devart.Data.Linq.DataContext type
to the System.Data.Linq.DataContext type and change all attributes accordingly.