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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5603 - 5632 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5603
I'm using v 3.07 How can I skip the first line when I load data from CVS ? Thanks...
tempo93fr
Offline Send Email
Oct 6, 2003
3:33 pm
5604
I've done a simple test Only a memtable attached to another (with 2 dbgrids) and I do a copyrecord from a db table. I delphi 6 all works perfectly, but in BCB...
rodries2
Offline Send Email
Oct 6, 2003
5:28 pm
5605
Forgot to say: Tested version : 4.04std (latest) And works perfectly in BCB using version 3.14 ... doesn't...
rodries2
Offline Send Email
Oct 7, 2003
7:38 am
5606
Hi, You could load the data using a TFileStream, search past the first line and use LoadFromStreamViaFormat to load the data from there. Eg. var ...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 7, 2003
9:02 am
5607
Ouch!! Only works in 2.53g (BCB) version, doesn't with version 3.14 either. BCB VTable again?...
rodries2
Offline Send Email
Oct 7, 2003
10:31 am
5608
"rodries2" <rodri_es@...> ???????/???????? ? ???????? ?????????: news:blu4lb+pv6a@.... ... I don't know (I use bcb5 and AttachedTo works just...
Vladimir Ulchenko
zlojvavan
Offline Send Email
Oct 7, 2003
11:44 am
5609
What version have you get? I've tried with 3.00h and works fine, but not with 3.14 I'm always trying with BCB 6 ... doubt ... misbehaving...
rodries2
Offline Send Email
Oct 7, 2003
2:42 pm
5610
"rodries2" <rodri_es@...> ???????/???????? ? ???????? ?????????: news:blujcj+nil3@.... ... every version since 4.0...
Vladimir Ulchenko
zlojvavan
Offline Send Email
Oct 8, 2003
5:33 am
5611
Upgrading from 2.53g to the current 4.04 I ran into trouble with transactions and versioning. In my app I make use of the versions to check which field was...
Lewie Dekker
ajd123456789
Offline Send Email
Oct 14, 2003
2:56 am
5612
Hi all, After I noticed that memory use raises up to over 100% when switching from Performance Small to either Fast or Balanced I wonder how much slower ...
Arno Garrels
arno.garrels@...
Send Email
Oct 18, 2003
4:58 pm
5613
Hi, I just upgraded to the newest version of the kbmMemTable and have noticed some differences in the way the Delta Handlers work. Could you tell me what the...
John Jensen
jingle_himer...
Offline Send Email
Oct 23, 2003
6:04 pm
5614
Greetings! Both TempTable and TargetTable are kbmMemTable objects. TargetTable exists on my app's form, while TempTable is created at run-time. After moving...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 27, 2003
2:29 am
5615
Hello Sean, ... Can you tell the exact message and witch of the 2 is the offending one ? Best regards, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 27, 2003
8:08 pm
5616
Greetings! (and thanks for your help) I get no useful information from the Access Violation, but it is the first call of my table-swapping code that causes it:...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 27, 2003
11:21 pm
5617
As an alternative, might you know of a good place for source showing how to accomplish this using a MemoryStream? Thanks, - Sean ... vialotaion. ... one ? ... ...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 28, 2003
1:27 am
5618
OK - I have solved it - I can now change/add/delete fielddefs in my kbmMemTable without losing the data. I'll post my code for others to use... //Add WMIQuery...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 28, 2003
6:31 am
5619
We want to use kbm as clientdataset, to load another datasets into kbm, and rewrite the modifications if needed. I see, it is supports the versioning...
fowlertrainer
Offline Send Email
Oct 29, 2003
9:43 am
5620
Greetings... I am having the same problems others have had when tring to save data either to a stream or to a file - and then when reloading it into an altered...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 29, 2003
6:51 pm
5621
Help! I HOPE this is a known issue and that there is a known solution. I have (at Form create) set the AutoUpdateFieldTypes property of my kbmMemtable to true....
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 29, 2003
7:45 pm
5622
When you enable versioning, you need to create and attach a delta handler for the kbm table. declare in datamodule like this: Type TPaymentDeltaHandler =...
John Jensen
jingle_himer...
Offline Send Email
Oct 30, 2003
12:21 am
5623
Hi ! See this example. It is not working. Why ? ... unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, ...
fowlertrainer
Offline Send Email
Oct 30, 2003
8:56 am
5624
Greetings FowlerTrainer! This reply is not directly in response to your main question, rather it is to make a suggestion about a coding practice I saw in the...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 30, 2003
3:04 pm
5625
Hello Sean Roberts ! Thursday, October 30, 2003, 4:04:00 PM, you wrote: This is an example, a test. I don't code it better, because it more time what I have. ...
Kepes Krisztian
fowlertrainer
Offline Send Email
Oct 30, 2003
3:08 pm
5626
So: I see, that the CheckPoint is make as CDS.ApplyUpdates. But what procedure make as CDS.CancelUpdates ? See this E X A M P L E: var t:TKbmMemTable; dh:TDH; ...
fowlertrainer
Offline Send Email
Oct 30, 2003
3:10 pm
5627
No problem! :) I was not trying to be critical - I was just trying to help ! :) - Sean ... rather ... the code ... a bad ... freed ... others...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 30, 2003
4:31 pm
5628
Hi, CancelUpdates is handled via StartTransaction and Rollback. ApplyUpdates is handled via StartTransaction, Deltahandler, Commit. -- best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 30, 2003
4:41 pm
5629
Greetings Kim! Might I ask for your kind opinion about the erorrs I'm getting when trying to save a table using [sfSaveDef,sfLoadDef], and then trying load it...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 30, 2003
5:01 pm
5630
Hello Kim Madsen ! Thursday, October 30, 2003, 5:11:30 PM, you wrote: KM> Hi, KM> CancelUpdates is handled via StartTransaction and Rollback. KM> ApplyUpdates...
Kepes Krisztian
fowlertrainer
Offline Send Email
Oct 30, 2003
5:01 pm
5631
Hello Sean, Do you mean: AutoUpdateFieldVariables ? it is in kbmMemtable, and it is when you save / load field definitions, that the field objects are...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 30, 2003
5:23 pm
5632
Wilfried: This is not a property I see on the Object Inspector. Forgive my think-headedness, but is this a property I set in code? is this the right way to do...
Sean Roberts
sean_c_roberts
Offline Send Email
Oct 30, 2003
5:47 pm
Messages 5603 - 5632 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