|
Posted by Steve on 04/20/07 15:39
"Karl Groves" <karl@NOSPAMkarlcore.com> wrote in message
news:Xns9918690EE9056karlkarlcorecom@199.45.49.11...
| Jerry Stuckle <jstucklex@attglobal.net> wrote in
| news:PqKdnRkTdej3XLXbnZ2dnUVZ_gOdnZ2d@comcast.com:
|
|
| >
| > I guess I don't understand exactly what you want.
|
| Why not? I've done such a bangup job of explaining it. ;-)
|
| > You're returning two columns from your SELECT statement - 'foo' and
| > 'bar'. To place them in one variable you need an array.
| >
| > Now - you're returning multiple instances of that first array
| > (multiple rows), so you need a multidimensional array to retrieve all
| > the data.
| >
|
| Damn!
| That's where my problem was. I was totally backwards in my understanding
of
| how to deal with the results. Each row is an array, and the function is
| returning an array of those arrays.
|
| OK, I only feel a tad bit retarded now.
no biggie. to clear things up technically...
you have an array of rows, and within ever single row, you have an array of
columns/fields.
cheers.
Navigation:
[Reply to this message]
|