Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default familiar with Oracle Objects for OLE?

Is anyone familiar with Oracle Object for OLE (OO4O)?

I have a script set up which will retrieve the desired data into the
Dynaset, but I'm not really very familiar with it all, yet.

At the moment, the only way I know of to put the data retrieved from the
Oracle table into an Excel sheet is to run record by record, field by field,
assigning it into the cells.

Is there some quicker way that I can just 'plop' the whole set of retrieved
data into a blank sheet?

Thanks.
Mark
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default familiar with Oracle Objects for OLE?

Hi Mark

I haven't used oo4o for a very long time. But with ADO (and I believe DAO)
recordsets can be pasted into worksheets with

Sheets(1).Range("A2").CopyFromRecordset myRecordset

give it a try.

HTH. Brest wishes Harald

"mark" skrev i melding
...
Is anyone familiar with Oracle Object for OLE (OO4O)?

I have a script set up which will retrieve the desired data into the
Dynaset, but I'm not really very familiar with it all, yet.

At the moment, the only way I know of to put the data retrieved from the
Oracle table into an Excel sheet is to run record by record, field by

field,
assigning it into the cells.

Is there some quicker way that I can just 'plop' the whole set of

retrieved
data into a blank sheet?

Thanks.
Mark



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default familiar with Oracle Objects for OLE?

Hello again, Harald,

Thanks again for your suggestion. I will try it.

Mark

"Harald Staff" wrote:

Hi Mark

I haven't used oo4o for a very long time. But with ADO (and I believe DAO)
recordsets can be pasted into worksheets with

Sheets(1).Range("A2").CopyFromRecordset myRecordset

give it a try.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
is anyone familiar with the pull formula in excel? tnguyen030 Excel Worksheet Functions 1 June 28th 07 02:14 PM
SQL for Oracle David Excel Discussion (Misc queries) 4 September 26th 06 06:22 PM
experience with Oracle Objects for OLE mark Excel Programming 4 December 21st 04 08:02 PM
Dynamically Assign Objects to Form Objects. The Vision Thing Excel Programming 2 December 11th 04 04:02 PM
Unable to remove Sheet objects in the Microsoft Excel Objects Adrian[_7_] Excel Programming 1 August 26th 04 10:49 PM


All times are GMT +1. The time now is 06:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"