On Sep 5, 12:03 pm, Sundaram <sundar.s1... (AT) gmail (DOT) com> wrote:
Quote:
Hi,
I am working on a .Net project with Sql Server 2000 as backend. I use
sql query in my project. I want to make my project to database
indepentant i.e it should run on both SQL Server or Qracle. Is there
any stuff that will give a clear picture of query compatibilty between
SqlServer & Oracle i.e my query should run in both Sql Server and
Oracle.
Thanks,
S Sundaram |
I use http://developer.mimer.com/validator/index.htm as a start. If
the query in question conforms to core sql... it is likely that both
these dbms will support the query.
/Lennart