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 5190 - 5219 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5190
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...
Martin Hart - Memory ...
martinhart2001
Offline Send Email
Apr 1, 2003
10:31 am
5191
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...
ThoRNRoSe
thorn_rose_
Offline Send Email
Apr 1, 2003
1:04 pm
5192
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...
M. Sark
mani246
Offline Send Email
Apr 1, 2003
1:29 pm
5193
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Apr 1, 2003
3:00 pm
5194
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. ......
ThoRNRoSe
thorn_rose_
Offline Send Email
Apr 2, 2003
7:22 am
5195
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...
shadowvorlon
Offline Send Email
Apr 2, 2003
3:52 pm
5196
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 ...
Kim Madsen
kimbomadsen
Offline Send Email
Apr 2, 2003
4:43 pm
5197
Hi, We've observed that kbmMemTable takes too much time to delete records, please look below code: // ADD RECORDS. with kbmMemTable1 do begin ...
romullma
Offline Send Email
Apr 3, 2003
1:49 pm
5198
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...
Daniel Rail
danielrail
Offline Send Email
Apr 3, 2003
3:27 pm
5199
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...
Kim Madsen
kimbomadsen
Offline Send Email
Apr 3, 2003
4:03 pm
5200
... 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 ->...
romullma
Offline Send Email
Apr 3, 2003
4:20 pm
5201
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...
romullma
Offline Send Email
Apr 5, 2003
10:45 am
5202
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,...
winsano
Offline Send Email
Apr 6, 2003
9:10 am
5203
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...
David P. Schwartz
digloo
Offline Send Email
Apr 6, 2003
10:49 am
5204
... 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...
Doug Chamberlin
dougchamberlin
Offline Send Email
Apr 6, 2003
1:18 pm
5205
Why are you deleting records? Why not simply add a boolean field and mark this true for the deleted records?...
Sanford Aranoff
sanfordaranoff
Offline Send Email
Apr 6, 2003
2:52 pm
5206
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. ...
Kim Madsen
kimbomadsen
Offline Send Email
Apr 6, 2003
4:03 pm
5207
... 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...
Bert Verhees
rosa1234rosa
Offline Send Email
Apr 7, 2003
11:32 pm
5208
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...
Kevin
kevinuatlga
Offline Send Email
Apr 8, 2003
1:25 am
5209
Here is my code in BCB: TkbmMemTable *tmpMemTable = new TkbmMemTable(NULL); TkbmMemTableCopyTableOptions CopyTblOptions; CopyTblOptions = CopyTblOptions <<...
whatlink99 yahoo
whatlink99
Offline Send Email
Apr 8, 2003
7:36 am
5210
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...
Bert Verhees
rosa1234rosa
Offline Send Email
Apr 8, 2003
12:04 pm
5211
... 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...
Gert Kello
gertkello
Offline Send Email
Apr 8, 2003
1:14 pm
5212
Hi I am using txquery for years now.It is a very very good product with many advandages and no problems. Tassos Kollias...
Tassos Kollias
t_a_s_o_s
Offline Send Email
Apr 8, 2003
2:02 pm
5213
I've also been using it for several years, and found it to be a good product. HTH, Martin. ... From: "Bert Verhees" <bert.verhees@...> To:...
Martin Hart - Memory ...
martinhart2001
Offline Send Email
Apr 8, 2003
3:04 pm
5214
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...
David P. Schwartz
digloo
Offline Send Email
Apr 9, 2003
6:52 am
5215
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...
John Jensen
jingle_himer...
Offline Send Email
Apr 18, 2003
3:52 pm
5216
John, This works using version 3.07 and D5. -- rgds, Wilfried http://www.mestdagh.biz On 18.04.03 17:51 John Jensen wrote...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Apr 19, 2003
8:51 am
5217
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Apr 21, 2003
8:04 pm
5218
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...
ianjblakeley
Offline Send Email
Apr 23, 2003
4:34 am
5219
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Apr 24, 2003
1:24 pm
Messages 5190 - 5219 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