Re: PDO ?
[email protected] (Jim Giner)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Never Mind.... A little careful re-reading of the docs told me what I was doing wrong. I always use PDO::FETCH_ASSOC in my fetch statements. Discovered that I have to have numerical array results in order to utilize the List command. Voila!