Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Export data from oracle using storedprocedure [OLE2] into EXCEL

Export data from oracle using storedprocedure [OLE2] into EXCEL

From: magnetic <mikaily_at_wanadoo.nl>
Date: Sat, 11 Jan 2003 02:29:45 +0100
Message-ID: <3e1f738d$0$129$8fcfb86b@news.wanadoo.nl>


The examplecode written works on a win98 client having excel version 97.

But doesnt work on a win2000 client with excel2000

I would like to know the source code for a win2000 client with excel2000.

Any help would be apprecaited [mail to mikaily_at_wanadoo.nl ]



While running the example code below, I am continually receiving the following error message:

FRM-40735 WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-305500.

example code:

DECLARE

BEGIN

ole2.release_obj (cell);
ole2.release_obj (worksheet);
ole2.release_obj (worksheets);
ole2.release_obj (workbook);
ole2.release_obj (workbooks);
ole2.release_obj (application);

END; Received on Fri Jan 10 2003 - 19:29:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US