in reply to I need to tell what I pulled from SQL

In the code you give, you didn't pull anything from the database yet, so the question doesn't make much sense.

It's only after fetches that you get something - one result at the time. (Unless you use some of the wrappers from DBI).

Abigail

  • Comment on Re: I need to tell what I pulled from SQL