Re: Filtering Group membership results

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Fred Beck" <FredBeck@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:67BFEBB1-2085-4A67-A5C6-D0AC72DC4CCE@xxxxxxxxxxxxxxxx
Oh wow! I'll have to put my thinking cap on to read that one through. I
think understand the concept. read 1-999, then 1000-1998 until EOF. Far
more
involved script that I expected.. let me digest it for a day.. I may have
a
question or two because I like to understand the script before putting it
to
use.

Thanks

Actually, it's not as complicated as you might think. If the only problem
with your script is that it gets only the first 1000 members, the only part
that needs to be changed is to specify the ADO range limits; your code does
not need to manipulate anything more complicated than the same movenext loop
you are already using.

/Al


.



Relevant Pages

  • Re: How to catch erro from spawned command?
    ... You've got several problems with this expect script see comments ... if you want the ssh command to write to a file on the remote system ... # but we always want to wait for eof ... set buffer $expect_out; ...
    (comp.lang.tcl)
  • Re: Struggling with current record
    ... "not(.eof and .bof) that was commented out below it. ... I want to execute the ... so I was advised to use .eof and .bof to test for no ... Click button that executes script. ...
    (microsoft.public.access.gettingstarted)
  • Re: sys.stdin and two CTRL-Ds
    ... Running this code in Python 2.3 or 2.4 has the problem that I need to ... First it takes ages until the script ... EOF for Windows): ... Each iteration returns the same result as file.readline, and iteration ends when the readlinemethod returns an empty string. ...
    (comp.lang.python)
  • Re: [Info-Ingres] Journal size/frequency
    ... For Ingres 2.0 I ran a script from cron each 10 min without any performance ... sql iidbdb <<eof ... set trace point dm1305 \g ... With 2.6 I discovered the script was nolonger required. ...
    (comp.databases.ingres)
  • Re: Bringing down Oracle in a script.
    ... >> I am writing a script that will bring Oracle 9i or 10g up or down. ... sqlplus / as sysdba << EOF ...
    (comp.databases.oracle.misc)