mysql_data_seek

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
thcc2
Forum Commoner
Posts: 33
Joined: Thu Jan 05, 2006 9:37 pm
Location: Singapore

mysql_data_seek

Post by thcc2 »

hi all,
what is the function that is equal to the mysql_data_seek in PostgresSQL?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

pg_result_seek()

There are two (2) functions on the PostgreSQL documentation page that have "seek" in their name... pretty straight forward. :roll:
thcc2
Forum Commoner
Posts: 33
Joined: Thu Jan 05, 2006 9:37 pm
Location: Singapore

Post by thcc2 »

thks
Post Reply