Hi,
I would like to know if there is a similar function with OCI8 (oracle) to
this one: mysql_data_seek ?
I would like to do twice:
while (ocifetch($stmt )) {
....
}
How can I set the cursor to the first element?
Thanks your for your help
Rodolphe
I would like to know if there is a similar function with OCI8 (oracle) to
this one: mysql_data_seek ?
I would like to do twice:
while (ocifetch($stmt )) {
....
}
How can I set the cursor to the first element?
Thanks your for your help
Rodolphe
Comment