in reply to $ODBC->FetchRow() question?
is just returning one single value from the columns returned and using$db->FetchRow()
instead will put each column's value in a separate element of @hydra_data, then you won't have to split yourself.@hydra_data ->FetchRow_Array()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: $ODBC->FetchRow() question?
by blackadder (Hermit) on Dec 09, 2004 at 09:28 UTC |