|
-
Aug 7th, 2013, 05:57 AM
#1
Thread Starter
Hyperactive Member
need help (vb6 + mysql)
database connection
Set cn = New ADODB.CONNECTION
Set cn = New ADODB.CONNECTION
cn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _
& "SERVER=192.168.1.229;" _
& "DATABASE=ssmpc_database;" _
& "UID=root;PWD=ssmpc; OPTION=3"
cn.Open
on the computer that i am working on, the connection is working.
but when i try to put the vb program on another computer
message appears ("cant connect to mysql server on 192.168.1.229")
how to access mysql connection remotely?
Tags for this Thread
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
|