PDA

View Full Version : Mysql Read row one by one


ecca
02-18-2012, 19:27
Well, as the title says, is it possible to read a row one by one like you read a txt file and PushArrayString or something ;)?

thetwistedpanda
02-18-2012, 20:35
SQL_FetchRow only returns one row at a time. Throw in a while() and you'll fetch one at a time until there's nothing to fetch.