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 5545 - 5590 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5545
Hi, I'm using kbmMemtable v3.07, and I'm trying to set a filter for a date field. I assign DataField >= '01/01/2003' , and set Filtered to true, and no record...
vos_bisbal
Offline Send Email
Sep 1, 2003
2:37 pm
5548
Hi all, Is there anyway of using a loadfromdataset command to only insert unique entries? I have created an index on the memtable as ixunique. loadfromdataset ...
GrumpyRain
s3057043
Offline Send Email
Sep 2, 2003
1:36 pm
5549
See the attached file for details [Non-text portions of this message have been removed]...
kbm@...
kimbomadsen
Offline Send Email
Sep 2, 2003
8:38 pm
5551
See the attached file for details [Non-text portions of this message have been removed]...
everth@...
teverth
Offline Send Email
Sep 3, 2003
10:56 am
5552
Hi! I've posted simple test project in files area. And I've talked to Kim. He aggeed to review and use it. So, it's just a metter of asking people to follow...
mikeevteev
Offline Send Email
Sep 3, 2003
6:15 pm
5553
See the attached file for details [Non-text portions of this message have been removed]...
hcat@...
Send Email
Sep 4, 2003
4:39 pm
5554
Please see the attached file for details. [Non-text portions of this message have been removed]...
vatt@...
m_theologos
Offline Send Email
Sep 4, 2003
6:19 pm
5555
Please see the attached file for details. [Non-text portions of this message have been removed]...
stalker732_4@...
stalker732_4
Offline Send Email
Sep 4, 2003
8:11 pm
5556
Hi, You can probably load all data into a temporary table, and use tempmt.UpdateToDataset(mem2,'code',[mtufAppend]) It will search the mem2 table to see if a...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 4, 2003
9:04 pm
5557
Greetings all! I am putting a LARGE number of records into a kbmMemTable... and I would like to see how much mem is being used as I add them. How do I get the...
Sean Roberts
sean_c_roberts
Online Now Send Email
Sep 4, 2003
9:08 pm
5558
Hi, Using kbmMemTable v. 4.04 this works fine: mt1.Filter:='SomeDate>''01-01-2005'''; mt1.Filtered:=true; SomeDate is a ftDate field type. Notice that...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 4, 2003
9:24 pm
5559
Hi, You cant see specifically how much memory are used precisely... (you can calculate a rough estimate. please check other thread recently). You can however...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 4, 2003
9:30 pm
5564
Please see the attached file for details. [Non-text portions of this message have been removed]...
arsene@...
avonwyss
Offline Send Email
Sep 6, 2003
7:12 pm
5569
Hi! Why are all the memtable messages now coming as attachments? Phil Troy Philip M. Troy, Ph.D. PhilTroy@......
Phil Troy
philtroy2001
Offline Send Email
Sep 8, 2003
5:31 pm
5570
Hi, I havnt seen any change in the format. If a change like that had happened, I would expect that the automatic Yahoogroup to newsgroup conversion for...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 8, 2003
6:59 pm
5571
Please see the attached file for details. [Non-text portions of this message have been removed]...
avegaart@...
avegaart
Offline Send Email
Sep 8, 2003
8:29 pm
5572
Phil I've been wondering the same question. I run Norton Anti-Virus which automatically deletes all e-mails where the subject starts as "RE: [memtable] ...."...
NPM
npmenges
Offline Send Email
Sep 8, 2003
9:02 pm
5573
... This is the list server's doing, not your anti-virus program. The list server strips binary attachments, for very good reasons, and I'm thankful that it...
Corey Murtagh
emonk001
Offline Send Email
Sep 8, 2003
9:18 pm
5574
Hey Folks, Wicked Screen Saver is the subject line of one of the major worms infecting systems today. I would venture to guess that it has successfully invaded...
James G. Carper Jr.
jamiecarper
Offline Send Email
Sep 8, 2003
9:26 pm
5575
... It is likely that someone in this group - possibly several someones, judging by the variance in the source IPs - has a virus. I pointed this out a couple...
Corey Murtagh
emonk001
Offline Send Email
Sep 8, 2003
10:23 pm
5576
Folks, Where art thou? Have thee been lost in times of old? This is the Blaster Virus!!!! Somone who recieves email on this group or is on a members email ...
Lawrence Sall
mudoch1
Offline Send Email
Sep 8, 2003
11:52 pm
5580
Hi, ... No. It's Sobig-F. Blaster does not send any mail. And an Infection with Sobig-F happens ONLY BY OPENING AN ATTACHMENT. No Fix needed for this one but...
Peter Nagel
peter_nagel2000
Offline Send Email
Sep 9, 2003
5:10 am
5581
Hear hear :) best regards Kim Madsen kbm@... www.components4developers.com The best components for the best developers kbmMW -...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 9, 2003
5:24 am
5582
Hi! I've seen the wicked screen saver subject many times. Thanks for the clarification. Phil Philip M. Troy, Ph.D. PhilTroy@......
Phil Troy
philtroy2001
Offline Send Email
Sep 9, 2003
6:12 am
5585
I just got on this discussion group and now I am afraid I will have to jump ship for now until the moderator can get this cleaned up. In the meantime I will...
James G. Carper Jr.
jamiecarper
Offline Send Email
Sep 9, 2003
12:17 pm
5586
Hi, Actually I think its not people who have virus themselfs... its targeted spamming spoofing the sender. I see that my email address was also used, and Im...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 9, 2003
3:16 pm
5587
Hi, Sometimes a saved file got corrupted, so after LoadFromFile i got "can't perform this on a closed dataset" error, in order to catch that error I use a...
wang960
Offline Send Email
Sep 9, 2003
10:56 pm
5588
Hello I've an application that recevives data from the internet and adds it to a kbmmemtable. To add it I have to see if the data is there using ...
Andre Brandao
acrbb2
Offline Send Email
Sep 10, 2003
1:22 am
5589
... We have a SPAM outbreak, and it is not peculiar to memtable either. I am getting about 40 'wicked screensaver' messages a day. Not counting the others. ...
adem
benadembaba
Offline Send Email
Sep 10, 2003
2:18 am
5590
... Try using an attached MemTable. This gives you a second cursor in the first Memtable - and the option to have different indices active... very useful. ...
Peter Nagel
peter_nagel2000
Offline Send Email
Sep 10, 2003
5:14 am
Messages 5545 - 5590 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