Re: MS Access temp table
- From: "Alan T" <alanpltseNOSPAM@xxxxxxxxxxxx>
- Date: Mon, 26 Mar 2007 22:52:02 +1000
Can I free this temp table after I use it?
I may need to create several different temp table during the life of my
application.
Any prifix to the temp table?
Do I need to DROP the temp table?
Once again, you are not creating a table in a database if you use
TClientDataSet. You are creating a table in memory on machine where the
app is running. Since the data is held in memory everything goes away
when you close the app.
.
- 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
- Re: MS Access temp table
- From: Alan T
- Re: MS Access temp table
- From: Bill Todd
- Re: MS Access temp table
- From: Alan T
- Re: MS Access temp table
- From: Bill Todd
- MS Access temp table
- Prev by Date: ADO Master/Detail and Batch Update Problem
- Next by Date: Ado and Access internal record pointer
- Previous by thread: Re: MS Access temp table
- Next by thread: Re: MS Access temp table
- Index(es):
Relevant Pages
|