Option Explicit
Private Sub Command1_Click()
Dim CON As ADODB.Connection
Set CON = New ADODB.Connection
CON.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=DESTOP-TQPVR2M;USER=root;PASSWORD=luca90;OPTION=3;"
CON.CursorLocation = adUseClient
CON.Open
End Sub
Have error...
ERROR - MYSQL CONNECTION ADO
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
ERROR - MYSQL CONNECTION ADO
You do not have the required permissions to view the files attached to this post.
-
- Administrator
- Posts: 76649
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: ERROR - MYSQL CONNECTION ADO
Are you sure that the name DESTOP-TQPVR2M is correct? Shouldn't it be DESKTOP-TQPVR2M ?
Regards,
Hans
Hans
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
Re: ERROR - MYSQL CONNECTION ADO
NOW changed in LOCALHOST, have new error...
You do not have the required permissions to view the files attached to this post.
-
- Administrator
- Posts: 76649
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: ERROR - MYSQL CONNECTION ADO
Sorry, I can't help you with that. Try searching google with mysql authentication plugin
Regards,
Hans
Hans
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36