Posted by chris on 09/28/31 11:33
Hi,
I can connect to the local computer like:
objdc.Open "Driver={MySQL ODBC 3.51 Driver}; Server=localhost; Port=3306;
Option=0; Socket=; Stmt=;"_
& " Database=mydb; Uid=root; Pwd=mypw;"
but what's the syntax to connect to a remote computer (e.g. 10.0.0.180)?
Thanks
Chris
[Back to original message]
|