Discussion:
Memory Tables
(too old to reply)
DL
2006-12-11 14:21:26 UTC
Permalink
Hi,

How can I make a memory table (eg TVirtualTable, TMemDataSet) with the
same table definition as my live table (eg TTable) but with no records
in it?

I need to do this so I have a temporarily empty table to add records to.

Thanks.
David.


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0655-1, 08/12/2006
Tested on: 11/12/2006 11:21:28 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com
Jayme Jeffman
2006-12-13 22:19:18 UTC
Permalink
Hi,

Please have a look at http://www.crlab.com/vtable/download.html.
This VCL component has the feature you are interested in, and it is
free. It is documented too. When you install it is placed on the "Data
Access" tab of the component palette.

I use it in my C++Builder 6 projects with no bugs ( until now!).

HTH

Jayme
Post by DL
Hi,
How can I make a memory table (eg TVirtualTable, TMemDataSet) with the
same table definition as my live table (eg TTable) but with no records in
it?
I need to do this so I have a temporarily empty table to add records to.
Thanks.
David.
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0655-1, 08/12/2006
Tested on: 11/12/2006 11:21:28 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com
Loading...