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
Printable View
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
i mean MYODBC....
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 :)
The problem is not the connection string...
i was asking if it is impossible to connect to a mysql Server without myodbc.:confused:
;)