Quantcast
Channel: MySQL Forums - Connector/C++
Browsing all 527 articles
Browse latest View live
↧

Compiling VC++ with MySQL Connector/C++ causing error (variant.hpp missing)...

I'm compiling the first example of the MySql http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-examples-complete-example-1.html I'm following this tutorial http://blog.ulf-wendel.de/?p=215 The...

View Article


Tons of unresolved externals when static linking (no replies)

i have "C:\Program Files (x86)\MySQL\MySQL Connector C++ 1.1.0\lib\opt" and "C:\xampp\mysql\lib\opt" in my linker directory settings and mysqlcppconn-static.lib and libmysql.lib in my additional...

View Article


MySQL Connector/C++ exampels issue (3 replies)

In manual 22.5.5. MySQL Connector/C++ Getting Started: Usage Examples where is a line that stats : "Please check the examples/ directory of your MySQL Connector/C++ installation for complete programs....

View Article

result->getString() no longer works with datetime data types (no replies)

I recently upgraded to C++ Connector 1.1.0 from 1.0.5. My code mostly still works, except I needed to change some std::string variables into the new sql::SQLString data type. One table I am retrieving...

View Article

How to check for MySQL Client library presense? (no replies)

I was just wondering, is a way [already built into the connector] to check for the presence of "libmysql.dll" / "libmysqlclient_r.dylib" / "libmysqlclient_r.sl" / "libmysqlclient_r.so"? It seems that...

View Article


ERROR: conflict declaration (1 reply)

Hello, im installed : - Netbeans 6.9.1 - MinGW - MySQL Connector C++ 1.1.0 i put in the configuration of NetBeans (project properties) - C++ Compiler: Include directories -> ../../Program...

View Article

Using the C++ Connector on Windows 7 with MinGW (no replies)

Dear all, This topic is slowly driving me crazy. Intention --------- I have a dedicated MySQL Server up and running. I can connect to it from remote machines, it's configured properly. Now I want to...

View Article

mysql_options (no replies)

Are there any methods equivalent to mysql_options(&mysql, MYSQL_SET_CHARACTER_NAME, "sjis") in mysql connector C++?

View Article


Build x64 App using VS2010 & Connector C++ 1.1 PROBLEMS (no replies)

As I am a freshman learning develop a database client app based on MySQL, I got so frustrated that I've failed so many times. I've followed the official manuals strictly, but didn't succeed. Whether...

View Article


Error setSchema (no replies)

Hey all. I try to find a solution for this error over many houres but there is no solution i think. At the first here the error: # ERR: SQLException in /home/Sick/Documents/cpp...

View Article

MingW and MySQL connector (no replies)

Hello, I am trying to use C++ connector for almost 3 days but every path I follow does not succeed. - I tried to use compiled binaries but both release and debug codes crash on connect and I cannot...

View Article

g++ undefined reference to `get_driver_instance' (no replies)

Hi there, I am been trying to add an mySQL connector to my c++ project. whole thing is coded in vi, compiled using g++ through a make file. compiling the out file using: g++ -c data/SQLConnector.cpp...

View Article

Spy ware Virus Cleaner (no replies)

Spy ware Virus Removal guides help you completely and efficiently remove viruses and spy ware from your computer. These spy ware virus removal tips can definitely enable you to get the best spy ware...

View Article


MYSQL connection to VS 2010 (no replies)

hi, i have a problem, i cannot compile the example from this page: http://blog.ulf-wendel.de/?p=215 i have the error that there is no file "boost/variant.hpp" what is that and where can i get it? i...

View Article

Store/Retrieve blob using tiodbc in c++ (no replies)

//WRONG forum sorry. moved already. Hi All, I was wondering if you have a simple code on storing/retrieving blob. I have managed to store blob using tiodbc but the stored data is always bigger a few...

View Article


How to install and run MySql Connector in Visual Studio? (no replies)

I read all the documentation. I tried both static and dynamic options, and I think there are a serious problem with connector C++ in Visual Studio. I found many people had the same problem that I had...

View Article

mysql select (no replies)

#include "includes.h" MYSQL *con; con=mysql_real_connect(con, server,user, password, database, 0, NULL, 0); //mysql check: int act; int reb; reb=mysql_query(con,"SELECT * FROM cq_rebirth");...

View Article


How to Insert into table with c++? (no replies)

I am new to SQL. Hi, I have the following c++ code to display table. int ip = mysql_query(conn,"SELECT * FROM IP_TABLE"); res = mysql_use_result(conn); if (ip==0) while ((row = mysql_fetch_row(res))...

View Article

Issues with retrieving ResultSet [SOLVED] (1 reply)

I'm trying to run a simple query on a very small database (One row for now, for testing purposes), and my program SEGFAULTS when it's time to retrieve the results. I'm having a really hard time...

View Article

Dolphin Connector 1.0 has been released (no replies)

Version 1.0 of Dolphin Connector is now available for download. Dolphin Connector code is licensed under the 3-BSD license, and promises to be an interesting, fast and simple alternative to MySQL...

View Article
Browsing all 527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>