I'm using Memtable v 2.33 and just joined this list. Whenever a memo field is edited the system crashes when transactions are active. You can sometimes get by...
Hi, I would suggest you to move up to 2.53g since many bugs has been corrected since 2.33. Check http://www.components4developers.com best regards Kim Madsen ...
Hi Kim, Had some trouble getting the list to recognise me after joining hence the late reply.... The memo problem is solved with the upgrade to 2,53g. Thanks. ...
Hi, Since a time ago, I sent to you a function, called TestFilter(AFilter: string): boolean; which tests the current record for the filter AFilter and returns...
Hi, You can add fields during runtime in two ways: 1) Define fielddefs and let the table generate the fields from the fielddefs. Doing this actually destroys...
Hi, Thank you for your suggestion! I will have to put it into my small list of things to look at since currently Im quite busy doing other parts, f.ex. kbmMW...
Hello Kim, I'm encountering the FindKey bug which was reported on the 3rd of October regarding FindKey always returning true when the table is empty. This is...
... the ... from ... I tried this but it does not quite work the way you describe it. Not even a Fielddfes.Clear gets rid of them! I started out with a query ...
Hello kbMem users, Does anybody have some good ideas on how to transfer all records from one kbmem table to another (both exactly the same field/indexes and ...
I have an application that stores multiple MemTables into the same stream. Making this work was complicated by design decisions in MemTable. Could a future...
Hi I'm trying to install (update) v2.53 (D5) kbmMemD5Run.dpk compiles fine, but kbmMemD5Des.dpk gives me an error that [Error] kbmMemD5Des.dpk(38): Package...
Hi, Actually I have now tried to verify the problem.... but unfortunately without luck using findkey on both single and double fields. Can you please send me a...
Hi, Are you sure you close the table before trying to remove fields or fielddefs? Im using runtime created fields in several apps. without any of the problems ...
Hi, On my test machine (Athlon 700Mhz) I can save and load 10000 records via the binary format including blobs, strings, integers and more (the demo project) ...
Hi, 1) Hmm... Ill have a look at this... but no promises. 2) In your case I can see the problem. Again... ill have a look at it. 3) The streamformatter does...
Hi, Make sure to remove the packages from the Components/Install Packages list. Removing the checkmark is not enough. Then close Delphi, and check out the...
Hi Kim Found an error - I think! Set Accept = false; in OnFilterRecord event handler. Set Filtered := true Now the data set is in insert mode => Why? It tries...
More info: I have 2 .bpl kbmMem files in projects\bpl. In Delphi, if I try to add the Des one first, I get the message: Cannot load pkg kbmMemD5. It contains...
Hi Kim, I have a small sample that shows FindKey (KbmV3Alpha) always returning true. The table contains 2 string fields of size 15. Would like to receive this...
... does not ... table. It ... definitely ... Hmmm. I took that as a challenge and did some further investigation. I have confirmed the behavior I indicated....
Aha! Here, I believe, is the cause of the disappearing data when a binary stream formatter goes away: In kbmMemBinaryStreamFormat.pas, method LoadDef, you...
I can't compile because of the error, so I can't run the app. I de-installed memTable now, I'll start over later. ps (I'm trying to use it With RPM) Thanks. ...
Hi, OK, that is probably whats going wrong. Because I've always tested with an index defined. I copy this reply to the memtable group for others to know. best...