... to ... This seems a simpler approach to add a specific indentifier to the file for version control, is there any sample code or just a few lines of code? ...
PLEASE READ & HELP ME... THANKS Hi guys. I'm newbie with this tkbmmemtable and would like someone to help me with a little project i'm making. I'm gonna...
Hello, you can do this in a master detail structure I think. Master is containing the fields of db1 and an autoinc Ref field. Detail has a Ref field with the ...
Hi Can I append new data to the existing file using SaveToFile with [mtcpoAppend]? The file was created using SaveToFile with the same kbmBinaryStreamFormat as...
Hi, If you make sure to set sfFromStart to empty (sfLoadFromStart to false in the object inspector) and then make sure to LoadFromStream more than once, you...
Hallo Kim! (Congratulationes to this component!) I'm a very new user of kbmMemTable. I try at this time to change a Program Code of some TTable using units...
Hi, ... It's a memtable. (A memory table - a database table realized in memory.) ... The demo included in the package gives various examples. Why you would...
Hi, No helpfile currently exist specifically for v. 3.00. The v. 2.53 helpfile will be sufficient in most places, but a v. 3.00 help file will be available...
Hi, Check www.components4developers.com for a small list of features. Generally its a TClientDataset replacement with near 100% features of a TTable + several...
Hello, What is the best way to duplicate (insert) a complete record (instead of copy all fields into local var's then append then post, and then go back to...
hi, i installed v3 into delphi 6 and that worked fine. then i opened a new project, dropped a TkbmMemTable component on the form, right-clicked to invoke the...
Hi, Have you used pre v. 3.00 kbmMemTable? If so, uninstall the memtable, and remove all traces (dcu, pas, obj, bpl etc.) of it. Then reinstall kbmMemTable in...
Hi, You could perhaps use InsertRecord([field1value,field2value,field3value...]); Another way is to have two cursors into the same data and use append; Post; ...
Kim: What do you mean by 2 cursors? Thanks, Martin ... From: Kim Madsen To: memtable@yahoogroups.com Sent: Friday, July 05, 2002 9:49 PM Subject: Re:...
Hi, Add another memtable and set its attachedto to the first memory table. Then the two tables share the same records, but acts as different cursors to them. ...
Hello, I have something wierd going on: I have index on 2 fields: TxDateTime and MyRef (TDateTime and TInteger). I need a search on MyRef, but to use the index...
Hi, An index is evaluated (with shortcircuit evaluation) from left to right and thus things are sorted in that order in the index. You cannot 'skip' a front...
kbmMemTable v3.0 (tested with D5,D6). 1. Descending index where field contains null values is not working (bug was fixed only when you have asc index). 2. If...
Hey, neat feature! I've been using this component for 18 months now and never realized :-/ Regards, Martin. ... From: Kim Madsen To: memtable@yahoogroups.com ...