9/19/2019 10:32 PM | |
Posts: 30 Rating:
|
Hi, I'm trying to make work the example project to be able to read/write to MySQL Database. I have the driver installed, and it test ok with my DB '' test_vrod'' See Picture 1 The only change I have made in the exanple project is the conn.Open. In th original project it is : conn.Open "Provider=MSDASQL;DSN="&Database_Name&"" 'DSN= name of the odbc-database - DSN= Name der ODBC-Datenbank Also in the original project it was for an access to Microsoft server DB. In my case i need to do the same but with MySQL DB. The only change I have made is that : conn.Open "Driver={MySQL ODBC 8.0 Unicode Driver};SERVER=172.16.3.21;DATABASE=test_vrod;PORT=3306;UID=user;PWD=leger12345678;" When i try to make a reading of a table, I have this error. See picture 2 Thank for yout help. Attachmentpictures.zip (283 Downloads) |
Follow us on