Employee Registration Sample

This sample uses ActiveX Data Objects to access an Oracle database. Before using the Database Access component to access Oracle's sample database, 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 statement to create a unique index on the emp table:

    SQL>CREATE UNIQUE INDEX idxEMPNO on EMP(EMPNO);

  3. Finally, in the URL edit box, change 192.9.200.111 to your machine's IP address.

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