Global Temporary Tables -
08-20-2004
, 03:34 AM
Hi,
I am inserting records to a global temporary table(say A) in which a
trigger is fired and im getting results from other global tempory
tables(say B, C, D,..)...
This is my scenario...
I am able to fetch the results from the global temporary tables
B,C,D,...when inserting directly in the table A from the front end.
But I am not able to fetch the results from the global temporary
tables B,C,D,...when inserting thru a web service (in dotnet)in the
table A from the front end.
Can somebody explain the reson for the above and give a solution to
fetch the records from the global tempory tables thru
webservice..Thanks in advance. |