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...
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...
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@...
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...
Greetings! Both TempTable and TargetTable are kbmMemTable objects. TargetTable exists on my app's form, while TempTable is created at run-time. After moving...
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:...
As an alternative, might you know of a good place for source showing how to accomplish this using a MemoryStream? Thanks, - Sean ... vialotaion. ... one ? ... ...
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...
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...
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...
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....
When you enable versioning, you need to create and attach a delta handler for the kbm table. declare in datamodule like this: Type TPaymentDeltaHandler =...
Hi ! See this example. It is not working. Why ? ... unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, ...
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...
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. ...
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; ...
Hi, CancelUpdates is handled via StartTransaction and Rollback. ApplyUpdates is handled via StartTransaction, Deltahandler, Commit. -- best regards Kim Madsen ...
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...
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...
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: 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...