Search Discussions
-
I asked this question on mysql, cprogramming and codeguru forums and had no answers. So i guess this is my last chance... if you can't help me then nobody can (since you are developing mysql++). ...
Cableguy
Apr 21, 2005 at 10:08 am
Apr 25, 2005 at 11:18 am -
I've not sure how I can compile the library in Windows. I don't have Visual C++ 2003 (with IDE) to compile the provided files. The webpage suggests downloading the Visual C++ 2003 toolkit, which I've ...
Nicholas Watmough
Apr 19, 2005 at 12:48 pm
Apr 22, 2005 at 3:23 pm -
I'm thinking I might have made a design mistake in the name of expediency back in v1.7.10 when I fixed the operator[] overloading problem. For those who don't remember the "what and why" of it, the ...
Warren Young
Apr 5, 2005 at 5:13 pm
Jun 25, 2005 at 3:53 am -
Hello, I've been using mysql++ for some time, and I've run into a very annoying performance issue. This email contains an example demonstrating the problems (and Makefile for build and python script ...
Erwin
Apr 28, 2005 at 9:01 pm
May 2, 2005 at 4:00 pm -
Hi thanx for the reply, You are the best. It worked....!!! I quit installing using rpm. I installed from the source using - $ ./configure --with-mysql=/usr/local/mysql $make $make install Also I ...
Chandra shekar
Apr 18, 2005 at 10:07 am
Apr 25, 2005 at 6:16 pm -
Hi all, I was wondering if MySQLPP supports some kind of mechanism to do transactions. I don't need to be able to roll-back (though it could be cool), I just want a clean way to say: ...
Tim Murison
Apr 4, 2005 at 11:22 pm
Apr 11, 2005 at 9:33 pm -
hi i m having the following problem... i 'm starting a query with the count(*) function.... like: select aFieldName, count(*) as cant ........ ; the thing is that i m doing a type check when i got ...
Nicolas Barrera
Apr 25, 2005 at 2:46 pm
May 3, 2005 at 10:36 pm -
Hi, I'm trying to compile mysql++ in cygwin. configure tells me: checking for MySQL library directory... configure: error: Didn't find the mysql library dir in '' Any ideas. Thanks for help, -- Bernd
Bernd Prager
Apr 30, 2005 at 1:13 am
May 3, 2005 at 10:46 pm -
We are seeing the following compiler warning (we exit on warnings): /usr/mysql/mysql++-1.7.32-1/include/null.h: In member function `mysqlpp::null_type::operator Type()': ...
Kevin Regan
Apr 4, 2005 at 9:59 pm
Apr 5, 2005 at 4:02 pm -
Anyone who downloaded 1.7.33 should upgrade to this one, as there is a bug in the previous version. (Accidentally removed use_exceptions from defs.h.) Plus there's other good stuff: o Added a ...
Warren Young
Apr 30, 2005 at 3:02 pm
May 4, 2005 at 5:21 pm -
All, I have seen a couple of threads on this in email archive, but so far I did not find the exact answer. I think in couple of cases it was build configuration, etc. It could be the same here, but I ...
Alex Vishnev
Apr 22, 2005 at 11:13 pm
Apr 25, 2005 at 11:22 am -
I am having troubles getting my output to work with printf. gmod.cc:cannot pass objects of non-POD type `const class This is part of the code I am playing with Connection con(use_exceptions); ...
Timothy johnson
Apr 6, 2005 at 7:20 am
Apr 12, 2005 at 8:31 am -
It's the "Last Remnants of 1.7.9 Gone" release: o Worked around an overloaded operator lookup bug in VC++ 7.1 that caused SSQLS insert, replace and update queries to get mangled. (Symptom was that ...
Warren Young
Apr 30, 2005 at 3:54 am
Apr 30, 2005 at 12:08 pm -
As I've seen in the tutorial, my understanding to the use of sql_create_# should be sql_create_N(name_of_struct, A, N, data_type_1, variable_1, ... , data_type_N, variable_N), where N is the no of ...
Willy K'
Apr 18, 2005 at 5:02 am
Apr 18, 2005 at 3:40 pm -
Dear all, am new to MySQL++ and also Linux I now have a problem of g++~ing resetdb.cpp provide in the /usr/local/mysql++1.7.30/examples/ I have seen various post about it, and try it all, but still ...
Willy K'
Apr 4, 2005 at 5:13 am
Apr 5, 2005 at 12:22 pm -
As previously posted by Chris Gagnon, I have found the reason his compilier complains about "_table" and "name" being multiply defined. Im running into the same trouble. The compiler I am using is ...
Mere2639
Apr 26, 2005 at 11:50 am
Apr 27, 2005 at 7:57 am -
I have found a fix to the SQLQuerry::insert() problem for VC++ 7.1 You need to use an explicit cast... (static_cast<std::stringstream& (*this)) So the method will look like.... template <class T ...
Mere2639
Apr 26, 2005 at 11:41 am
Apr 26, 2005 at 11:05 pm -
Dear mysql++ users, I've got a strange question when coding. I have the following code: #include<msyql++.h #define MAX 20 class Connect { private: char host[ MAX ]; char user[ MAX ]; char password[ ...
牛 坤
Apr 14, 2005 at 8:08 am
Apr 18, 2005 at 3:50 pm -
Dear Friends, I am not able to install the rpm file (mysql++-1.7.30-1.rh9.i386.rpm).I ran the below command to install the rpm : "rpm --install /PATH/mysql++-1.7.30-1.rh9.i386.rpm " It threw the ...
Chandra shekar
Apr 15, 2005 at 4:16 am
Apr 15, 2005 at 9:42 pm -
Does anyone know if there's a limit to the number of rows returned in a select query in mysql++? I'm seeing some mysterious errors in my test code that may or may not be related to the result set ...
Earl Miles
Apr 1, 2005 at 1:40 am
Apr 1, 2005 at 1:53 am -
I noticed someone earlier asked about a mulit-insert. I have written one since I needed it. Seems to work well. Much faster than doing a loop of single inserts. Maybe it could be added to the ...
Mark Merendino
Apr 29, 2005 at 8:23 pm
Apr 30, 2005 at 2:22 am -
Just an FYI if anyone cares, due to a compiler limit of 127 arguments for a macro, VC++ 7.1 tops out at sql_create_31(). Mark Merendino
Mark Merendino
Apr 29, 2005 at 6:04 pm
Apr 30, 2005 at 2:20 am -
It occurs to me that the sql_create_basic_* macros are no easier to use than the regular sql_create macros, and the SSQLS structures they generate have fewer features. I've already decided, while ...
Warren Young
Apr 29, 2005 at 12:26 pm
Apr 29, 2005 at 1:00 pm -
Hi, I'm trying to code a small app that optimizes my tables every once every day. If I give "optimize table xx " commands to the simple mysql client in a row, everything is ok. Here is a part of my ...
Kovacs Peter Tamas
Apr 26, 2005 at 3:34 pm
Apr 26, 2005 at 5:20 pm -
i m using Borland C++ ver 6.0 and i m trying to connect to mysql ver 4.01 when i place a connection control in my form it give me the following error message unable to load libmysql.dll copying this ...
Mohamed ali
Apr 15, 2005 at 11:46 am
Apr 15, 2005 at 10:38 pm -
Hi, I have recompiled MySQL 4.1.11 to include the SSL libraries for windows. Using the recompiled client, I can connect to the DB using an SSL connection. I have looked at the MySQL++ source code and ...
Gregor Kronenberger
Apr 14, 2005 at 3:48 pm
Apr 14, 2005 at 5:32 pm -
Hey all! I've been trying to use the MySQL++ library (btw, amazing job, very powerful and simple to use), but I'm having some problems with the insertion/update part of it... The thing is, I'm trying ...
Diogo de Andrade
Apr 5, 2005 at 4:53 pm
Apr 5, 2005 at 5:18 pm -
I will admit to being new to this. I am taking bits and pieces of others code and trying to get it to work for my own needs. I have looked at serveral peoples code and they all agree on how to do ...
Timothy johnson
Apr 4, 2005 at 5:55 am
Apr 4, 2005 at 7:14 pm -
BCB has a 4096-character limit on macros, so it is known to barf on the current SSQLS headers (custom*.h). However, some recent thinking on this makes me wonder if it isn't possible to get some ...
Warren Young
Apr 29, 2005 at 12:42 pm
Apr 29, 2005 at 12:42 pm -
@ Chris Is it realy compiling? What OS/compiler/project are you using? Tell me everything :) @ Warren How the hell am I supposed to do that??? @ Jesper datetime.h is included somewhere because if it ...
Cableguy
Apr 23, 2005 at 9:53 am
Apr 23, 2005 at 9:53 am -
i'm using borland c++ 6.0 unser windows where can i get the latest version of mysql++ for windows not linx the following page contain a very old version http://tangentsoft.net/mysql++/ i need areal ...
Mohamed ali
Apr 17, 2005 at 12:24 pm
Apr 17, 2005 at 12:24 pm -
Hi, The ebuild was a little out of date, with the new configure options. Here's an update. - Chris diff -u mysql++/mysql++.ebuild:1.2 mysql++/mysql++.ebuild:1.3 --- mysql++/mysql++.ebuild:1.2 Fri Dec ...
Chris Frey
Apr 9, 2005 at 11:41 pm
Apr 9, 2005 at 11:41 pm -
Hi, I'm trying to get MySQL++ working but it keeps crashing. The steps I followed are: 1) Install MySQL Server 4.1 (windows installation ~30 mbs) under "c:\mysql\" 2) Installed MySQL++ 1.7.32 under ...
Jean-François Pérusse
Apr 9, 2005 at 12:05 am
Apr 9, 2005 at 12:05 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 33 |
posts | 122 |
users | 31 |
website | mysql.com |
irc | #mysql |
31 users for April 2005
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)