Call to stored proc dies in Internet Explorer 8
Hi all,
I have a weird issue I was hoping the community here could help me with.
I am calling a stored proc on our AS400. A table is dynamically created by the AS400. The stored proc passes back the table name. Then I query the newly created table and output the data to the browser.
The problem is, it takes 15 seconds for this to execute in Firefox v3.5.5 and takes about 16 minutes to execute in Internet Explorer 8.
Does anyone have any insight as to what might be causing the data to hang? I can post my code if requested.
Thanks for any help in advance.
