sending select query to a variable

pruebens

Well-known member
Joined
Nov 21, 2002
Messages
71
Is it possible (and if so how) to send the results of a select statement to a variable? For example:

Dim s as string
s = SELECT* from Table
 
When you say "...send the results of a select statement to a variable" do you mean the resultset (recordset) into a variable?
 
Back
Top