Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ceccina
  • Content: Threads
  • Order by date
  1. ceccina

    Stored procedure never ends

    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...
  2. ceccina

    evaluation of variables

    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...
  3. ceccina

    extract hour from date

    How can I extract hh:mi from a date filed (dd/mm/yyyy hh:mi) and making time differences?
  4. ceccina

    cannot insert date

    Hi, I have an application written in ASP. I cannot insert the date 31 march 2002. Days stop at 30 march 2002. Other years are ok.
  5. ceccina

    password request on open

    I want that Notes ask me my password opening a local database even if I've just authenticated myself on Notes client. How can I rich that? Thanks
  6. ceccina

    excel export with JRC 10

    Is there any way to export a report in Excel (or CSV) format using Crystal Report X for Java API's? Only PDF and RTF works?
  7. ceccina

    crystal report viewer under Linux Suse

    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...
  8. ceccina

    Disabling autolink

    Hoe can I disable autolink option in Database expert in CR9?
  9. ceccina

    reading sequence in Oracle

    How can I read an Oracle sequence within Crystal Report?
  10. ceccina

    RAS SDK

    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.
  11. ceccina

    connecting palos to W98

    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.
  12. ceccina

    CR Viewers and CR edition

    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.
  13. ceccina

    dynamic grouping

    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...

Part and Inventory Search

Back
Top