Connector doesn't work (no replies)
Hello! I just started to code database manager to my project and I got problem. System is crashing when I try to create my database manager object. I tried to debug program and I found somethgin...
View Articlelink error only in release mode with Visual Studio 2008 (no replies)
Once again, a link error with an undefined symbol. I read the other reports, and mine looks different. The error message is the following: 1>Linking... 1> Creating library...
View Articlecharacter set (no replies)
Hi, I'm relatively new to mysql and the Connector/C++. I'm using MySQL 5.1.45 with MySQL Connector C++ 1.0.5. I do compile under VC++. I've created with no options database: d; I've created a table...
View ArticleXcode Connector/C++ problem (no replies)
I'm new to mysql and was looking to learn/play around with c++ and mysql. I'm running -mysql-5.1.45-osx 10.5-x86_64 - The include files are located in usr/local/mysql-5.1.45-osx10.5-x86-64...
View ArticleRetrieving UTF8 strings from DB (1 reply)
Hello, I need to use ms vc++ with connector/c++. I can't, hovewer, get any utf8 string out of the db succesfully. Can someone point out to me what am i doing wrong or what could be missing in my...
View ArticleConnector C++ with Visual Studio gives a memory access error (no replies)
Hi, I am trying to connect to my mysql database with a widow client using Visual Studio. Even if I follow every step of the tutorial: http://blog.ulf-wendel.de/?p=215 I get a memory access error. The...
View Articlemysql_connection.h causes "invalid covariant return type for..."...
****EDIT: Nevermind for some reason I had put "mysql_connection.h" in my working directory. The problem we resolved when I removed it. I am using Eclipse SDK 3.5.1 in Ubuntu 9.10 to invoke gcc 4.4.1...
View ArticleCompile with Mingw (3 replies)
Hi all, Is there a way to compile with Mingw? I'm not willing to use MSVC compiler and would like to have mingw compiled library. Is there a way? If no why? I have searched for long hours but there...
View ArticleAccess violation - in release (1 reply)
Hi guys, I've read quite a few posts now explaining how apps won't compile in debug mode, because the library was originally compiled in release mode. However, I'm only able to compile in debug mode -...
View ArticleMySQL C++ Connector doesn't compile (1 reply)
Hi! I'm trying to install mysql c++ connector but I can't. I'm working with cmake project in Code::Blocks. cmake . and ccmake . run well, but when I'm going to make "make" that happends:...
View ArticleMySQL Connector/C++: Bug Reports + Feature Requests (no replies)
If you are using MySQL Connector/C++, and want to: - File a Bug Report - File a Feature Request - http://bugs.mysql.com/search.php MySQL Workbench is the flagship reference customer for Connector/C++:...
View ArticleConnector/C++: Multithreading (no replies)
Unlike C# or Java, currently the C++ standard does not specify Multithreading. This will change with C++0x (the next gen C++ standard). C++0x standard includes Multithreading: -...
View Article"The application was unable to start correctly (0xc000007b)" while...
Hey fellas. I'm trying to connect my MySQL database using C++ connector. I've done the next so far: 1.Installed the connector 2. Created a new project 3. Configured it as Active(Release) 4. In...
View Article#error 1040, Too many connections, How to disconnect mysql connection manual...
I want to Insert mass data into Mysql by multi-thread in Windows. It shows #error 1040, Too many connections I set the max_connections = 1000 in my.ini after run 1000 thead, insert 1000 data into...
View ArticleMySQL C++ Connector (1 reply)
I'm a newbie trying to build an app on openSUSE11.2/Eclipse using mysql-connector-c++-1.0.5-linux-sles10-x86-64bit.tar.gz unpacked into /usr/local/lib and include. I get a linker error...
View ArticleMySQL Connector/C++ vs MySQL++ (1 reply)
Hi, I'm looking at my options for changing the c++ library that I use to acees my mySql databases, I'm currently using the Rude library which is very good but I'm coming up against some limitations...
View Articlecan't connect to MySQL (2 replies)
I built the connector/c++ from source. I test the connector/c++ use the example ship with the source and all the examples run correct,but when I try to run the program compiled by myself from the same...
View ArticleMySQL connector c++: source build problem; error C2371 (1.0.5, VS10) (1 reply)
Hi there! I've been trying to build mysql connector c++ 1.0.5 source for few days. I had used cmake and generated a solutnion but when i ty to build it, i get error C2371. i tryed: >cmake -G...
View Article