Re: TxQuery download or similar component?
- From: "David S" <noway@xxxxxxxxx>
- Date: 19 Apr 2007 04:57:59 -0800
Shane Stump <ShaneATStumpWare.com> wrote:
The TkbmMemTable LoadFromDataSet() will accomplish that.
You can either
1) Create a memory table in design mode and then load a query to the
memtable as follows:
MemTable->LoadFromDataSet(pQuery,TkbmMemTableCopyTableOptions() <<
mtcpoOnlyActiveFields);
2) Create a memory table @ run-time and then have TkbmMemTable create
the table structure to match the query:
MemTable->LoadFromDataSet(pQuery,TkbmMemTableCopyTableOptions() <<
poStructure);
If you have any other questions, please let me know.
Best Regards,
Shane
I gave up using TkbmMemTable because I kept getting so confused
by the design-time vs. run-time table definitions.
To get "live" datasets, you need to define the tables in the
designer. But then at runtime, if the table doesn't exactly
match the data, it gets all messed up. And if you try to re-
define it at run-time, it seems to lose settings. I've
been successful getting it to work entirely at run-time, but
I feel like I'm missing lots of stuff at design time by not
having live components.
The DevEx memory table works exactly as I'd expect. But it
disappeared in one of their updates and never reappeared.
I seem to recall using TxQuery in a project with this memtbl.
It worked very well.
Does this 'CDS' memory table work intuitively? Where can I
find out more about it? (It's not a name I'm familiar with.)
Thanks
-David
.
- Follow-Ups:
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- References:
- TxQuery download or similar component?
- From: Andrea Raimondi
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- From: Shane Stump
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- From: Shane Stump
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- From: Shane Stump
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- From: Shane Stump
- Re: TxQuery download or similar component?
- From: edbored
- Re: TxQuery download or similar component?
- From: Shane Stump
- TxQuery download or similar component?
- Prev by Date: Re: OT Do free versions work?
- Next by Date: Re: Applicaton extension Machanism -- How about Python for Delphi?
- Previous by thread: Re: TxQuery download or similar component?
- Next by thread: Re: TxQuery download or similar component?
- Index(es):
Relevant Pages
|