Oracle'ising my application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey everyone, I'm trying to get an idea of what would be involved in developing an Oracle compatible version of my ASP.NET/C# web application that currently uses SQL as a database platform.

All my data access code is written using the SqlHelper class of the Microsoft.ApplicationBlocks.Data tool. All the data access code is in its own separate project.

Are these assumptions correect as to what I would have to do

- Create the database structure in Oracl
- Recreate SP's, UDF's, and Views in Oracl
- Write an Oracle version of my Data access code using the Microsoft .NET Data Provider for Oracle

In concept, is it that simple?
 
yup actually it is that simple.

--

Poolbeer (MCP)

George Durzi said:
Hey everyone, I'm trying to get an idea of what would be involved in
developing an Oracle compatible version of my ASP.NET/C# web application
that currently uses SQL as a database platform.
All my data access code is written using the SqlHelper class of the
Microsoft.ApplicationBlocks.Data tool. All the data access code is in its
own separate project.
 
Back
Top