English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am working on converting a website from ASP to ASP.Net. The design aspect I can handle, I was just wondering about the data part. It is a computer company where you can order and customize computers online. The data is stored in an oracle database. Any easy way to convert the coding to access the data?

2007-04-23 06:12:53 · 2 answers · asked by SigEpShawn 2 in Computers & Internet Programming & Design

2 answers

ASP.NET already supports Oracle data access, but there is no way to automate the conversion process form ASP to ASP.NET, as they use very different coding paradigms. It's not simply a matter of translating from one language to another. You should not need to make any changes to the Oracle statements, but you will need to completely refactor the ASP.NET code that invokes and processes the Oracle data.

2007-04-23 07:18:05 · answer #1 · answered by Rex M 6 · 0 0

Try this http://www.artinsoft.com/so_asp.aspx?gclid=CIufjO2w64sCFQhDSgodgk_cRQ

2007-04-30 17:22:14 · answer #2 · answered by Digital E 3 · 0 0

fedest.com, questions and answers