MySQL optimization. (no replies)
I have a program that I created with mysql++ for a Linux platform. The thing is is that it takes a whopping ten whole minutes for my program to run and create my output. I need all the resources I can...
View ArticleCannot connect to MySql in normal Mode on remote PC. (no replies)
Hi, to be brief, my codes works on a computer I made the program, but on another PC it only works in Safe Mode with Network, but fails in normal mode. Because I write to KEY REGISTRY Shell, I...
View ArticleDo I need all .dll files for mysql to work? (no replies)
Hi, when I downloaded 32-bit version to the disk, it gave me some directories: Bin, include, lib. Originally I did not include a bin directory into my project, do I need to? Because sometimes it could...
View Articlecmake makefiles for connector/c++ won't build: 'cannot open include file...
I need to use connector/c++ in a VC++ 2008 environment targeting runtime library /MT, rather than the more generally-used runtime /MDd targeted by the MySql precompiled binaries that I've used with...
View ArticleGeneric20.BNHQ. (no replies)
Is your PC infected with Generic20.BNHQ? This step-by-step guide completely removes Generic20.BNHQ. Learn More....
View ArticleResultSet memory cleanup (no replies)
Good day, From documentation it's unclear when "ResultSet* Statement::executeQuery" function's returned ResultSet should be deleted. For example, should ResultSet be deleted after every executeQuery...
View ArticleCompiling connector on OpenSuse 11.2 (no replies)
I'm trying to install the C++ connector as outlined on this URL: http://dev.mysql.com/tech-resources/articles/mysql-connector-cpp.html#install and it fails misserably. I have installed 5.5.0-m2 Source...
View ArticleOPT (no replies)
In reading the documentation the manual calls for using the directory C:\Program Files (x86)\MySQL\MySQL Server 5.5\lib\opt\ In my installation of MySQL Server 5.5 there is not directory as listed...
View ArticleMySQL 5.1 with C++ connector (1 reply)
1>c:\program files (x86)\mysql\mysql connector c++ 1.1.0\include\cppconn\connection.h(29) : fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory I had 5.5 but...
View ArticleError in build mysql connector (no replies)
Hi, I use Netbeans with minGW and I tried to build MySQL Connector. My build has unfortunatelly ended with this error :...
View ArticleSQLString Linker Error (3 replies)
I have downloaded the file: mysql-connector-c++-noinstall-1.1.0-winx64-vs2005 I have unzipped the file to: C:\Program Files\MySQL\MySQL Connector C++ 1.1.0\ My directory looks as follows: COPYING...
View ArticleWhere is MSVCP90D.DLL? (no replies)
I cannot get the Debug version of the C++ connector DLL to work. I ran Depends.exe on it and it is telling me that module MSVCP90D.DLL could not be found. Why does the connector include MSVCP90.DLL in...
View ArticleHow to statically link the dll files into my exe application? (no replies)
I have successfully compiled and can use the Connector/C++ driver on my computer. I'm using Visual Studio 2010. I had some problems because there were conflicting versions of the dll files in various...
View ArticleCannot Build C++ Connector (1 reply)
Windows 7 Visual Studio 2005 CMake 2.8.4 Unzipped C++ Connector Source files to: C:\Temp\MySQL\ CD C:\Temp\MySQL\Driver cmake -G "Visual Studio 8 2005"...
View Articleget_driver_instance() causes error LNK2005 (no replies)
I have followed the following tutorial: http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-apps-windows-visual-studio.html Now writing code expained in: http://blog.ulf-wendel.de/?p=215#hello I get...
View ArticlePrepared statement + Stored procedure = Commands out of sync (1 reply)
Hi I'm facing a strange issue in my client application using MySQL c++ connector . I searched a lot about this but I didn't find any useful informations. Most of the post are dedicated to C API or...
View Articleerror:identifier “@” is inactive in the preprocessing expression (no replies)
when debugging a C programme with mysql, the result is as below: [root@ PC0 Mysql]# gcc -g -o test2 -I/usr/local/mysql/include/mysql Test2.c -L/usr/lib/mysql -lmysqlclient -lz In the file including...
View Article/usr/bin/ld: cannot find -lmysqlclient when debugging a C programme (1 reply)
Fedora 11 i386 OS mysql-5.5.11-linux2.6-x86_64.tar.gz was uncompressed and installed on the PC. when a C programme using mysql database was debugged , the result is as below: gcc -g -o test1...
View ArticleUndefined symbols (no replies)
I'm working on a program that uses Connector/C++ and I can't figure out what is causing this issue. When I attempt to get the driver and compile I get this error: Undefined symbols for architecture...
View ArticleLIBMYSQL.dll is missing from you computer (1 reply)
Hi, I'm building an application using Visual Studio 2008 Express Edition on Windows 7 Professional (32bit). I installed the connector step-by-step as described here:...
View Article