get error wilth DLL in forms and ora-06503 (merged) [message #239632] |
Tue, 22 May 2007 18:02 |
Rafeek
Messages: 159 Registered: April 2007 Location: egypt
|
Senior Member |
|
|
hi all
i have oracle 10g and windows xp pro .
i create DLL file by C# 2005 and use this dll file in forms.
i create form with button and when button pressed i pass number
variable to methed .
i get error
FRM 40735 when-button-pressed raised unhandled exception
ORA 304500 .
thax
Rafeek
|
|
|
|
|
Re: ora-06503 [message #240982 is a reply to message #240174] |
Mon, 28 May 2007 02:21 |
mustaf_82
Messages: 20 Registered: May 2007 Location: UAE
|
Junior Member |
|
|
It is becoz of 2 problems;
1) Funtion is returning null.
2) The value which function is returning is exceeding the actual size limit of the variable.
|
|
|