Problem with C++ Connector (no replies)
Sorry, mi english is not very good, i've got this problem: I'm using QT Creator and I am trying to make a conection between C++ and MySQL. My code: #include "mainwindow.h" #include "ui_mainwindow.h"...
View ArticleMySQL connector c/c++ and MinGW (no replies)
Hi, I need to access an MySQL database from a Code:Blocks/MinGW project on Windows. As far as I know I can't use the available binary versions of the MySQL connectors. Well, I followed mainly the...
View ArticleMySQL connector with MinGW and WxWidgets (no replies)
Hello, it seems that my former posting from friday isn't in the forums. Thus here is a new. I need to write a Windows GUI applcation with MinGW/Cygwin which acts as a MySQL database client. As far as...
View Articlemysqlcppconn.dll is missing (1 reply)
Hi guys ! i'm new on using mysql with c++ and i am having a lot of problems to run the sample. After to much research, now i can compile, but when i try to run my app its says that mysqlcppconn.dll is...
View ArticleConnecting via oledb? (no replies)
Trying to connect to MySQL from C++/ATL via OLEDB. Is this possible? Attempting to use MySQLProv as provider. Problem is it seems to be missing. My environment: MySQL 5.7 Workbench 6.2 MySQL .NET...
View ArticleFill.DataSet according to Combobox->Items (Windows Form app) (no replies)
Hi All, Does anyone know from the below code, why my data table is not refreshed and updated accordingly, each time a combobox item is selected? Any feedback would be very appreciated. Cheers private:...
View ArticleHow to use MySQL in C++ without libmysql.dll (no replies)
Hi guys, How I use Mysql in a software C++ without libmysql.dll?, When I execute the .exe it's necessary libmysql.dll Show a error.
View ArticleErr: MySQL_CONNECTION::setReadOnly() in C++ application (no replies)
Hi, I'm new to Mysql. I tried to compile and run the example source code from Mysql website. The code is listed below: #include "mysql_connection.h" #include <cppconn/driver.h> #include...
View ArticleConnector C++ with Eclipse MinGW on Windows (no replies)
Hello, are the C++ connector sources available? I need to recompile them for Eclipse MinGW under Windows (the download distributions does not contain sources, and they are compiled with MS VS). If not...
View ArticleApplication crashes when retrieving a string thats longer as 15 Characters...
Hey, Everythings works fine when i retrieve a < 15 Char String. but when i try to get a string thats longer as 15 chars my application crashes / toggles a Breakpoint. I'm using Visual Studio 2013...
View ArticleMYSQL replication: ADO Programming in C++ (no replies)
Hi, I developed a code in C++ to connect to MYSQL using ADODB. I am using pConnection->BeginTrans() before doing any insert/delete/update operation. pConnection is _ConnectionPtr. Complete code is...
View Articlelibmysqlcppconn.so.7: cannot open shared object file: No such file or...
Hello Everyone ! First, i'm sorry about my language, but i'm french, so i hope that i will be understand... I'm working on Ubuntu with the IDE "Eclipse-CDT" in language C++. I'm trying to make an...
View Article"mysql_real_escape_string" in Connector/C++ (no replies)
Which function is use to translation the escape character in Connector/C++?
View ArticleHow to run SQL script file through MySQL Connector/C++ (no replies)
I am just wondering if is there any way to run a script file (containing SQL statements) through MySQL Connector/C++ ? (As an alternative I can invoke mysql to run script in typical manner. But for...
View ArticleMySQL C++ Connector and thread detached (no replies)
Hello, I've recently started to use MySQL C++ Connector for a multithreaded application. The scenario is pretty simple: at a given time a connection will be made and passed to a newly created thread...
View Articleconnecting to MySql server using Visual Studio 2013 Unhandled Exception (no...
After trawling the web for hours on end to run a program that using the MySql C++ connector library, I finally managed it. But all of a sudden, with no changes to the project's `Properties`, file...
View ArticleInheritance (no replies)
Is multiplae inheritance is benificial or this is a disadvantage of C++?
View ArticleUnable to Manage Transactions (no replies)
I am new to MySql. I have been using SqlLite. Using C++/Qt on Windows. I seem to have no problems selecting, updating, inserting. I have moved much code from SqlLite to MySql with no problem except...
View ArticleC++ connector example run segment fault (1 reply)
hi,i counter a problem,which i don't know how to deal with it. code is from the example website, just with a little change to pass the compile,but when i run ,i got a segment fault :...
View ArticleMysql Connector c++ Run with Qt - Mingw (1 reply)
Hi all, To use the connector with qt and mingw , you must compile with mingw ??? You can not use the binary website. Thx.
View Article