Click here to Skip to main content
15,912,504 members

Comments by Sky8807 (Top 2 by date)

Sky8807 27-Jul-14 4:57am View    
With runtime I meant I dont know the name of member to sort on at 'Compile time'. Its decided when user clicks on header of the repeater, which I could not think of a better word to define than 'at runtime' :)
Sky8807 18-Jul-14 16:57pm View    
Thanks for the help.. but my problem is when i am calling xyz.ksh i will have to pass oracle package and parameter as well something like thing (adding your answer as well)
<pre>
$ cat ABC.txt |
do
xyz.ksh $a # i have to give package name as well something like xyz.ksh oracle_pkg($a)
done
</pre>

Now program is getting issue saying '(' is not accepted.