xdevapi - dynamic queries - multiple queries (no replies)
I'm working on converting a project from using the legacy JDBC connector to xdevapi. I know I can replicate what I'm doing right now using the session.sql classes and functions. However, I'd like to...
View Articlemysql-connector-cpp tableinsert how to release (no replies)
mysqlx:: about TableInsert, use the values function add content,after execute(), how can i release the original content to avoid duplicate insertions.
View ArticlePlease help. cant get connector to work, unresolved external symbol error (1...
So, I'm at the end of my tether. I'm one week in now of trying to solve this and I think I'm going insane. Caveat: I am a bit of a noob, so could possibly be doing something stupid. I plan to make a...
View ArticleConnector/C++ 9.0.0 build failed with error (2 replies)
I tried to compile Connector/C++ 9.0.0 from source on Windows with cmake and the driver is failing to build with error message. Commands I used: cmake "C:\mysql-connector-c++-9.0.0-src"...
View Articleuse Mingw to complie have -Werror (3 replies)
from C:\Users\ASUS\Desktop\mingw\mysql-connector-cpp\cdk\extra\protobuf\protobuf-
View Articleuse Mingw to complie cant find file or directory (1 reply)
$ cmake --build . --config Debug [ 96%] Linking CXX shared library libmysqlcppconn-10.dll Merging SHARED library: C:\Users\ASUS\Desktop\mingw\jdbc\libmysqlcppconn-10.dll Merge options: - using gcc...
View ArticleI'm using c++ with prepared db (no replies)
#include <iostream> #include <windows.h> #include <sql.h> #include <sqlext.h> #include <string> #include <cstring> #include"stdafx.h" // Constants #define...
View Article