Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Quick Tour with Visual Basic

Employee Form
Batch Insert Form

This quick tour is designed to get you started with Oracle Objects for OLE for Visual Basic. We use an example employee database application to show you how to code basic database operations such as navigating through data, adding, modifying, and querying records. A more advanced section is also included on how to perform batch inserts using parameter arrays and SQL statement objects.

The entire code for this example application is provided in the ORACLE_BASE\ORACLE_HOME\OO4O\VB\SAMPLES\QT\ directory.

This quick tour covers the following topics. You can also learn how to code a particular function by clicking the button in the Employee Form window.

Introduction

About the Employee Database Application

Getting Started: Steps to Accessing Oracle Data

Functions

Navigating Through Data

Adding Records

Updating Records

Deleting Records

Querying the Database

Inserting Rows in Batch

Using the Connection Pool Management Facility