Jump to content


Click the link below to see the new game I'm developing!


Naval

Member Since 10 Dec 2004
Offline Last Active Sep 08 2005 01:21 PM
-----

Posts I've Made

In Topic: PROIV DATE - ORACLE FUNCTION

04 February 2005 - 01:06 PM

Thanks for your responses.

You were right i was passing a numeric value to date datatype. I have modified the code. Now it is working fine.

Also Richard i am getting value back into Proiv. Using bind variable(:#RESULT) it is possible.


SQL

BEGIN
:#RESULT := Nmis_Extract.load(TO_DATE(TRIM(:$START_DATE),'DD/MM/YYYY'),TO_DATE(TRIM (:$END_DATE),'DD/MM/YYYY'),:$$TRIG_FILE ,:$$TARGET_DIR) ;

END ;
ENDSQL

Cheers,
Naval

In Topic: Task Parameters

01 February 2005 - 06:34 AM

you are right problem was the case of the parameters.
Thanks tclulow

Regards,
Naval

In Topic: proora815.dll

17 January 2005 - 03:24 PM

Its working now.

Thanks Vol

Click the link below to see the new game I'm developing!