Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help choosing best web front-end tool for Oracle databas
Message
De
16/03/2001 13:40:07
 
 
À
16/03/2001 11:14:18
Information générale
Forum:
Internet
Catégorie:
Autre
Divers
Thread ID:
00485929
Message ID:
00486029
Vues:
11
>I am researching a way to upgrade our current application so that it is accessible via the web. The current app in on a DEC-ALPHA. It is in an Oracle database. It is HUGE. Currently our customers have to Telnet to it or have a DEC workstation directly tied to the DEC-ALPHA. They want the entire application rebuilt so that the Oracle db resides on an NT and is accessed/used entirely via web pages. Can anybody help me to understand what would be the best choice of tools (and why) to use to build the web version of this app using an Oracle Db on an NT server????? Any help would be greatly appreciated.
>
>GINGER.PIERCE@MSFC.NASA.GOV


Windows NT or 2000 include a Web server called Internet Information Server or IIS.
You program dynamic pages with an IIS technology called Active Server Pages or ASP.
The server side code that you write is either in JScript (JavaScript compatible) or in VBScript (a subset of Visual Basic).
Your scripts can also call COM objects (code compiled to DLL files).
To access your Oracle database, you use database objects called Active Data Objects or ADO.
All of this is included in your Windows NT/2000 licence.

Check this page for an introduction to ASP:
http://msdn.microsoft.com/workshop/server/asp/asptutorial.asp



Hope this help
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform