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 3632 - 3661 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3632
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...
ykc6610@...
ykc6610
Offline Send Email
Dec 3, 2001
8:50 pm
3633
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 5, 2001
7:27 am
3634
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 8, 2001
12:46 am
3635
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...
hissa59
Offline Send Email
Dec 9, 2001
11:41 pm
3636
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 9, 2001
11:48 pm
3637
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 10, 2001
1:11 am
3638
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...
aobermueller
Offline Send Email
Dec 10, 2001
1:11 pm
3639
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...
fredkors
Offline Send Email
Dec 10, 2001
1:28 pm
3640
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...
kbm@...
kimbomadsen
Offline Send Email
Dec 10, 2001
1:34 pm
3641
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 ...
kbm@...
kimbomadsen
Offline Send Email
Dec 10, 2001
1:35 pm
3642
Hi, I have not personally been doing performance comparissons but quite many others have reported kbmMemTable to be significantly faster for their operations...
kbm@...
kimbomadsen
Offline Send Email
Dec 12, 2001
1:11 pm
3643
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 ...
kbm@...
kimbomadsen
Offline Send Email
Dec 12, 2001
2:06 pm
3644
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...
jenslund2001
Offline Send Email
Dec 12, 2001
4:17 pm
3645
Hi, // Will get the appropriate FieldDefs from the TTable. mt.CreateTableAs(YourTTable,[]); // Define index(es). mt.IndexDefs.Clear; ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 12, 2001
5:51 pm
3646
Hi Kim Thanks for the reply, but does this also read the data from YourTTable ? /Jens ... http://docs.yahoo.com/info/terms/...
jenslund2001
Offline Send Email
Dec 12, 2001
8:00 pm
3647
Hi, Nope... it doesnt. You can add mt.LoadFromDataset(YourTTable,[]); or if you have allready data in it you want to append to, ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 12, 2001
8:06 pm
3648
Thanks Kim It is a pleasure to work with MemTable - great program - and may I add: Great support !!!!! Thanks Jens Lund ... it you ... ...
jenslund2001
Offline Send Email
Dec 13, 2001
2:13 am
3649
Where can I find help files / documentation for the memTable component Kjell-Åke Boberg SoftLabo Systems...
Kjell-Åke Boberg
boman2se
Offline Send Email
Dec 13, 2001
12:13 pm
3650
Hi, A help file can be purchased for $15/developer at www.components4developers.com best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 13, 2001
4:30 pm
3651
Kim, Are you working on the help files for the new beta version? When are you planning to release the beta version? Thanks, Daniel ... ...
Daniel Bedoya
dbbedoya
Offline Send Email
Dec 13, 2001
6:18 pm
3652
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 ...
Marco Lauria
mslauria
Offline Send Email
Dec 13, 2001
7:18 pm
3653
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 14, 2001
12:29 am
3654
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...
Jirayu Wiriyaphibool
jirayu.rm
Offline Send Email
Dec 14, 2001
2:43 am
3655
... 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 ?...
aobermueller
Offline Send Email
Dec 14, 2001
8:21 am
3656
Hi Kim I have just installed the Beta version - how do I set the Persistentformat parameter ? /Jens...
jenslund2001
Offline Send Email
Dec 14, 2001
9:15 pm
3657
Hi, You add a stream format component like the CSV or the Binary format, and set the persistentformat to point at it. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 14, 2001
10:15 pm
3658
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...
gonzorusse
Offline Send Email
Dec 15, 2001
11:13 am
3659
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@...
Send Email
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...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 15, 2001
7:21 pm
3661
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 ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 15, 2001
7:21 pm
Messages 3632 - 3661 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