Problems to Build Build C++ connector With Mingw (no replies)
I have done Cmake in MSYS but when i type make and run it appers a lot of wrongs for examples: error:typdef long int int32_t do you have C++ connector package for MingW
View Articlepersistent connection problem (no replies)
I am trying to make a connection to MySQL on WinXP that persists across the full execution time of my Win32 app. I am doing something like LISTING 1 below. I call MySQLInit when the app loads, and...
View ArticleCannot compile with MySQL Connector/c++ (1 reply)
Hello, I attempting to use MySQL connector on an application made on Qt Creator, on a Windows Server 2008. I've installed the connector through the *.msi installer. I tested the installation by just...
View ArticleAccess violation, last problem i hope. (no replies)
OK so, got it working kinda :/ Hopefully this is the last major problem so i can start learning something =_=. just copied a script off the internet to test the mysql. I've tryed the ones off this...
View Articlecon-->close() still leaves thread connected (no replies)
* Under normal circumstances issuing con->close() disconnects the connected thread from the DB and this is clearly visible by doing: show global status where variable_name = 'Threads_connected';...
View ArticleMysql Watch Roda v Ajax Enjoy Live Stream 29/10/2011 (no replies)
Watch http://jaimx.co.cc/?p=776
View ArticleMy fix on get_driver_instance() (no replies)
After spending a whole day trying to fix this problem I finally got it to work. After a lot of googling it seems like many people also have the same problem so I thought I would share my experience...
View ArticleProblem in getErrorCode() of C++ Connector 1.1 on Visual Studio 2010 Release...
hi, i have problem with Connector c++ 1.1 in the Release mode on Visual Studio 2010,the function getErrorCode() can't return the right error code,and normal in the Debug mode on Visual Studio 2010.
View Articlewhere is escapeString defined? (no replies)
Hi, I need a little help. I am using the mysql-connector-c++ 1.0.5 which I build from source on Cygwin with g++ (GCC) 4.5.3. When I try to use the escapeString method I get the compilation error:...
View ArticleProblems with getString method (no replies)
Hi I want to get some strings from my SQL database. So I did a search for the wanted entries and after a quick check of how many he found it seems that he successfully did the search. but now I have...
View Article'double free or corruption' when MySQL restarts (no replies)
Hello! RHEL 5.2, mysql 5.1.46 I am having an issue where a persistent connection fail and I see a double free when the MySQL server daemon is restarted. My application works fine up until I issue the...
View ArticleCmake Building Issues C++ Connector (no replies)
Hey guys. My efforts in developping database applications with C++ stuck still at the installation of the connector... It takes two full days until I had understood that i don't need to write the...
View Articlefatal error C1083: Cannot open include file: 'mysql.h': No such file or...
Hi,I have add the below two lines to VC++ directories in MS visual studio 2008. under Tools->options->Projects & solutions->VC++ Directories C:\Program Files\MySQL\MySQL Connector C++...
View ArticleGames-onlinee.com personnel is usually relying upon teens such asf...
2003 games online Evaluation: Eighteen without delay section brands talk in volumes of prints to your Roswell Braves capability to domain a competitive club from year to year. The year 2005 wasn't any...
View Articlestop or close the mysql driver (no replies)
When we're shutting down our C++ Connector code, do we need to call delete or any special method on the mysql driver instance to shut it down?
View ArticleMySQL/C++ SQLString.h missing (no replies)
Hi, I am trying to get the MySQL C++ connector to work. I understand that the SQLString.h library has been missed out of the package as stated in the thread:...
View Articleinsert variables into MYSQL (no replies)
int f = 23; mysql_query(connect,"INSERT INTO t(d) VALUES(%d)",f); lets say f for the above case is an unknown integer obtained from another function, How do i insert the value f into mysql. The above...
View ArticleGetting an access violation .. Suggestion?? (no replies)
I am using Visual studi 2010 and added "MySQL Connector C++ 1.0.5" header and library files to it. The code i am using is below. The problem is I get the error "Unhandled exception at 0x5bcdad4a...
View ArticleUnhandled exception while making a small Connector C++ in VS 2010 (no replies)
Dear Connector C++ experts, Okay, here is the setup of what I want to do. Problem Introduction: I wish to eventually write c++ programs that will connect to a remote server and get appropriately error...
View Article