Jun 24, 2003 #1 P 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
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
Jun 24, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* When you say "...send the results of a select statement to a variable" do you mean the resultset (recordset) into a variable?
When you say "...send the results of a select statement to a variable" do you mean the resultset (recordset) into a variable?