Instant ASP Logo


Employee Registration Sample

The Employee Registration sample uses ActiveX Data Objects to access an Oracle database.

Before accessing a database by using the Database Access component, you must configure your Oracle database by following the instructions below:

  1. Run the Oracle Server Manager (svmgr30 on Windows or svrmgrl on UNIX) and connect to the supplied Oracle database by using the username scott and the password tiger.

    NOTE: For more information on Oracle products, please see the Oracle website.
  2. Execute the following SQL statements to create the unique index on the emp table:

    SQL>CREATE UNIQUE INDEX idxEMPNO on EMP(EMPNO);
  3. Change 192.9.200.111 to your machine's IP in the URL edit box. 

 

If you encounter any problems or errors, please contact support@halcyonsoft.com


Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.