select into structure

  • 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 ""

  • 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