Oracle'ising my application

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?
 
P

Poolbeer \(MCP\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top