Re: (DBI::Utils::XMLFormatter) Output results as a string?

Try this:

DBI::Utils::XMLFormatter.table(
dbh.select_all(“select * from people”), ‘rows’, ‘row’, asdf)
)

The actual definition looks like this:

XMLFormatter.table(rows, roottag = “rows”, rowtag = “row”,
output=STDOUT)

HTH,

Dan

This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.

Worked like a champ. Thank you!!

I’ll check it out tomorrow and let you know.

Thanks again Dan and sorry for the late response :slight_smile: