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

Executing Commands

Commands that can be sent to Oracle database servers using OO4O Automation objects are divided into the following categories:

· Queries

· Data Manipulation Language (DML) Statements

· UPDATE column values in existing rows

· DELETE rows from a table

· INSERT new rows into a table

· PL/SQL Blocks

· Data Definition Language (DDL) Statements

· Transaction Control