Problem with temp table
Problem with temp table
(OP)
HI ALL,
I'm using a temp table in a fucntion to store temporary results, but when calling the same function i've a problem saing that the temporary table already exist. What can be the cause and what is the solution?
I use informix Online edition 11. in an AIX serever.
the function begins with
whenevere error continue
DROP TABLE temp_table
whenevere error continue
Any Help?
I'm using a temp table in a fucntion to store temporary results, but when calling the same function i've a problem saing that the temporary table already exist. What can be the cause and what is the solution?
I use informix Online edition 11. in an AIX serever.
the function begins with
whenevere error continue
DROP TABLE temp_table
whenevere error continue
Any Help?