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...
Show off your group to the world. Share a photo of your group with us.

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 5144 - 5174 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5144
I use memtable for client displaying and editing. after user making any change on records in memtable (tjrough datasource and dbgrid etc.), how can i get the...
niejerry <nwlee@...>
niejerry
Offline Send Email
Mar 4, 2003
7:11 am
5145
Hi, i am trying to replace ClientDataSet component with kbmMemTable. I'd like to know if there is an equivalent of the property PacketRecords in kbmMemTable ? ...
Christophe Rozec
crozec2002
Offline Send Email
Mar 4, 2003
11:33 am
5146
Hi, Check the LoadLimit property. It will limit the number of records copied from another table. best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 4, 2003
1:32 pm
5147
Thanks, I've tested this property "LoadLimit". Is It possible after getting the x firsts records, to get the rest ? Christophe ROZEC TiteLive Hi, Check the...
Christophe Rozec
crozec2002
Offline Send Email
Mar 4, 2003
1:36 pm
5148
Christophe, Then you can use CopyRecords. It take a source and destiantion tdataset and a count value. CopyRecords start from current location in source. -- ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 4, 2003
3:28 pm
5149
Look at the TkbmCustomDeltaHandler class you have to override procedure InsertRecord(var Retry:boolean; var State:TUpdateStatus); override; procedure...
Neven MacEwan
nevenmac
Offline Send Email
Mar 4, 2003
8:27 pm
5150
Neven, Already a long time I want to make a FAQ article for this issue. However I myself did no ever used that functionality. Do you have the time to make a...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 4, 2003
9:08 pm
5151
Wilfred I would be happy to, I have one small problem, I've misplaced my copy of the MemTable help file which I had when I first started using MemTable, so I'm...
Neven MacEwan
nevenmac
Offline Send Email
Mar 4, 2003
9:25 pm
5152
Neven, ... plain text is ok -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 5, 2003
8:22 am
5153
I'm getting the following error when I compile the kbmmemC6des.bpk during the installation process: [Linker Fatal Error] Fatal: Unable to open file...
xanathra
Offline Send Email
Mar 11, 2003
9:26 pm
5154
Dave, Did you include the path into your search path ? Did you first compile the runtime package ? -- rgds, Wilfried http://www.mestdagh.biz On 11.03.03 22:26...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 13, 2003
9:59 pm
5155
Hi All I have a master-detail relationship and on the master I have an attached table (extra cursor). If the detail table is in edit mode and I insert a new...
bennynissen
Offline Send Email
Mar 14, 2003
2:23 pm
5156
Benny, ... Detail is filtered according the the reference field on the master. If you insert a record in master his recordNo change so detail has no ref...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 14, 2003
4:53 pm
5157
... If you insert a record in master ... I insert in an attached table, not the direct master! ... master record where you wants to ... Not possible. Edit is...
bennynissen
Offline Send Email
Mar 17, 2003
2:04 pm
5158
I know it's only a warning, but is there a way of fixing the code to prevent the following compiler message: [Warning] kbmMemTable.pas(8607): Return value of...
rw3st
Offline Send Email
Mar 17, 2003
2:16 pm
5159
i'm concerned regarding the amount of memory my application uses, it goes as high up as 50MB. Would it be possible for the kbmMemTable to optionally cache the...
eumir_camara
Offline Send Email
Mar 18, 2003
4:10 pm
5160
Hi Tom, I have downloaded your TBatchOperation component and used it in my project. It works fine, and does transfer the data from any type of TDataset to any...
M. Sark
mani246
Offline Send Email
Mar 18, 2003
4:10 pm
5161
... Whell I tryed to be smart and just started to work on that... but I cannot find the reason after 10 minute ;-( If you set Result to nil or whatever in...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 19, 2003
8:57 pm
5162
... Did you try to set the property Performance to medium or small ??? Probably you have many large fields with only little data in it. -- rgds, Wilfried ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 19, 2003
9:00 pm
5163
I haven't tried setting the performance to medium or small. (will definitely try it) I would agree that there a lot of fields on the table as warrented by ...
eumir_camara
Offline Send Email
Mar 22, 2003
12:43 pm
5165
Apparently you're the one who is stupid. This is a technical forum, not a political one. ... From: Monir-scs To: mnrsbgh@... Sent: Sunday, March 23,...
Lance Hickox
lancehickox
Offline Send Email
Mar 23, 2003
4:01 pm
5166
I have downloaded kbmMemTable_308_Setup.exe from web site. but it seems is the version 3.07. Where can I get v3.08?...
Steven
whatlink99
Offline Send Email
Mar 24, 2003
3:35 am
5167
Hi, For speed reasons, I am looking into using a memtable instead of a SQL database. I am currently using Delphi 5 with MSSQL, and it is too slow. I tried...
beth_mackay
Offline Send Email
Mar 24, 2003
11:09 pm
5168
Beth It will except that of course memtable is an ISAM and has no SQL functionality it supports filters (column = value) cf simple restriction clauses If you...
Neven MacEwan
nevenmac
Offline Send Email
Mar 25, 2003
12:53 am
5169
Beth, ... This would normally be correct, except that there is a very good solution just for this sort of thing. http://www.sigmap.com/txquery.htm It is a very...
adem
benadembaba
Offline Send Email
Mar 25, 2003
2:22 am
5170
Hi, Can we load records into a memtable in Design time? ie) w/o using LoadfromDataSet or load FromFile etc., Keep cheers JSK...
Satish J.
zomby_6
Offline Send Email
Mar 25, 2003
8:54 am
5171
This is the program that shows the bug: memtable.open while not finished do begin memtable.Insert; ... fill fields ... memtable.Post . if ... then finished :=...
Dick Boogaers
hedibo
Offline Send Email
Mar 25, 2003
2:32 pm
5172
Hi, Thanks for the tip. I checked the website but couldn't find the answer to the following: do you know if I can use the TXQuery to be my database (like a...
beth_mackay
Offline Send Email
Mar 25, 2003
3:12 pm
5173
... TXQuery is not a 'database' per se. It enables you to 'SQL'ize any TDataset derivative. Short answer: It is the latter. I find it to be a better form of...
adem
benadembaba
Offline Send Email
Mar 25, 2003
9:05 pm
5174
... OK - that's what I thought. What I am looking for in an SQL example is how to use the MemTable as an engine and a TQuery of some kind to SQL-manipulate...
beth_mackay
Offline Send Email
Mar 25, 2003
9:11 pm
Messages 5144 - 5174 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