Search Discussions
-
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 ...
Waba
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 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 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 ...
Waba
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 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 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 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 ...
Antaeus
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 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 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 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, 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 ...
Goddchen
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 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, 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 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 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 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 Frey
Feb 27, 2006 at 9:09 pm
Feb 28, 2006 at 10:58 pm -
1
SQLQuery
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 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 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 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, 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 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 ...
Kamiseq
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 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 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 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, ...
Virtan
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, 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, 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 ...
Kamiseq
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 Schaub
Feb 4, 2006 at 4:32 pm
Feb 4, 2006 at 4:32 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 33 |
posts | 90 |
users | 27 |
website | mysql.com |
irc | #mysql |
27 users for February 2006
Archives
- July 2014 (20)
- June 2014 (4)
- May 2014 (1)
- April 2014 (1)
- March 2014 (2)
- February 2014 (7)
- January 2014 (24)
- December 2013 (11)
- November 2013 (8)
- October 2013 (1)
- August 2013 (3)
- June 2013 (24)
- May 2013 (7)
- April 2013 (1)
- March 2013 (6)
- January 2013 (6)
- September 2012 (9)
- August 2012 (7)
- July 2012 (2)
- May 2012 (9)
- April 2012 (3)
- March 2012 (6)
- February 2012 (5)
- January 2012 (21)
- December 2011 (8)
- October 2011 (21)
- September 2011 (4)
- August 2011 (21)
- July 2011 (49)
- June 2011 (8)
- May 2011 (28)
- April 2011 (44)
- March 2011 (66)
- February 2011 (19)
- January 2011 (50)
- December 2010 (42)
- November 2010 (21)
- October 2010 (31)
- September 2010 (32)
- August 2010 (27)
- July 2010 (22)
- June 2010 (23)
- May 2010 (29)
- April 2010 (13)
- March 2010 (23)
- February 2010 (18)
- January 2010 (41)
- December 2009 (41)
- November 2009 (64)
- October 2009 (10)
- September 2009 (7)
- August 2009 (31)
- July 2009 (35)
- June 2009 (69)
- May 2009 (41)
- April 2009 (30)
- March 2009 (78)
- February 2009 (64)
- January 2009 (65)
- December 2008 (87)
- November 2008 (102)
- October 2008 (96)
- September 2008 (91)
- August 2008 (98)
- July 2008 (105)
- June 2008 (44)
- May 2008 (62)
- April 2008 (70)
- March 2008 (58)
- February 2008 (62)
- January 2008 (99)
- December 2007 (127)
- November 2007 (63)
- October 2007 (70)
- September 2007 (90)
- August 2007 (124)
- July 2007 (134)
- June 2007 (103)
- May 2007 (45)
- April 2007 (81)
- March 2007 (89)
- February 2007 (72)
- January 2007 (97)
- December 2006 (60)
- November 2006 (95)
- October 2006 (91)
- September 2006 (73)
- August 2006 (65)
- July 2006 (51)
- June 2006 (92)
- May 2006 (37)
- April 2006 (60)
- March 2006 (99)
- February 2006 (90)
- January 2006 (101)
- December 2005 (91)
- November 2005 (155)
- October 2005 (70)
- September 2005 (141)
- August 2005 (158)
- July 2005 (122)
- June 2005 (107)
- May 2005 (154)
- April 2005 (122)
- March 2005 (191)
- February 2005 (87)
- January 2005 (51)
- December 2004 (137)
- November 2004 (149)
- October 2004 (58)
- September 2004 (93)
- August 2004 (124)
- July 2004 (22)
- June 2004 (44)
- May 2004 (75)
- April 2004 (114)
- March 2004 (131)
- February 2004 (169)
- January 2004 (119)
- December 2003 (87)
- November 2003 (74)
- October 2003 (101)
- September 2003 (69)
- August 2003 (98)
- July 2003 (162)
- June 2003 (71)
- May 2003 (80)
- April 2003 (65)
- March 2003 (58)
- February 2003 (24)
- January 2003 (26)
- December 2002 (21)
- November 2002 (72)
- October 2002 (66)
- September 2002 (71)
- August 2002 (43)
- July 2002 (140)
- June 2002 (96)
- May 2002 (119)
- April 2002 (97)
- March 2002 (28)
- February 2002 (20)
- January 2002 (42)
- December 2001 (55)
- November 2001 (35)
- October 2001 (25)
- September 2001 (38)
- August 2001 (50)
- July 2001 (70)
- June 2001 (60)
- May 2001 (73)
- April 2001 (57)
- March 2001 (104)
- February 2001 (60)
- January 2001 (65)
- December 2000 (79)
- November 2000 (59)
- October 2000 (39)
- September 2000 (9)
- August 2000 (16)
- July 2000 (7)
- November 1999 (2)