SQLException by PreparedStatement::getMoreResults in example C++ code (1 reply)
Hi all, I got the following exception when running the example code here: http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-tutorials-stored-routines-prepared-statement-with-result.html # ERR:...
View ArticleHow do I set the LOCAL INFILE option (for load data file command) using...
I am writing a C++ function using the C++ connector library that will take a table name and data file name and will use the LOAD DATA command to bulk load the data from the file. How can i set the...
View ArticleExit clean up when use "sql::Connection" after network disabled. (no replies)
Hello ^^ I'm new on using mysql_cpp_conn with c++ and having a problem. below is my testing code, ----------------------------------------------- sql::Connection * _con; sql::Statement * _stmt; ......
View ArticleIneffective Prepared Delete Statement (no replies)
I'm attempting to execute a prepared delete statement like so: prep_stmt = conn->prepareStatement("DELETE FROM my_table WHERE my_column = ?"); sql::SQLString test_string = "\'asdf\'";...
View ArticleC++ Connector / Json / Prepared Statements (no replies)
For a JSON datatype which 'set' method should I use? for a string ... prep_statement->setString(2, pseudojson);
View Articlemysqlcppconn.dll RUNTIME advice and help (2 replies)
Hi to all, I would like to know 1. if it is possible to use mysql connector for c++ without the need of the mysqlcppconn.dll to be external (if it can be embed inside my executable c++ app and stay...
View ArticleUnresolved Externals (1 reply)
Hello i have a problem with this mysql c++ connector i setup everything all includes and libraries and is still gives me an errors : What have i done so far : Additional Include Directories :...
View Articlebuild 2.0.3 source on minGW64 fails (1 reply)
Hello, I am trying to build Connector/C++ 2.0.3 source on windows10 64bit with mingw64 6.2.0 installed (x86_64-6.2.0-posix-seh-rt_v5-rev1). cmake configuration runs fine. However, I got below errors...
View Articlemixing mingw64 gcc and prebuilt vs14 2.0.3 library (2 replies)
Hello, I try to compile the example given by using ming64 6.2.0 on windows10 64bit machine. I use the prebuilt vs14 2.0.3 library. None of the connector API implementations can be found whether I use...
View ArticleConnector/C++ fror OSX (1 reply)
Hi, ALL, On the download page for MySQL Connector/C++ for OSX it is said that it is compatible with 10.12, 10.11 and 10.10 for the latest version. There is also a link on that page which says:...
View Articlewindows example fails STRING TOO LONG (1 reply)
Hello, I installed vs14 2015 linked to vs14 version of 2.0.3 prebuild library. I created a project with the exact source code from http://dev.mysql.com/doc/dev/connector-cpp/devapi_ref.html When I run...
View Articledriver->connect() Segmentation Fault (6 replies)
I could compile this code with no error messages. But when I execute the binary I get a segmentation fault error. The problem is in this line: con = driver->connect("tcp://127.0.0.1:3306", "root",...
View ArticleSegmentation Fault on Example Program (no replies)
I am using Mac OS X Yosemite version 10.10.5. I downloaded the connector/c++ library from the mysql developer website. I untared the files and installed them in...
View ArticleError in compling the examples (no replies)
I downloaded the connector for c++ and installed it following the steps provided on the website. Every step was succeed. But when I changed to path of example and compiled a program, none could...
View ArticleBasic of c programming (2 replies)
Computer programming means giving instruction to the computer and to interact with the computer we need a language to communicate with it, there are many languages such as C, C++, Java, Python each...
View ArticleCompiling connector/C++ with Visual Studio 2015 (13 replies)
Hi guys, I am porting a project from Visual Studio 2010 to Visual Studio 2015. However, I find that I need to recompile connector/c++ which I use. However, I get errors of the kind: Severity Code...
View ArticleConnector/C++ documentation? (3 replies)
Hi to everyone, there are some kind of documentations about MySql C++ Connector? Such as function or method list description I've tried to search in forum, in dev.myslq.com/doc/, but i've found only...
View ArticleMySQL Connector C++ Make Errors (1 reply)
Hello, I am trying to run make on the c++ connector but i receive the following errors: make Scanning dependencies of target mysqlcppconn [ 0%] Building CXX object...
View ArticleR language (1 reply)
R Language i.e. Stands for Rintro Language. Basically it is a platform used for statically and graphics. It also provide us linear or non-linear modeling, Classification etc. One advantage of R...
View ArticleFeatures of R Language (no replies)
Features of R Language: 4 Basic programming language features a) Input/Output b) Object Oriented Programming c) Including R Packages d) Distributed Computing
View Article