B
Brian K. Maher
Guest
Nilesh, >> 2. Do I need to increase stack size (-s parameter) , as I am passing lot of information through temp-tables to these >> procedures or .p files ? This is the most likely cause of the problem. How are you passing these temp-tables? If you are simply passing the temp-table from one program to another as a parameter then the AVM copies the data. If there is a lot of data in each temp-table then that will take time to copy. I would recommend passing the temp-table handle instead. Brian
Continue reading...
Continue reading...