Using DDE package
511725Sep 4 2007 — edited Sep 4 2007Dear all,
i'm using oracle 9i version 9.2.0.1.0, i want to get data from an excel fie excel version 2003.
i'm using the same code in the help
DECLARE
CONVID PLS_INTEGER;
BEGIN
CONVID := DDE.INITIATE('EXCEL','C:\abs.xls');
DDE.REQUEST(CONVID,'D4',BUFFER,DDE.CF_TEXT,1000);
end;
but each time i'm getting this error ora-106555 and ora-106553, and i can't find enough explanation either in google or in other posted messages here.
can u help me plz