Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Calling Functions using extended stored
Name: Subbu Date: March 1, 2001 at 06:43:40 Pacific
Comment:
Hi, I have built a shared library in Unix (.so file). I want to call a function in the shared library from Extended stored procedure. I also created the extended stored procedure but it is not able to load the shared library. What should i do to make the extended stored procedure find the library? Thanks in advance.
Summary: I have a function inside a file. THe function name and filename is different. THis function works well, if I run it in the same shell. But if I put it in ascript and call ./function name, it says "F...
Summary: Nails, What is the purpose of -u option in typeset upon declaring function using typeset. That is, what if I type as follows: typeset -f function_name instead of typeset -fu function_name ...
Summary: Given data separated by tabs, fifth field is elapsed time given as hh:mm Script computes average elapsed time. using a template that has one action statement in body has one calculation and one print ...