Convert .NET .ssdl to Oracle .ssd.
Posted: Tue 25 Mar 2014 19:49
Hello,
I have searched all over this site but have not found a reasonable description of how to convert an .ssdl file created by the ADO.NET entity framework to an Oracle .ssdl.
What I do now is manually convert data types and the select statements which are in an SQL Server format, which will not work with Oracle.
Is there an easy way to do this without creating a second model? All I need to do is import the .NET .ssdl and output an Oracle .ssdl.
I am about to write my own parser to do this but I would like to have dotConnect do this.
Thanks.
I have searched all over this site but have not found a reasonable description of how to convert an .ssdl file created by the ADO.NET entity framework to an Oracle .ssdl.
What I do now is manually convert data types and the select statements which are in an SQL Server format, which will not work with Oracle.
Is there an easy way to do this without creating a second model? All I need to do is import the .NET .ssdl and output an Oracle .ssdl.
I am about to write my own parser to do this but I would like to have dotConnect do this.
Thanks.