MySQL Forums
Forum List  »  Connector/C++

Re: Insert update blob value converting from char *object and int length
Posted by: nobody nobody
Date: February 03, 2019 01:24PM

I found a test program in connect C++ source github, it uses a data type bytes as blob value data type, which defined in mysql-connector-cpp/include/mysqlx/devapi/common.h, but that is not included in mysql or cppconn official packages I instilled to Ubuntu 18.4:

libmysqlcppconn-dev:amd64 1.1.9-1

mysql-client-5.7 5.7.24-0ubuntu0.18.04.1

mysql-client-core-5.7 5.7.24-0ubuntu0.18.04.1

mysql-common 5.8+1.0.4

Is it correct, I can use the class bytes for blob insert value data type? Where should I get the class bytes?

Thank you.

Kind regards.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Insert update blob value converting from char *object and int length
657
February 03, 2019 01:24PM


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.