Hi, I have Oracle 8.1.7
I defined a store procedure 'A' which call another stored procedure 'B'.
If I execute procedure B and I substitute the result to the call of procedure 'B' inside 'A', it works.
But if I call 'A' leaving the call to 'B', it never ends.
It locks the table and I cannot kill...
CREATE OR REPLACE FUNCTION MESSITEST."PROT_GEN" (name_seq IN VARCHAR2) RETURN NUMBER IS
aNumber NUMBER ;
BEGIN
SELECT name_seq.NEXTVAL into aNumber from dual;
RETURN aNumber;
EXCEPTION
WHEN OTHERS THEN
RETURN null;
END PROT_GEN;
/
That gives me an error on select...
Hi,
I have a J2EE application which uses Crystal Report for JBuilder 2005 to display reports developed with Crystal Report 10.
I put that on a Tomcat 5.5.9 server installed on a SLES 9 machine (Kernel version 2.6.5-7.97-smp).
When I call the jsp page wich calls the viewer, I get this exception...
Hi,
I have Crystal Report 9 Advanced Edition.
I installed full version of RAS server, by I didn't find RAS SDK on CD, so I couldn't try any example.
I need to publish my reprts on the web using Java viewer.
Could you help me?
Thanks.
e.
Hi all,
I need to connect my Handspring Treo 180 to W98 PC via hotsync serial cable.
I tried Mochaw32 ppp software, but it doesn't work.
Have you some suggestion?
Thanks.
Which edition of CR V9 I need to use Java Viewers? Advanced or Developer? I mean, where could I find Web Server Component? I get the demo version, but I couldn't find it.
Hi!
I'm using CR 9. I create a parameter to choose data field for grouping and a formula like this:
if {@group = 'A'}
then {field A}
else {field B}
I placed this formula in report header and suppress it from viewing (as in on-line help).
I grouped my data on this formula, but the result is...
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.