Sorry...abaikan pertanyaan saya. Problem solved. On Fri, 10 Dec 2004 15:05:01 +0700 "kalam-ian" <[EMAIL PROTECTED]> wrote: > Hi PbErs, > > Saya punya problem dalam menangkap return value dari > sebuah stored function di Oracle. > > Misalkan saya punya function di oracle : > create or replace function sp_getvalue(ad_tgl in > date,as_msg out varchar) > return number > x varchar2(5); > begin > x:='lebih dari 5 character'; > return 1; > exception > when VALUE_ERR then > return -100 > end; > > di PB saya eksekusi spt ini : > double ldb_ret > datetime ld_tgl > string ls_msg > > ldb_ret = SQLCA.sp_getvalue(ld_tgl,ls_msg) > > Pertanyaannya, kenapa ldb_ret nilainya selalu 0 ???????? > Platform : > Oracle 8.1.7 > PB 9 > > tia, > kalam > > > ======================================================================================== > > Manfaatkan layanan TelkomNet @ Premium melalui kartu >prabayar I-VAS untuk meningkatkan > kecepatan browing anda hingga 10x lipat. Informasi lebih >lanjut www.plasa.com atau call 147. > > ======================================================================================== > > > > IndoPB - Indonesia PB User Group > To Post a message, send it to: [EMAIL PROTECTED] > To Unsubscribe,send a blank message to: >[EMAIL PROTECTED] > > > Yahoo! Groups Sponsor ADVERTISEMENT > > Yahoo! Groups Links > To visit your group on the web, go to: > http://groups.yahoo.com/group/indopb/ > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > Your use of Yahoo! Groups is subject to the Yahoo! >Terms of Service.
======================================================================================== Manfaatkan layanan TelkomNet @ Premium melalui kartu prabayar I-VAS untuk meningkatkan kecepatan browing anda hingga 10x lipat. Informasi lebih lanjut www.plasa.com atau call 147. ======================================================================================== ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/NhFolB/TM --------------------------------------------------------------------~-> IndoPB - Indonesia PB User Group To Post a message, send it to: [EMAIL PROTECTED] To Unsubscribe,send a blank message to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
