Visual Basic Record Set - TechRepublic
General discussion
September 18, 2000 at 09:11 AM
srimail75

Visual Basic Record Set

by srimail75 . Updated 25 years, 7 months ago

In Visual Basic while assigning the value for a variable,I’m unable to pass the variable to the recordset Select (Sequel) statement.Shall I know the exact syntax and method to assign the variable instead of value.
Example: temp = 1070
data1.recordset=(shape{select * from tble where field=temp})

This discussion is locked

All Comments