CodeChargenewbie
Posts: 114
|
| Posted: 10/01/2007, 5:44 AM |
|
I have these two functions called next_record and has_next_record. What is the difference between these two functions in the context of searching through results from an SQL query?
thank you in advance.
|
 |
 |
wkempees
|
| Posted: 10/01/2007, 7:59 AM |
|
You have .......
What do you mean by that.
My reaction to you post would be that :
next_record would retreive the next row from the selected set.
has_next_record, would return a true/false indicating if there is another
row in the selected set.
But this is a mere reaction to your text, as I cannot see the content of the
functions
Walter
"CodeChargenewbie" <CodeChargenewbie@forum.codecharge> schreef in bericht
news:24700ebc1edd67@news.codecharge.com...
>I have these two functions called next_record and has_next_record. What is
>the
> difference between these two functions in the context of searching through
> results from an SQL query?
>
> thank you in advance.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|