Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Any tools to transfer files/data between Oralce & Excel
See \orawin95\oo4o21\Excel\Samples\oo4o_ora.xls and empx.xls
Accessing Oracle7 Servers Using Oracle Objects for OLE
This Excel file demonstrates how Oracle Objects for OLE can be used to access Oracle7 Servers from the Visual Basic for Application environment. It is meant to jumpstart the developer to using the product.
DataSheet - The sheet contains query results.
GetData - Retrieves and pastes query result to DataSheet.
UpdateData - After editing the DataSheet, run this macro to update the Server.
GetArray - Shows how array can be used to efficiently retrieve large amounts of Server data with one transaction.
It performs the following steps:
CursorReturn - Shows how to return PL/SQL Cursors. This feature offers read-only access to cursors. It assumes you have already loaded the PL/SQL stored procedure found in
c:\orawin95\oo4o2\oraexamp.sql
![]() |
![]() |