Hi all: Can someone remind me if the binary export format for the older 2.53g is compatible with the version 3 format? I want to save in format 3 and load in...
Hi, Maybe someone can shed some light on this for me. The table use the CSV stream formatting component and is persistent. When I attempt to set a filter on...
Dear Reader(s), I'm in search of freeware / shareware Components / Modules /Framework that can be used in products / other modules / components. I did hear...
Hi, ... You cannot use just all delphi code in filters. filters have to be evaluated to some pseudo code. Instead use OnFilterRecord. Result is that it will be...
Thanks, I got it working. The problem was a Delphi bug in the TDataSet code. Whenever the field type is ftLargeint this error occurs when trying to filter. ......
I am using the TkbmMemTable in conjunction with a tkbmCSVStreamFormat to import data from a Comma delimited file into my MemTable. It works geat except for...
Hi, See reply on the newsgroup. Please do not post the same question 3 times within so short time. The question is noted first time :) best regards Kim Madsen ...
Hello romullma, ... [...snip...] ... How much memory do you have on your system and how much is free prior to performing those tasks? How much memory does your...
Hi, What is EnableVersioning set to? My guess is that its set to true. In that case records are not deleted, but instead duplicated (to keep complete old...
... Hi Daniel. Here you are the info required: Processor: P IV RAM: 512 Mb Consumed Memory before start: About 130 Mb. Memory used by the app: empty table ->...
If someone else have the same problem. I's due to a little mistake in TList.Delete implementation. This control is used by kbmMemTable to maintain an internal...
Hello Using memtable with tables that have several thousands of (small) records. An Index is defined. When I apply a Range, that is covered by that Index,...
Hi, all I have a client with an interesting problem. It is very simple conceptually. He has a couple of LARGE lists of email addresses (subscribers) and he...
... I would create two memTables which each have the data sorted the same way. For example, ascending by name. Then start a loop which begins with the first...
Hi, Check out our new website at www.components4developers.com We have moved our site to the US which should result in a better speed for most or all viewers. ...
... Dear Doug Chamberlin, Apart from what your problem is, I am interested in your experiences on TxQuery. I could not find much independent information on...
David, 1) For A+B you should be able to use UNION 2) For A-B you could use Select a.email From lista a left outer join listb b on b.email=a.email where b.email...
Here is my code in BCB: TkbmMemTable *tmpMemTable = new TkbmMemTable(NULL); TkbmMemTableCopyTableOptions CopyTblOptions; CopyTblOptions = CopyTblOptions <<...
Dear All, is there someone who has worked with TxQuery and memtables. I could not find many independent references on the Internet. I would like to know if it...
... why ... You could use some thirdparty parser. One is at http://gasqlparser.sf.net The home page is little bit outdated - latest version is 0.09alpha (and...
Is it possible to use CopyRecords to merge two tables into a third while maintaining a unique index? In other words, I want to ignore duplicates where the key...
Here is a small bug that I have been dealing with for a while. If you have a memTable and define some fields for it, the form file is not changed if you change...
Winsano, I think you did very interesting modification here. Can you upload changed *.pas somewhere or mail ti to me with clearly marked your changes, so that...
I have attached memTable B to memTable A and set the filtering on B to only show a subset of the data appended to A, the problem is that the filter on B is...
Ian, a fileter, or index or whatever in an attached table has no influence in the 'original' table. -- rgds, Wilfried http://www.mestdagh.biz On 23.04.03 01:55...