OliverMaik
Posts: 11
|
| Posted: 09/19/2007, 1:38 AM |
|
has anyone found a method yet how to move the record pointer manually of a clsDBConnection object?
after a "while($db->next_record) loop" i want to move the record pointer to the first position
and go through the loop again. but i donīt want to requery because i have to optimize performance.
does anyone have a solution?
would be great.
thanks
oliver
|
 |
 |
wkempees
|
| Posted: 09/19/2007, 2:40 AM |
|
There is a possible solution.
Can you post your code here, so I can see if it fits?
Walter
"OliverMaik" <OliverMaik@forum.codecharge> schreef in bericht
news:546f0dfec4cde7@news.codecharge.com...
>
> has anyone found a method yet how to move the record pointer manually of a
> clsDBConnection object?
>
> after a "while($db->next_record) loop" i want to move the record pointer
> to the
> first position
> and go through the loop again. but i donīt want to requery because i have
> to
> optimize performance.
>
> does anyone have a solution?
> would be great.
>
> thanks
>
> oliver
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|