Subject | Re: create temporary table |
---|---|
Author | danyschaer |
Post date | 2008-07-11T14:48:31Z |
Nick;
Adding a COMMIT does the trick, thank you.
But now, I can't see clearly what means "temporary table" for Firebird.
How do I create temporary tables only available for the session that
created it?. I don't want it available for other sessions; also other
sessions may need to create the same temporary tables at the same time.
Do I need to do an explicit drop to remove the temporary table?
Dany
Adding a COMMIT does the trick, thank you.
But now, I can't see clearly what means "temporary table" for Firebird.
How do I create temporary tables only available for the session that
created it?. I don't want it available for other sessions; also other
sessions may need to create the same temporary tables at the same time.
Do I need to do an explicit drop to remove the temporary table?
Dany