Avatar of MohitPandit
MohitPandit
Flag for India

asked on 

.NET application to support Oracle & SQL Server

Hello Folks,

I need to build a .NET Application. Initially, it will support to Oracle and later with SQL Server.
So, once migrate with Oracle to SQL Server for data and db schema. It will be done by migration tool.

But, how about CRUD operation, which should common for Oracle and SQL Server?
Should I use plain sql and run time judge with SQL Server & Oracle client OR maintain two entity model?
Do you have any thoughts & suggestions?

Best Regards,
Mohit Sharma
Microsoft SQL Server.NET ProgrammingSQL

Avatar of undefined
Last Comment
MohitPandit

8/22/2022 - Mon