Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Getting the first row from a select
>>'check you found one
>>if not rec.nomatch then
>> 'BINGO, YOU HAVE THE FIRST ONE AND YOU DID NOT BROWSE THE HUGE
TABLE...
>>endif
>
>
>I am not a VB DAO expert but...I thought the DAO .seek function performed a
>full table search. I believe this would involving reading all of the
>records into the client to scan for the 'WhateverWasEntered' this could
>potentially take a long very long time.
>
It does. And it does. My original post specified that the file is BIG and this solution would not be acceptable. I have to be able to filter the dynaset down to 1 record *before* it gets transmitted across the network. Received on Wed Oct 07 1998 - 00:00:00 CDT