pass query results to string

R

Rob Finegan

Hello Everyone,

I'm trying to pass the reults of a query (SQL format) to a string and then
write the string to a text file. Any hints would be appreciated.
 
M

mray29

Are you sure you don't want to just export the results of the query to a text
file? That would be much easier.
 
Top