Re: MS Access temp table
- From: "Alan T" <alanpltseNOSPAM@xxxxxxxxxxxx>
- Date: Wed, 7 Mar 2007 10:00:29 +1100
I need to create a temp table to store some calculating data during the
application running.
This temp table need to be created in heap memory for fast access, not in
the MS Access database itself.
"Paul Scott" <paul.scott@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:op.top1xmgfdgyzbd@xxxxxxxxxxxxxxxxxxxxxxxx
On Mon, 05 Mar 2007 01:57:34 -0000, Alan T <alanpltseNOSPAM@xxxxxxxxxxxx>
wrote:
Anyone knows if MS Access supports temporary table?
"Yes" - I do know :)
"No" - Access doesn't support automatic temporary tables: "#Table" or
"##Table" :(
"Maybe" - If a table is deleted before a program exits, then surely it was
"temporary" :)
And if you handle the temp tables yourself, you will find it /so/ much
easier when you're investigating exactly what data your application is
storing when it doesn't quite work "as planned".
BTW If you are creating your own "temporary" tables, be careful to prefix
the table name with more than just "_Temp_" - If multiple workstations /
applications / threads all create the same "temp" table, chaos can ensue
--
Paul Scott
Information Management Systems
Macclesfield, UK.
.
- Follow-Ups:
- Re: MS Access temp table
- From: Bill Todd
- Re: MS Access temp table
- References:
- MS Access temp table
- From: Alan T
- Re: MS Access temp table
- From: Paul Scott
- MS Access temp table
- Prev by Date: Re: Strange database debug exeption error
- Next by Date: Re: MS Access temp table
- Previous by thread: Re: MS Access temp table
- Next by thread: Re: MS Access temp table
- Index(es):