wow to use this function [message #166204] |
Wed, 05 April 2006 02:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
rnemkul
Messages: 35 Registered: February 2006
|
Member |
|
|
Dear all ,
I have a function, but i don't know how to use this function.
If any one knows please help me
The function is
FUNCTION AddRef(interface OleObj) RETURN NUMBER IS
my_new_value NUMBER;
BEGIN
Init_OleArgs(0);
my_new_value := Call_Ole_Num(interface, 1610612737);
return my_new_value;
End;
Regards
Rajendra
|
|
|
Re: wow to use this function [message #166208 is a reply to message #166204] |
Wed, 05 April 2006 03:05 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Wow ... I just read the reference manual and I have no idea either. The 'init_oleargs' is redundant and the 'memberid' of the 'oleobj' is hardcoded to '1610612737'. Google the '1610612737' and see if you recognise any of the programs 'out there' as you may be using one of them at your institution.
David
|
|
|