Hi
I have a procedure that update a record in a table. This table is accessed for many work stations and these stations update this table several times. In average this table is updated 900,000 times a day. My oracle version is 9.02
In this table there are no deletes.
The records that are in...
Hello
I trying to parse an xml document.
I'm using oracle 9i.
This code for some nodes in the same document works. And for others don't
l_parser2 := dbms_xmlparser.newParser;
dbms_xmlparser.parseClob(l_parser2, l_clob);
l_doc2 := dbms_xmlparser.getDocument(l_parser2)...
Hi
I'm using crystal reprots 8.5
I make a report with 2 subreports in the same section, but these subreports are overlap.
I try to resolve this issue inserting a new page after the report footer of the first subreport ,and add a new page after the report header of the second subreport, but it...
Hi
I have a VB 6 application using crystal reports 8.5 and the crystal OCX. My data base is oracle and i'm using stored procedures.
I want to know if a report has data or not in order to have some text in the report instead a blank page.
Does anybody know how do this??
I really...
Hi
I have some reports in crystal 8.5 using a VB 6 interface and my databse is oracle 9i.
My problem is when I tried to excecute a report send me the error "20534. Error detected by databased DLL" I don't know why this happend, because some times fails and some times the report works...
How can I send a parameter to a stored Proc in a subreport ????
I'm using Crystal reports 8.5, oracle 9i and VB6.
I'm using the OCX from crystal.
My reports uses oracle stored procedures
The problem is when I call a report from my VB application and this report has subreports I don't know how...
Hi I need your help!!!
I make a package with one SP in oracle 9i, I take this code from an example in seagate page, and also create the table
CREATE OR REPLACE PACKAGE Test_Package
AS TYPE Test_Type IS REF CURSOR;
END Test_Package;
/
CREATE OR REPLACE PROCEDURE Test_Procedure (
Test_Cursor...
Hi
I'm using VB 6 and Crystal control (cristl32.ocx) I'm trying to connect to a oracle 9i data base, some times I can do it and some times not with the same code . I don't understan why if I dont change the code.
This is the conection string that i'm using:
With CrystalRep
.Reset...
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.