ole2 not declared [message #36970] |
Tue, 08 January 2002 06:55  |
fionan
Messages: 5 Registered: January 2002
|
Junior Member |
|
|
hi
i am creating a stored procedure to be run on oracle application server.i am writing a pl/sql procedure that writes to an excel file.i think i should be using ole_app_hndl := OLE2.CREATE_OBJ
( 'Excel.Application.5' );
but when i use this it gives me the error
(1): PLS-00201: identifier 'OLE2.OBJ_TYPE' must be declared does any one know am i missing a library or does anyone have code for a pl/sql procedure that would create and write to an excel spreadsheet
any ideas appreciated
fk
|
|
|
|