|
-
Dec 9th, 2001, 04:34 AM
#1
Thread Starter
Member
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
-
Dec 9th, 2001, 04:45 AM
#2
Thread Starter
Member
-
Dec 9th, 2001, 11:34 AM
#3
Fanatic Member
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
-
Dec 9th, 2001, 11:39 AM
#4
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|