Re: making datareaders



i am getting data back

i will delete the new keyword; it was choking during compilation saying
i needed to do something with it before i get values from it or
something along those lines..

can i do

Dim DR as System.Data.SqlClient.SqlDataReader = GetDataReader("EXEC
spRootFoldersToCatalog")

??

.