Results 1 to 4 of 4

Thread: My Sql

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    North East Germany
    Posts
    46

    My Sql

    Hi

    i have a app what must connect to a mysql Database on the Web. Now i want to publish this programm.
    What is the best way?
    Must i install myOBC on the PC?

    Or is there a better way?




    thx
    http://www.fin-sn.de

  2. #2

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    North East Germany
    Posts
    46

    ....

    i mean MYODBC....
    http://www.fin-sn.de

  3. #3
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    using ADO, here's the connection string to connect to mysql database:

    strConnect = "driver={MySQL};server=127.0.0.1;uid=USERID;pwd=PASSWORD;database=DATABASE"

    of course put in the appropriate server ip address, user id, password and database, then that will work

  4. #4

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    North East Germany
    Posts
    46

    Wink ...

    The problem is not the connection string...
    i was asking if it is impossible to connect to a mysql Server without myodbc.


    http://www.fin-sn.de

Posting Permissions

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



Click Here to Expand Forum to Full Width