FAQ

Search Discussions

33 discussions - 90 posts

  • Here is my patch that enables one to use nullable fields in SQLSS. Since it will break binary compatibility, I feel necessary to explain the steps that I have followed. If you don't care, just skip ...
    WabaWaba
    Feb 4, 2006 at 8:15 am
    Nov 18, 2007 at 7:44 am
  • I have visual studio 2005 installed, and i am having trouble making the 2.0.7 version of MySql++. I have downloaded mingw I have set up the environment variables I run 'makemake vc' and everything is ...
    Catalin IspasCatalin Ispas
    Feb 20, 2006 at 12:53 am
    Feb 28, 2006 at 10:24 pm
  • Hi, Warren... are you keeping all the pending patches that are waiting for version 3.0? It would be a shame if any of them were lost. - Chris
    Chris FreyChris Frey
    Feb 7, 2006 at 9:51 pm
    Mar 4, 2006 at 9:03 am
  • During the investigation of some SSQLS problem, I noticed that the custom.pl script generated unnecessary code for the set() functions, due to the $set variable not being emptied after a pass. Have a ...
    WabaWaba
    Feb 1, 2006 at 10:18 pm
    Mar 4, 2006 at 8:40 am
  • Hello, System: XP on Dell (yes, bad combo but....) Mem: 2Gig HD: 80Gig Dev Env: Code Blocks compiler: GCC .... mingw32-g++.exe that comes with Code Blocks. http://www.codeblocks.org/ when I install ...
    Allen SaucierAllen Saucier
    Feb 17, 2006 at 3:27 pm
    Feb 20, 2006 at 7:40 pm
  • From MySQL 5.0.13 on, the MYSQL_OPT_RECONNECT is set to 0 (off) by default. Looking at MySQL++ 2.0.7, it looks like it currently doesn't allow this option to be set. Am I missing something? Is there ...
    Kevin ReganKevin Regan
    Feb 9, 2006 at 6:31 pm
    Feb 10, 2006 at 6:50 pm
  • Should the following have different results? ... std::string s = "SET AUTOCOMMIT=1"; query.execute(s.c_str()); query.execute(s); The first succeeds. The seconds throws an exception with the value ...
    Kevin ReganKevin Regan
    Feb 10, 2006 at 5:47 pm
    Feb 10, 2006 at 7:08 pm
  • Hello people, how do I get the files out of the mysql++-2.0.7.tar.gz package to work with MSVC 2005? I need some sort of step by step guide because I never used libraries with MSVC before... Please ...
    AntaeusAntaeus
    Feb 7, 2006 at 5:03 pm
    Feb 7, 2006 at 7:31 pm
  • Dear all, I checked the archive and haven't seen a mention of this. XPCOM is Mozilla's Cross-Platform COM - it gives an interface for javascript Mozilla/Firefox/Thunderbird etc. extensions do things ...
    Will MoyWill Moy
    Feb 28, 2006 at 8:30 am
    Mar 2, 2006 at 8:07 pm
  • Hi, I got following error. It is probably caused by buggy gcc(version 2.95.3) If anybody out there know any workaround pls let me know. Thanks, -- Junji --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib ...
    Junji KanemaruJunji Kanemaru
    Feb 23, 2006 at 2:47 pm
    Feb 23, 2006 at 5:31 pm
  • Hi all, I am getting a "BadQuery" exception thrown _*every time*_ I send in this statement: "select * from signature;" I am on an XP box running MySQL++ ver: 1.7.32 I am running MySQL ver: 4.1 I know ...
    Allen SaucierAllen Saucier
    Feb 17, 2006 at 2:54 pm
    Feb 20, 2006 at 8:06 pm
  • Hi, Thank you for your help in advance. I am using VC++7.1 (.from .net under XP sp2.) to build console application for resetDB, it runs well. I create a MFC project with simple dialog, when click OK ...
    Li, EileenLi, Eileen
    Feb 13, 2006 at 10:33 pm
    Feb 14, 2006 at 3:52 pm
  • hi everyone... i wrote a REALY simple program ;) #include "mysql++.h" int main( int argc, char* argv[] ) { mysqlpp::Connection con; } when i try to compile it i get the following errors: [Linker ...
    GoddchenGoddchen
    Feb 12, 2006 at 11:42 am
    Feb 13, 2006 at 9:16 pm
  • Help! I am using Debian 3.1 / gcc 3.3.5 (Debian 1:3.3.5-13) and the old mysql ++ 1.7.40 installed via configure/install/make install. The Makefile is as follows: CXXFLAGS= -pipe -Wall -W -O2 ...
    Matthias BraunMatthias Braun
    Feb 10, 2006 at 6:16 am
    Feb 10, 2006 at 6:53 pm
  • I appreciate any help on this! I install mysql server 5.0, it appears mysql\lib and mysql\include are not installed automatically in my computer, how can I find them from mysql.com? I would ...
    Li, EileenLi, Eileen
    Feb 9, 2006 at 3:42 pm
    Feb 9, 2006 at 4:18 pm
  • Hi. I was just considering linking mysqlpp statically in my recent project. The reason why I'm thinking about this, is because I'd like my project to be portabel to other machines (i.e. our compute ...
    Vincent DavidVincent David
    Feb 8, 2006 at 12:10 pm
    Feb 9, 2006 at 7:45 am
  • hi all! i'm developing a contact management app using the free wxWidgets and mysql++. I read about some problems with ssql structures and i encountered a bug myself, reading a date value out of my ...
    Johannes SchaubJohannes Schaub
    Feb 2, 2006 at 7:34 pm
    Feb 2, 2006 at 10:09 pm
  • Hi, all I found Connection::set_option() and Connection::connect() do not work together. In MySQL C API, mysql_options() should be called after mysql_init() and before mysql_real_connect(). Calling ...
    Hiroshi AyukawaHiroshi Ayukawa
    Feb 15, 2006 at 9:52 am
    Mar 4, 2006 at 8:56 am
  • This seems like a bug in Bakefile. - Chris P.S. Bakefile support looks cool... unfortunately I don't have a lot of time to play with it right now.
    Chris FreyChris Frey
    Feb 27, 2006 at 9:09 pm
    Feb 28, 2006 at 10:58 pm
  • Hi, Is there any way to avoid the 12 parameters limit for SQLQuery() when using mysql++-1.7.x ? My query should have 14 parameters. The following code will certainly fail: Query insert_values; ...
    Ovidiu BivolaruOvidiu Bivolaru
    Feb 19, 2006 at 12:58 pm
    Feb 20, 2006 at 7:36 pm
  • Try to define the makro MYSQLPP_NO_DLL and recompile / link Goddchen schrieb:
    Johannes SchaubJohannes Schaub
    Feb 13, 2006 at 10:11 pm
    Feb 13, 2006 at 10:12 pm
  • Hi, I tryied to compile mysql++ with the latest version of migw, i run "makemake mingw" without problems, but when i run "mingw32-make" after some time it sayd that there is an error ("at the moment ...
    Riccardo RoasioRiccardo Roasio
    Feb 9, 2006 at 6:46 am
    Feb 9, 2006 at 1:37 pm
  • I am running windows and having problem in compile under VC++ 7.1 version. I download VC6.0 version and it is OK to compile, since I notice there is mysql\lib and mysql\include and the whole project ...
    Li, EileenLi, Eileen
    Feb 8, 2006 at 10:41 pm
    Feb 9, 2006 at 7:40 am
  • hi all! I have to build mysql++ a second time (firstly with msvc which was flawless) for compatibility issues. the libraries were compiled successfully, both debug and release, but i encounter an ...
    Johannes SchaubJohannes Schaub
    Feb 7, 2006 at 7:06 pm
    Feb 7, 2006 at 7:47 pm
  • here i found the article about it http://dev.mysql.com/doc/refman/5.0/en/odbc-net-op-c-sharp-cp.html but how to choose the port that connector should connect to. string MyConString = "DRIVER={MySQL ...
    KamiseqKamiseq
    Feb 5, 2006 at 11:31 pm
    Feb 6, 2006 at 6:21 pm
  • Hi Everyone, I've made great progress so far.. I've been able to get my simple programs to compile thanks to Mr. Povilaitis. Now the problem is runtime: $ ./testmysql ./testmysql: ...
    Brian HenningBrian Henning
    Feb 1, 2006 at 7:19 pm
    Feb 1, 2006 at 8:43 pm
  • Hi, I'm trying to add the ssqls-link patch to allow generation of SSQL without static member generation per these instructions: http://lists.mysql.com/plusplus/5314 I get the missing header upon ...
    Don thompsonDon thompson
    Feb 28, 2006 at 9:48 pm
    Feb 28, 2006 at 9:48 pm
  • I've been evaluating Bakefile (http://bakefile.sf.net/) as a way to replace the automake and makemake build systems in MySQL++. This has the potential to allow us to maintain a single input file from ...
    Warren YoungWarren Young
    Feb 25, 2006 at 6:24 am
    Feb 25, 2006 at 6:24 am
  • Hi. Setting opt_read_default_file causes SIGSEGV in mysqlclient_r on debian sarge during mysql_real_connect() in some cases. This is a stack in the moment of SIGSEGV: Program received signal SIGSEGV, ...
    VirtanVirtan
    Feb 16, 2006 at 10:31 am
    Feb 16, 2006 at 10:31 am
  • I know very little about makefile, how to change makefile.vc So that it will generate debug\coldata.obj rather than debugcoldata.obj in current(lib) directory? Afraid of changing the makefile ...
    Li, EileenLi, Eileen
    Feb 9, 2006 at 7:03 pm
    Feb 9, 2006 at 7:03 pm
  • Thanks for the helps. I re-installed mysql with c include/Lib Files and now have lib and include. But I still have question on what is the right way to generate make file. I try to use "makemake ...
    Li, EileenLi, Eileen
    Feb 9, 2006 at 5:38 pm
    Feb 9, 2006 at 5:38 pm
  • hej im using VC++ 2003 and i wanted use mysql, but as i read, extracting mysql++ is not enough and i need to build libraries, but i really dont understand a thing from readme.vc can somebody give me ...
    KamiseqKamiseq
    Feb 5, 2006 at 11:47 pm
    Feb 5, 2006 at 11:47 pm
  • i've solved my problem, by converting tiny_int explicitely to a (short int). i thought tiny_int is simply a typedef for short int, so i used it directly with printf :). thx for all help Verschicken ...
    Johannes SchaubJohannes Schaub
    Feb 4, 2006 at 4:32 pm
    Feb 4, 2006 at 4:32 pm
Group Navigation
period‹ prev | Feb 2006 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions33
posts90
users27
websitemysql.com
irc#mysql

27 users for February 2006

Warren Young: 28 posts Chris Frey: 8 posts Johannes Schaub: 7 posts Kevin Regan: 6 posts Li, Eileen: 6 posts Allen Saucier: 4 posts Catalin Ispas: 3 posts Matt Dargavel: 3 posts Waba: 3 posts Goddchen: 2 posts Junji Kanemaru: 2 posts Kamiseq: 2 posts Vincent David: 2 posts Riccardo Roasio: 1 post Antaeus: 1 post Brian Henning: 1 post Cwic: 1 post Don thompson: 1 post Hiroshi Ayukawa: 1 post Matthias Braun: 1 post
show more
Archives