Just want to let you know that I have experienced a stack overflow when doing a Locate or FindNearest on a table where the key field is a TBCDField type. The...
Hi, If I remember correctly there is a bug in Borlands implementation of TBCDField with regards to conversion to a variant which cause this error. I believe...
Hi I have a problem. I want to register changes in kbmMemTable (to access these changes via deltaHandler) but not all. Some changes (in one of colums) i want...
hi, i have successfully copy the field of the ibquery to kbmtable , but i realise that all my calc field defined was not copy to kbmTable , what have i missed...
Hello there SaveToDataSet is so much slower than batchmove operations (which kbmMemTable does not support as far as I am aware). For example if 500 records...
I am trying to write an app that displays a memory table. There is a second thread that is attached to this memory table and is adding records. There is a...
Hello I've just installed Delphi 7 and had to upgrade a few components I use, one of them kbmmemtable. The problem is that I had an old kbmmemtable version...
Dear all, I am a new user of KBmMemtable and i found it useful for my application.I am not able to delete records from the database using kbMemTable. I have...
I have downloaded the above installer and installed sucessfullly in my PC. I also downloaded the mem Pro addition pas and copy to the kbmmemtable folder. I...
Hi all, I'm having difficulty with my kbmMemTable. I have to reinstall it everytime I use Delphi. I have followed the directions in 'installation.txt' exactly....
Dear all, I am a new user of KBmMemtable and i found it useful for my application.I am not able to delete records from the database using kbMemTable. I have...
Would it make sense for the MemTable to populate the OldValue properties with the current values when CheckPoint is called? In my program I load a MemTable...
I have attached your document. ++++ Attachment: No Virus found ++++ F-Secure AntiVirus - www.f-secure.com [Non-text portions of this message have been removed]...
Hello, first of all, the last message posted with my adress wasn't from me. A member in this group is having a virus, so please check your computer and update...
A KbmMemTable is just a Tdataset that resides in memory rather than in a database. The problem here is a small misunderstanding to how it works. When you call...
Thanx for your reply Rain. I could solve the problem with the first suggestion. Now i am trying something with Delta handlers. I want to intercept the changes...
Hi, The reason is that you have inserted the records which are part of the dataset at some point. (ie when doing LoadFromDataset etc.) To make a base from...
I noticed the StringToCodedString in kbmCSVStreamFormat.pas was putting strange characters into a string field if there was a % that wasn't used as an escape...
Mail transaction failed. Partial message is available. [Non-text portions of this message have been removed]...
kimbomadsen@...
Apr 16, 2004 6:43 am
5838
I'm having trouble reading in a large file in chunks. The file has 3.2 million records, and my machine can't handle the memory needs well. The problem: ...
Hello All, How does Findkey behave when more than one record matches the key For Example, if the Active Index was ID and the table is as below ID Code 1...