hi. I saw the result obtained for the test between SQLMemTable and kbmMemTable. Further the test suite contans a BATCH definition which can be enabled or...
Hello Mr. Ring, i think you are right, part of this new code is my work, but i was to lazy to implement the MergeOptionsTo method. Next time i will try to ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the memtable group. File :...
memtable@yahoogroups....
Aug 1, 2003 7:49 pm
5480
Hi, All the batch definition in the test does is to do like this: mt.EnableIndexes:=false; try ... do all the inserts, updates and deletes needed. finally ...
Hi, I have a kbMemtable that already has some data, now I added a Calculated field, but the calculated field can't show up unless I created a new file, how can...
Wilfried, No worries. I do apologies that my initial explanation was a bit confusing. ... Cheers, Nick ... Disclaimer The information contained in this E-mail...
Nicholas Ring
Nicholas.Ring@...
Aug 3, 2003 9:47 pm
5484
Hi, As far as it seems, in v 4.00 the OnCalculateFields is not triggered after Post. So, in order to take in calculatet the new value we must do an edit/post...
Kim I've had a look at this and was wondering if it was possible to add an option to retain deleted records in the indexes? I realise that it would slow the...
Hi I was just doing some testing on 3.14 and had a situation where I was adding a lookup field where the KeyFields and the LookupKeyFields was a BCD with 4DP,...
When installing kdmMemtable version 4.02 into Borland C++ builder 4, an error pops up while compiling kbmMemTabke.pas as follows: "Undeclared identifier...
But a pointer to the index is more useful your case it (addindex = nil) then my case FMyIndex := AddIndex; if FMyIndex = nil then... Neven ... From: "Sanford...
... previously ... records by ... As far as I look at the code, making the change I suggested in second post should work well. Since I just use as temporary...
Hi The "default" value of FStandAlone property is FALSE, which activates the Commmon.Lock and .UnLock procedures to use a Critical Section. For example,...
I agree with you 100%. kbmMemtable is too much becoming a plaetora of nice touches but i.m.h.o. is going in the wrong direction. In fact I would think it's...
I will be out of the office from August 18th - 30th and will be unable to check my email during that time. If you need a response before then, please either...
Hello, ... Yes but since it has to backwards compatible it is False. I dont know mutch components that you dont have to set some properties to make it work for...
Hi That property goes absolutely unnoticed, as it's not configurable thru the kbmmemtable component properties in the IDE ... so the result is that, I guess,...
Hello, ... there are others too that you can change for speed. When I have a moment of time, I make a FAQ for it. ... yes it is. But Delphi does not show all...
Hi, Currently I like to keep the indexes 'clean' since there several places are situations where they are referenced directly, and where a deleted record would...
Hi, Using 4.03 I have tested lookup on BCD fields and it does seem to work fine. I have two memtables: - lookup which contains the fields ibcd which is a BCD...
Hi, Fields are calculated automatically at the following places: - When you enter Edit mode. - When you alter the value of a field while in edit/insert mode. -...
Hi, 4.04 will return the new index from AddIndex and AddFilteredIndex But in case an error happens, they will still thrown an exception to be backwards...
Hi, ... Yes its default true to make sure kbmMemTable works in threaded situations. The performance penalty is actually not big. Its a few hundred ms in ...