LINQ to Oracle & LINQ to SQL support in Web application
-
Hello All, My current application using LINQ to SQL for performing various operations. I have to run mt application using Oracle database. I can use SQL Server as well Oracle database in my application. Can any one can help me how can I do it. Devart provides a LINQ to Oracle support. Is it desirable to use that tool or not? Thanks..
-
Hello All, My current application using LINQ to SQL for performing various operations. I have to run mt application using Oracle database. I can use SQL Server as well Oracle database in my application. Can any one can help me how can I do it. Devart provides a LINQ to Oracle support. Is it desirable to use that tool or not? Thanks..
It's your application. If you code it to use Oracle and SQL Server, then it will work with both. You won't, of course, be able to use the same entity data context classes because they will be different database engines.
I know the language. I've read a book. - _Madmatt