Search the web
Sign In
New User? Sign Up
memtable · Discuss the use of kbmMemTable and associated BCB/Delphi components.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5476 - 5505 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5476
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...
blumache
Offline Send Email
Aug 1, 2003
10:53 am
5477
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 ...
duetting
Offline Send Email
Aug 1, 2003
2:10 pm
5478
Nick, I get the point now. Thanks for clear explanation ! -- Rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Aug 1, 2003
2:17 pm
5479
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....
Send Email
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 ...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 2, 2003
9:32 pm
5481
Hi, It will be fixed in 4.01. best regards Kim Madsen kbm@... www.components4developers.com The best components for the best developers ...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 2, 2003
10:24 pm
5482
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...
wang960
Offline Send Email
Aug 3, 2003
1:46 pm
5483
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@...
Send Email
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...
VAT T
m_theologos
Offline Send Email
Aug 5, 2003
5:33 pm
5485
Kim Once you wrote ... Can this be done without resolving the Table, I'd like to be able to retrieve values from a deleted record Thanks Neven...
Neven MacEwan
nevenmac
Offline Send Email
Aug 11, 2003
6:03 am
5486
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...
Neven MacEwan
nevenmac
Offline Send Email
Aug 13, 2003
12:52 am
5487
Kim Would it be possible to change these (and maybe others) from procedures into funtions procedure AddIndex(const Name, Fields: string; Options: ...
Neven MacEwan
nevenmac
Offline Send Email
Aug 13, 2003
9:34 am
5488
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,...
Neven MacEwan
nevenmac
Offline Send Email
Aug 13, 2003
10:10 am
5489
When installing kdmMemtable version 4.02 into Borland C++ builder 4, an error pops up while compiling kbmMemTabke.pas as follows: "Undeclared identifier...
russjones007
Offline Send Email
Aug 13, 2003
11:54 am
5490
I would suggest boolean. If not AddIndex then // write error message Most of the code I write uses functions that have a boolean result....
Sanford Aranoff
sanfordaranoff
Offline Send Email
Aug 13, 2003
12:13 pm
5491
Hi, Thank you for your bugreport. It will be fixed in 4.03. best regards Kim Madsen kbm@... www.components4developers.com The best...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 13, 2003
4:38 pm
5492
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...
Neven MacEwan
nevenmac
Offline Send Email
Aug 13, 2003
7:56 pm
5493
... 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...
samayoa_sergio
Offline Send Email
Aug 13, 2003
8:39 pm
5494
... And for us C++ people: if (!(FMyIndex = AddIndex(...))) ... -- Corey Murtagh The Electric Monk "Quidquid latine dictum sit, altum viditur!"...
Corey Murtagh
emonk001
Offline Send Email
Aug 13, 2003
9:13 pm
5495
Hi The "default" value of FStandAlone property is FALSE, which activates the Commmon.Lock and .UnLock procedures to use a Critical Section. For example,...
winsano
Offline Send Email
Aug 15, 2003
11:20 am
5496
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...
Dick Boogaers
hedibo
Offline Send Email
Aug 15, 2003
7:51 pm
5497
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...
prez@...
LordCorinth
Offline Send Email
Aug 16, 2003
11:03 am
5498
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Aug 16, 2003
12:40 pm
5499
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,...
winsano
Offline Send Email
Aug 16, 2003
3:18 pm
5500
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Aug 16, 2003
4:05 pm
5501
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...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 17, 2003
12:20 pm
5502
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...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 17, 2003
12:20 pm
5503
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. -...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 17, 2003
7:32 pm
5504
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...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 17, 2003
8:23 pm
5505
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 ...
Kim Madsen
kimbomadsen
Offline Send Email
Aug 17, 2003
9:38 pm
Messages 5476 - 5505 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help