I want to set a variable to equal the result from a database query.
ex:
VB Code:
  1. selectSQL = "SELECT FirstName, LastName FROM Client;"
  2. qResults = ConSource.Execute selectSQL

That should give you an idea of what im trying to do, Is this even possible?

Thanks,
Ryan