Hi, Jim: I used memtable to load a 10M data,(Record data size about 70Byte), when I load it into a array from disk, it cost 10 second, and use about 10M memory...
Hi, Your problem is probably that if you remove fields while the table is active, the field definition for that field will also be removed. Its a TDataset...
Hi, The big day has arrived .... The first release of kbmMW. After a long time of development, most of the loose ends have now been tied in, and I feel that...
Hi Kim, when a form is released, does KbmMemTable release all the memory used for record storage or should I do an EmptyTable or Close before release the form...
Hi, As long the memtable is owned by the form, the memtable will autoclose and autoempty. Thus you dont have to do anything in that case. best regards Kim...
Hi, kbmMemTable v. 3.00 has now entered beta stage. That means that its public interfaces are believed to be stable as of now. Its internal code might still be...
I reported two Bugs recently concerning DefaultValues and D6. Have you had time to look at these ? Are you going to fix them in V2.53 anyway ? If not, or if...
Hi! Step to reproduce the problem: - Create a new application - add a kbmMemtable (name := KB) - set the Autoreposition property to TRUE - add a string field...
Hi, Oops... sorry... I did read your report.... but havnt got to reply on it. Hmm....Irritating problem :) what is your suggestion for this problem? Depending...
Hi, Thank you for your bugreport. Ill have a look at it. A fix might or might not be for v. 2.53, but it will anyway be fixed in 3.00. best regards Kim Madsen ...
Hi, I have not personally been doing performance comparissons but quite many others have reported kbmMemTable to be significantly faster for their operations...
Hi, The clientdataset most probably is receiving the data from its provider in chunks. While the memtable will get the complete set of records. best regards ...
Hi I need to perform the following tasks: Borrow structure from a TTABLE Add e few lookup-fields Copy data from TTTABLE Sort table Can anybody give me a...
Hi All, I have problems filtering on a time field.... exactly it doesn't work for example I have three records with 09.00 and other 3 with 18.00 if I put ...
Hi, No, at this time, Im not working for the v.3.00 help files, and I cannot currently give a timeframe. Most work right now is put into kbmMW. A Beta of...
KBMMemTable 2.53g has problem on record positioning after deleting record on a dbgrid. It always scroll or jump to the top position of dbgrid. I think this...
... May I add, that this jump to the first record also occures when inserting a new record ? Sometimes very nasty... Do you have a bugfix or a workaround ?...
Hi, I just tested memory table for my needs with the demo-application. I am wondering about the data in the detail table (made with Memtable) does not save the...
Hi, I'm using kbmMemTable 3.beta I would like to load a part of Interbase table into a kbmMemTable (in fact I want to load 3 tables inside it...). This will...
Tom Deprez
zifnabbe@...
Dec 15, 2001 11:36 am
3660
Hi, A memory table is inherently not persistent in it self. But you can set the properties Persistent (v. 2.xx and 3.00), PersistentFile (v. 2.xx and 3.00) and...
Hi, Yes, it uses a LongInt. The basic reason is compability with D3 and speed (int64 is not a native Intel size, thus calculations on it will need more ...