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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4412 - 4441 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4412
... to ... This seems a simpler approach to add a specific indentifier to the file for version control, is there any sample code or just a few lines of code? ...
Frank Wang
wang960
Offline Send Email
Jul 2, 2002
2:05 pm
4413
PLEASE READ & HELP ME... THANKS Hi guys. I'm newbie with this tkbmmemtable and would like someone to help me with a little project i'm making. I'm gonna...
quiquetarifaplana
quiquetarifa...
Offline Send Email
Jul 3, 2002
6:03 pm
4414
Hello, you can do this in a master detail structure I think. Master is containing the fields of db1 and an autoinc Ref field. Detail has a Ref field with the ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 3, 2002
7:03 pm
4415
Hi Can I append new data to the existing file using SaveToFile with [mtcpoAppend]? The file was created using SaveToFile with the same kbmBinaryStreamFormat as...
Tatyana Rilskaya
bprtv
Offline Send Email
Jul 4, 2002
2:34 pm
4416
Hi, If you make sure to set sfFromStart to empty (sfLoadFromStart to false in the object inspector) and then make sure to LoadFromStream more than once, you...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 4, 2002
4:13 pm
4417
Hi, For save: var stream:TFileStream; version:integer; begin stream:=TFileStream.Create('somefile.dat',fmCreate); try version:=1; ...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 4, 2002
4:17 pm
4418
Hallo Kim! (Congratulationes to this component!) I'm a very new user of kbmMemTable. I try at this time to change a Program Code of some TTable using units...
rolf1969de
Offline Send Email
Jul 4, 2002
5:34 pm
4419
Hi All I`m New here. What is the main feature of MemTable?? Any Link ,comment ,. are welcome. Surush surushm@... [Non-text portions of this message...
Surush Mohammadzadeh
surushm
Offline Send Email
Jul 5, 2002
4:07 am
4420
Hi, ... It's a memtable. (A memory table - a database table realized in memory.) ... The demo included in the package gives various examples. Why you would...
Miklos Kallo
kallom
Offline Send Email
Jul 5, 2002
6:32 am
4421
Hallo Kim! I went back last night to my simple test programs I had written for v2.53. I use now v3.00. ... Sorry. :-)...
rolf1969de
Offline Send Email
Jul 5, 2002
7:14 am
4422
Hi, Where can I find the help file for kbmmemtb300 (Delphi6)? There is only kbmmemtb_hlp_d6_253a.zip on www.components4developers.com Thanks, Tan....
Tatyana Rilskaya
bprtv
Offline Send Email
Jul 5, 2002
7:45 am
4423
Hi, Great! :) best regards Kim Madsen kbm@... "rolf1969de" <mail@...> skrev i en meddelelse news:<ag3gvt+tu0o@eGroups.com>... ...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
8:01 am
4424
Hi, No helpfile currently exist specifically for v. 3.00. The v. 2.53 helpfile will be sufficient in most places, but a v. 3.00 help file will be available...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
8:03 am
4425
Hi, Check www.components4developers.com for a small list of features. Generally its a TClientDataset replacement with near 100% features of a TTable + several...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
8:06 am
4426
Hello, What is the best way to duplicate (insert) a complete record (instead of copy all fields into local var's then append then post, and then go back to...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 5, 2002
10:28 am
4427
hi, i installed v3 into delphi 6 and that worked fine. then i opened a new project, dropped a TkbmMemTable component on the form, right-clicked to invoke the...
quokkaltd
Offline Send Email
Jul 5, 2002
2:52 pm
4428
Hi, Have you used pre v. 3.00 kbmMemTable? If so, uninstall the memtable, and remove all traces (dcu, pas, obj, bpl etc.) of it. Then reinstall kbmMemTable in...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
7:44 pm
4429
Hi, You could perhaps use InsertRecord([field1value,field2value,field3value...]); Another way is to have two cursors into the same data and use append; Post; ...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
7:51 pm
4430
Hi, Great :) Take care best regards Kim Madsen kbm@... "rolf1969de" <mail@...> skrev i en meddelelse ...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2002
7:58 pm
4431
Kim: What do you mean by 2 cursors? Thanks, Martin ... From: Kim Madsen To: memtable@yahoogroups.com Sent: Friday, July 05, 2002 9:49 PM Subject: Re:...
Martin Hart - Memory ...
martinhart2001
Offline Send Email
Jul 6, 2002
7:56 am
4432
Hi, Add another memtable and set its attachedto to the first memory table. Then the two tables share the same records, but acts as different cursors to them. ...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 6, 2002
10:08 am
4433
Hello, I have something wierd going on: I have index on 2 fields: TxDateTime and MyRef (TDateTime and TInteger). I need a search on MyRef, but to use the index...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 6, 2002
1:04 pm
4434
Hi, An index is evaluated (with shortcircuit evaluation) from left to right and thus things are sorted in that order in the index. You cannot 'skip' a front...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 6, 2002
10:38 pm
4435
Will it be freely available for wnyone who just recently purchased the old help? Thanks. "Kim Madsen" <kbm@...> wrote in message ...
Adi Miller
adimiller_qsi
Offline Send Email
Jul 7, 2002
6:06 am
4436
kbmMemTable v3.0 (tested with D5,D6). 1. Descending index where field contains null values is not working (bug was fixed only when you have asc index). 2. If...
Rado Antloga
radovan1969
Offline Send Email
Jul 7, 2002
9:14 am
4437
Kim do you know if Zeos project is still alive ? Best Regards Rado Antloga...
Rado Antloga
radovan1969
Offline Send Email
Jul 7, 2002
9:17 am
4438
Hi, It seems as if they are in a coma at this time... not too much development on the Zeos library as is. best regards Kim Madsen kbm@......
Kim Madsen
kimbomadsen
Offline Send Email
Jul 7, 2002
10:06 am
4439
Hi, Thank you for your bugreports. I have added it to my todo list. best regards Kim Madsen kbm@... "Rado Antloga"...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 7, 2002
10:06 am
4440
Hey, neat feature! I've been using this component for 18 months now and never realized :-/ Regards, Martin. ... From: Kim Madsen To: memtable@yahoogroups.com ...
Martin Hart - Memory ...
martinhart2001
Offline Send Email
Jul 8, 2002
6:10 am
4441
Hi. I have some kind of configuration that consist of 2 different tables, and I would like to save it in one file. How can I save/load this file?...
bluendeep
Offline Send Email
Jul 8, 2002
6:03 pm
Messages 4412 - 4441 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