We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 55,844 times

Contents

Related Categories

Oracle8 and Oracle8i - Introduction

Wrox

Introduction

Wouldn't life be a lot easier if everyone used the same operating system, the same Internet browser software and the same relational database? Unfortunately things aren't that simple, so we need to be as flexible as possible. This book introduces all the main databases and data sources that you, as an ASP developer, may come across. Here, we will cover one of the most important relational databases – Oracle .

In this chapter we will cover the basics of configuring a web server to connect to a remote Oracle8 or Oracle8i database, although many of the techniques apply equally well to previous versions of Oracle 7.x. We'll show you how to use the common ODBC Drivers and OLE DB Providers in conjunction with ActiveX Data Objects (ADO) to manipulate data stored within an Oracle database from within an ASP application.

We'll build upon each area by creating a collection of ASP scripts that will use the sample scott database schema showing how to retrieve and update data in a flexible and more importantly, scalable manner. We will finally cover the (unfortunately), advanced concept of retrieving recordsets from an Oracle stored procedure. Don't worry though, it's relatively easy to use scalar INPUT and OUTPUT parameters to return individual parameters from an Oracle stored procedure – which we'll also be covering in this chapter.

All of the SQL and ASP code for this sample application can be downloaded from the Wrox web site at http://www.wrox.com.


Copyright © Wrox Press Limited 2001; all rights reserved.

No part of this chapter may be reproduced, stored in a retrieval system or transmitted in any form or by any means -- electronic, electrostatic, mechanical, photocopying, recording or ot

Comments

  • Master detail using ASP

    Posted by pjarvis on 16 Mar 2004

    How can I create a master detail web form using ASP, ADO, vbscript, and HTML?[email="pjarvis@anteon.com"]email me[/email]

  • HELP!!!

    Posted by tckk75 on 02 Dec 2003

    Hi all,

    I've been trying to use the OLE DB connection from ASP to Oracle. Used the code from the examples. Working fine but it did not release the session connection and when the sessions reach the...

  • How to use .NET, Oracle with Unicode datatype (nch

    Posted by tcanvn on 19 Jun 2003

    Hi,
    I using [b].NET[/b] to access [b]Oracle DB[/b] (with [i]OLEDB Provider for Oracle[/i]) but I have a trouble that I couldn't use [b]Unicode datatype[/b] (such as: [b]NCHAR, NVARCHAR2[/b]).
    ...

  • deleting rows in listview control

    Posted by gonzo on 24 Feb 2003

    im trying to get this to work:

    when the form loads, a csv file is opened and whose contents are displayed in the Current list view control. if the user selects an item from the Current listview con...

  • College Project

    Posted by goughi on 24 Feb 2003

    Hi,
    i am currently do a project on oracle and microsoft. The question is compare and contrast the latest database offerings from Oracle and Microsoft under the following headings: History and e...