Morne-211576
SSC Veteran
Points: 237
More actions
November 4, 2005 at 2:12 am
#95638
how can i write a select statment in vb.net to select the data into a structure.
like:
"Use " & dbase "" & vbcrlf & _
"select *" & vbcrlf & _
"From accblnc"
"Into sAccBlnc" & vbcrlf & _ '---structure
"Where MasterSubLink =" & MasterSubLink ""
Sergiy
SSC Guru
Points: 110208
November 4, 2005 at 6:58 am
#602334
SELECT *
INTO ...
FROM ...
There is F1 key on your keyboard. It calls BOL. It's really useful in case of syntax questions.
_____________Code for TallyGenerator
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply