Search Discussions
-
Warren: I have a patch ready to submit, however, I have a couple of last minute questions: 1. Does the new insertfrom( ) method and the InsertPolicy and SQLStream objects require anything new in the ...
Rick Gutleber
Nov 7, 2008 at 4:54 pm
Nov 20, 2008 at 12:35 am -
Warren: Here's a new version of my insertfrom( ) patch. I've addressed each issue in the feedback you gave, although there is a difference in the line-endings having to do with the jpeg examples in ...
Rick Gutleber
Nov 24, 2008 at 6:04 pm
Feb 17, 2009 at 10:23 pm -
Hi All, I am new to MySql++. I would like to try out the examples, however I do not have libmysqlpp.lib or libmysqlpp_d.lib. How do I get it to build on windows vc2008? The documentation just says ...
Attila
Nov 24, 2008 at 8:33 pm
Dec 3, 2008 at 10:32 pm -
3 months worth of fixes and tweaks in this one. Highly recommended for all MySQL++ v3 users. This may be the last version of MySQL++ before v3.1.0. o Fixed bug where initting a Query with a query ...
Warren Young
Nov 22, 2008 at 4:08 am
Nov 24, 2008 at 9:46 pm -
Hi I am trying to build a 64 bit mysqlpp library on Solaris using CC compiler( not g++). I need to build this library using CC as my application is compiled using CC and since C++ libraries are not ...
Kartik Mahajan
Nov 18, 2008 at 6:00 am
Nov 20, 2008 at 6:21 pm -
I have implemented an application in Rational Rose RealTime 7.1 that interfaces with a MySQL 5.0.67 server using the mysql++ 2.3.2 API. (We recently upgraded from MySQL 4.1 server and mysql++ 2.1.1). ...
Van Note, Ryan - SSD
Nov 13, 2008 at 2:52 pm
Nov 13, 2008 at 10:08 pm -
Hi, MySQL Server version: 5.0.64-enterprise-log MySQL Enterprise Server (Commercial) MySQL ++ version: 2.0.7 Is Null type supported in SSQLS in this version? See below, Sql_create_4(stock_subset, 1, ...
Manikandan Shanmugam
Nov 25, 2008 at 10:43 pm
Nov 26, 2008 at 10:54 pm -
I have just installed MySql++ on my machine. I am using VC++ 2008 ver 9.0 I have already compiled everything and all the examples work (I did run them all and they all worked) When I run 'load_image' ...
Michael O
Nov 15, 2008 at 10:10 pm
Nov 19, 2008 at 10:41 pm -
To Whom It May Concern: I need ideas of how to fix this. I made a simple blank cpp file and simply entered: #include <mysql++.h int main() { } When I compile I get a bunch of errors. The odd thing is ...
Specter Phoenix
Nov 17, 2008 at 3:37 am
Nov 17, 2008 at 3:20 pm -
In this season of Thanksgiving, we give thanks that we don't have to use the C API directly. :) Just minor bug fixes and trivial enhancements this time around: o Fixed a VC++ build error introduced ...
Warren Young
Nov 27, 2008 at 8:31 am
Dec 1, 2008 at 4:03 am -
I was wondering, lets say I want to make to make a app or such that uses mysql++ to communicate with my mysql database for my site (upload info, or a game that uploads high scores to a leader board) ...
Specter Phoenix
Nov 18, 2008 at 4:10 am
Nov 19, 2008 at 12:23 am -
Hi i am facing a serious problem mysqlpp::StoreQueryResult res = query.store(); line is crashing it didnt even thrw exception it just crashes the same thing works fine in sample program i searched ...
Koochan sarat
Nov 2, 2008 at 3:54 pm
Nov 3, 2008 at 9:51 pm -
I am having a problem with an application I am trying to compile. I have mysql++ 3.0.7 My SQL Server 5.0 windows exe download QT 4.4.3 mingw 5.1.4 and Eclipse 3.4.1 I have come along way and have got ...
Dylan Reynolds
Nov 27, 2008 at 5:14 am
Nov 28, 2008 at 9:36 am -
Hi I have used following 2 ways to call the stored procedure in c++ 1] mysqlpp::Query query=conn- query(); query<<"CALL GetVoucherDetails1(@pi_voucher_pin,@pi_user_id,@pi_recharge_interface_name)"; ...
Kunal kabra
Nov 21, 2008 at 6:12 am
Nov 21, 2008 at 4:48 pm -
I compile mysql++ both with boost_1_36, but the code can not go through gcc 4.2.4 because there are conflicts between ./boost/concept_check.hpp: BOOST_concept(Comparable,(TT)) ...
Xin Qi
Nov 21, 2008 at 2:59 am
Nov 21, 2008 at 5:00 am -
I want to use SSQLs to do query without specifying the columns. This will again help in my code to hide the database column name. This way if the table column names changes anytime I just need to ...
Jay Rajput
Nov 20, 2008 at 8:28 am
Nov 20, 2008 at 5:08 pm -
Hi All, This is the error which I get: ./examples/ssqls1.cpp:65: error: 'struct stock' has no member named 'm_description' where m_description is the C++ names which I want to use for field name ...
Jay Rajput
Nov 19, 2008 at 1:21 pm
Nov 19, 2008 at 1:35 pm -
Hi, I want to execute stored procedure in c++. I have used mysqlpp::Query query_voucher(lp_objConnection- query()) mysqlpp::StoreQueryResult p_voucher_info = query_voucher.store(); or ...
Kunal kabra
Nov 18, 2008 at 2:05 pm
Nov 18, 2008 at 2:17 pm -
I have some code looking for sqlplusplus.hh. This file does not seem to be in the current release. Is this a mistake? /usr/local/include/mysql++ has the following: autoflag.h cpool.h field.h ...
Cory Johnson
Nov 15, 2008 at 2:31 am
Nov 15, 2008 at 4:38 am -
Hi I have tried to make query using MySql++. The query is stored in a result set which contains data in string format. I tried to print the data and it is printing correctly but whenever I tried to ...
Rajdeep.shyam
Nov 13, 2008 at 9:02 am
Nov 13, 2008 at 10:36 am -
Thanks for the feedback. Thunderbird seems to have put the attachment inline for me. That might be a setting, IIRC. I'll just attach an archive as suggested. I should have asked about the ...
Rick Gutleber
Nov 17, 2008 at 6:15 pm
Nov 17, 2008 at 6:15 pm -
<[email protected] : ezmlm-reject: fatal: Sorry, I don't accept messages larger than 30000 bytes (#5.2.3) Warren: Oops. I always did talk to much. The patch was about 43k (new files + data ...
Rick Gutleber
Nov 15, 2008 at 2:37 am
Nov 15, 2008 at 2:37 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 22 |
posts | 102 |
users | 26 |
website | mysql.com |
irc | #mysql |
26 users for November 2008
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)