Results 1 to 6 of 6

Thread: Mysql & VB

  1. #1
    Join Date
    Apr 2004
    Posts
    4,811
    Rep Power
    0

    Default Mysql & VB

    is there a way to control a mysql database through a vb program(insert, display, etc..), i know u can use php to manipulate the database, but just wondering about vb.

  2. #2
    Join Date
    Mar 2003
    Posts
    70
    Rep Power
    0

    Default Re:Mysql & VB

    OBDC

  3. #3
    Join Date
    Apr 2004
    Posts
    4,811
    Rep Power
    0

    Default Re:Mysql & VB

    can i setup an odbc driver on a machine then use it remotely on other pc's.

  4. #4
    Join Date
    Jul 2002
    Posts
    818
    Rep Power
    0

    Default Re:Mysql & VB

    If you mean setting up ODBC on machine1 and then connecting to that ODBC datasource from machine2 and 3, the answer is yes.

  5. #5
    Join Date
    Apr 2004
    Posts
    4,811
    Rep Power
    0

    Default Re:Mysql & VB

    so if i compile a program that uses odbc, and distribute it to machine2, and machine3, i will not need to setup a connection to the program agian.

  6. #6
    Join Date
    Feb 2003
    Posts
    3,184
    Rep Power
    0

    Default Re:Mysql & VB

    yes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •