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...
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 ...
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...
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...
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...
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...
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...
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...
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] ...."...
... 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...
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...
... 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...
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 ...
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...
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...
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...
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...
... 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. ...
... 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. ...