MySQL Forums
Forum List  »  Connector/C++

Re: Connector 8.0 cpp get_instance_driver() not found
Posted by: Luis Silva
Date: February 07, 2020 10:53AM

Hi!

mysqlcppconn8-static.lib implements the new DevAPI, which you can see here:
https://dev.mysql.com/doc/dev/connector-cpp/8.0/

If you want to use the JDBC api, same as 1.1.x connector, please use
mysqlcppconn-static.lib or mysqlcppconn.lib

Luís

Options: ReplyQuote


Subject
Views
Written By
Posted
790
January 31, 2020 09:29AM
Re: Connector 8.0 cpp get_instance_driver() not found
415
February 07, 2020 10:53AM


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.