MySQL Forums
Forum List  »  Connector/C++

Re: Legacy C issue
Posted by: Rafal Somla
Date: March 23, 2020 08:51AM

Hi Terry,

You are including wrong header - it should be <mysqlx/xapi.h>. The header you are including is for "legacy C++ connector" - the JDBC based API that was implemented before in Con/C++ 1.1.

Please refer to documentation here for more information on using the plain C API we provide - XDevAPI for C: https://dev.mysql.com/doc/dev/connector-cpp/8.0/xapi_ref.html

Options: ReplyQuote


Subject
Views
Written By
Posted
676
March 22, 2020 10:00AM
Re: Legacy C issue
362
March 23, 2020 08:51AM
395
March 23, 2020 05:04PM
398
March 27, 2020 03:37AM


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.