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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 5233 - 5262 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5233
Adam, Yes this is possible. 1 create your table and fields 3 open table designer (right click on the component) 3 load data into the table eather from a...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 1, 2003
5:49 pm
5234
Thanks Wilfried, I have tried your suggestion, except I do not have StoreDataOnForm in my Object Inspector. I am running version 3.05. Is this feature in a ...
GrumpyRain
s3057043
Offline Send Email
May 1, 2003
11:52 pm
5235
Adam, Delphi does not show all in object inspector by default. Click right in object inspector then -> view -> toggle -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 2, 2003
8:48 am
5236
Hello, ... As far as I know it is because the previous version record is inserted, and then deleted. so deleted count stay the same value. (I'm not 100% sure...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 3, 2003
10:06 am
5237
Thanks Wilfried, it worked. Adam ... right in object inspector then -> ... StoreDataOnForm in ... in a ... <wilfried@m...> ... www.components4developers.com ...
GrumpyRain
s3057043
Offline Send Email
May 5, 2003
12:02 am
5238
Hi, I'd like to use Array field to store a list of Phone numbers of a person, I created a Numbers of Array, then what to do next? is there a sample code that...
wang960
Offline Send Email
May 5, 2003
3:59 am
5239
I reload my kbmMemTable (called "kbmMTFutsSchedExtract") at runtime, and then do kbmMTFutsSchedExtract.Indexes.RebuildAll. On some machines, it runs fine. On...
djenkins_ny
Online Now Send Email
May 5, 2003
8:34 pm
5240
Hi, Arrayfields have not really been tested very thoroughly with kbmMemTable and thus may not fully work. best regards Kim Madsen kbm@......
Kim Madsen
kimbomadsen
Offline Send Email
May 6, 2003
2:19 pm
5241
Hello, I'm pretty sure it has nothing to do with OS or machines. But maybe some data is different, or some locales. Since you can emulate the problem on some...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 6, 2003
5:00 pm
5242
Dear Wilfried My use of MemTable typically involves 1. Emptying the MemTable: Form_Scans.mtImportedData_.EmptyTable; 2. loading a text file of numerical...
Nicholas
npmenges
Offline Send Email
May 7, 2003
3:30 pm
5243
Nicholas, No I think it is ok what you do. It dont need extra code to release memory. When you delete records then the pointers to the records are re-used for...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 7, 2003
7:02 pm
5244
Hi SequentialSearch() if absolutely BUGGY ... see last line of the function, Index:=LastNo !!! As memtable decides dinamically, if recordcount < 20, to use...
winsano
Offline Send Email
May 13, 2003
5:22 pm
5245
Hi SequentialSearch() if absolutely BUGGY ... see last line of the function, Index:=LastNo !!! As memtable decides dinamically, if recordcount < 20, to use...
winsano
Offline Send Email
May 13, 2003
5:30 pm
5246
Hi, I have been aware about the bug for some time... reason why the 3.07 still is downloadable from the site. Its fixed in 3.09 which will be released shortly....
Kim Madsen
kimbomadsen
Offline Send Email
May 13, 2003
7:55 pm
5247
I have a TCP Server application (Indy) where I create a data module with a memTable on it for each connection and attach the table to a memTable on the main...
ianjblakeley
Offline Send Email
May 15, 2003
6:44 am
5248
Ian, kbmMemtable is threadsafe, but if several threads doing operations on the same data it is maybe preferable that you call Lock / Unlock in each thread...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 15, 2003
12:35 pm
5249
Whats new in v. 3.09 15. May 2003 ... Fixes/Enhancements: - Fixed missing AfterScroll event in GotoKey/FindKey/FindNearest. Bug reported by Bill Miller...
Kim Madsen
kimbomadsen
Offline Send Email
May 15, 2003
9:44 pm
5250
After more testing I have found the following: When a new TCP client connects and I create its data module containing the memTable I have to close the main...
Ian Blakeley
ianjblakeley
Offline Send Email
May 15, 2003
11:06 pm
5251
Hi, kbmMW is included in the Database Connectivity category. If you like our products, then please spend 5 minutes of your life and vote for it. ...
Kim Madsen
kimbomadsen
Offline Send Email
May 16, 2003
10:50 am
5252
Ian, Yes that's correct. another way is to set AttachMaxCount to a max value that you need. Be aware that it take a little memory. -- rgds, Wilfried ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 16, 2003
12:21 pm
5253
Hello, every day i read 3.000.000 records from 100 textfiles and store them in a kbmmemtable. i have no indicator to find added, modified or deleted records in...
intellekta
Offline Send Email
May 16, 2003
3:14 pm
5254
Hello, every day i read 3.000.000 records from 100 textfiles and store them in a kbmmemtable. i have no indicator to find added modified or deleted records in...
Uwe Cramer
intellekta
Offline Send Email
May 16, 2003
3:33 pm
5255
Hi ! The BUG : If have a table like this : with DM_AtivPer do begin T_Prenhez.FieldDefs.Clear; T_Prenhez.IndexDefs.Clear; T_Prenhez.FieldDefs.Add('BRINCO',...
listas@...
warmbooter
Online Now Send Email
May 19, 2003
9:19 pm
5256
Carlos, I dont think your problem is a bug, but rather the index you are using. The key that you have defined is a superkey consisting of BRINCO and DATA as a...
GrumpyRain
s3057043
Offline Send Email
May 20, 2003
12:16 pm
5257
Carlos, Not a bug. Follow the advice of Adam, or use Locate with field modifiers like this: Locate('brinco;data:N', VarArrayOf( [' 218', NULL] ), []); ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 20, 2003
6:52 pm
5258
I have some question when I use the kbmMemTable. I do not delete the records that has been filted. It can add field when It is opening. I want to find data by...
mrzxc1995
Offline Send Email
May 21, 2003
9:17 am
5259
I have some question when I use the kbmMemTable. I do not delete the records that has been filted. It can add field when It is opening. I want to find data by...
mrzxc1995
Offline Send Email
May 21, 2003
10:03 am
5260
Hi Have you considered TDataset.Lookup, The major difference between lookup and locate is that lookup does not nove the cursor HTH Neven ... From: "mrzxc1995"...
Neven MacEwan
nevenmac
Offline Send Email
May 21, 2003
10:52 am
5261
Hello, ... Attach a second MT to the first one. When you are editing the first one, you can use Locate on the other one to find data. -- rgds, Wilfried ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 21, 2003
11:02 am
5262
the lookup will use procedure LocateRecord. the locaterecord will use CheckBrowseMode and CursorPosChanged. So the cursor is changed....
mrzxc1995
Offline Send Email
May 21, 2003
11:03 am
Messages 5233 - 5262 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