Re: String Connection MySQL - ODBC
Hi Claudinei,
The connection string you proposed is mostly ok except two options that are not supported: DESC and STMT.
Also, SOCKET option is irrelevant for Windows and it can be removed as well:
DRIVER={MySQL ODBC 8.0 ANSI Driver};DATABASE=bd_base;SERVER=localhost;UID=xxxx;PASSWORD=xxxxx;PORT=3306;OPTION=3;
Subject
Written By
Posted
Re: String Connection MySQL - ODBC
April 23, 2019 02:15AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.