Is there anyway to export a crystal report viewed through eportfolio into a text file? I have seen articles alluding to the fact that it can be done but none that show how to do it. The only formats that I see are PDF, DOC, RTF, and RPT. Thanks.
We are using Oracle 8i.
I tried posting the SELECT statment here but it timed out.
Close as I figure is that it can't be done--according to a document I dug up in Metalink that ironically no one I know has access to. (i.e. Doc ID: 160663.999)
It IS a valid SELECT statement, but when I OPEN it...
We are using Oracle 8i.
OK gnarus... here she is:
Here is the body of my CREATE PROCEDURE:
CREATE OR REPLACE
PROCEDURE cmpgnmp_stat_bydis (i_campgn_id IN VARCHAR2
,io_mp_cur IN OUT manpower_figures_pkg.mp_cur_type)
IS
BEGIN
OPEN io_mp_cur FOR
SELECT...
I need to create a REF CURSOR that has a subquery SELECT in it. I go through Oracle's entire topic on REF CURSORS and they do not make any mention of this type of restriction. When I compile my stored procedure, it compiles with errors. I know that the SQL statement that comprises my cursor...
Hi RoughingIT,
I am trying to follow the suggestion you posted. What is CMC and does it apply solely to Interbase 6? How do I get to it?
I have my page server running on an NT box. I am connecting using an Oracle ODBC.
Thanks,
rshawtx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.