Getting data from MySQL using VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • semeth
    New Member
    • Aug 2008
    • 2

    Getting data from MySQL using VB

    Hi.
    That is my problem:

    I want to get from my db some data, but how can i get this data to variable?

    I do that:

    Code:
    conn.Execute "SELECT column1 FROM table1 WHERE id>1 and id<100"
    So how can i write this elements to variables.

    And one of possible method is using loop, but the db is huge, and the query must execute less than 60 second, and sometimes i must take from db more that 50000 rows.

    Please help.

    Thanks a lot for answer.
Working...