Re: Need help creating temporary table from filter

Tech-Archive recommends: Fix windows errors by optimizing your registry



Would that be more efficient than putting it in a temp table?

I'm currently reading up on For Each/Next loops to parse through the dataset
(I'll use that because it should work instead of an extra table or a new
recordset). Is that the best way? I'm also thinking of Do While not
dataset.EOF to parse through.

Thanks again,

Darhl

<snip>
a SELECT query returns a specific dataset, which is what you get when you
work with a table. have you tried using the SELECT query in your "form
letter email" process, *instead of * tblTemp?
</snip>


.



Relevant Pages

  • Re: HowTo parse huge Files
    ... cc> Dear Perl Monks, I am developing at the moment a script which has to ... The files I have to parse are some logfiles. ... ALWAYS check for errors on opens. ... factor out the items list to before the loops: ...
    (comp.lang.perl.misc)
  • Re: Where should I put the loops
    ... As for OOP you could have a Parse class and in and a AppRunner class (which ... and would create a new parser for each website, ... I try to write a script to fecth some webpages from the internet, ... I use two loops to do the job. ...
    (comp.lang.ruby)
  • Re: *Fast* way to process large files line by line
    ... line and parse it. ... reading file loop> marshalling> parsing. ... the disk I am using is an LVM mapped ext3 local disk. ... Btw will using something like an mmap extension for ruby speed things ...
    (comp.lang.ruby)
  • Re: *Fast* way to process large files line by line
    ... First a couple of stupid things that I am doing, ... line and parse it. ... reading file loop> marshalling> parsing. ... And there is no point in making it worse by accessing multiple files at the same time. ...
    (comp.lang.ruby)
  • Re: Efficient way to parse large files
    ... > go from 250 megs and parse it down to about 10 megs of relevant data. ... "parse temp for what I need" ... FileOut = FreeFile ... (Where ParsedText is a function that accepts the input lines and returns ...
    (microsoft.public.vb.general.discussion)