FAQ

Search Discussions

22 discussions - 102 posts

  • 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 GutleberRick 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 GutleberRick 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 ...
    AttilaAttila
    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 YoungWarren 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 MahajanKartik 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 - SSDVan 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 ShanmugamManikandan 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 OMichael 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 PhoenixSpecter 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 YoungWarren 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 PhoenixSpecter 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 saratKoochan 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 ReynoldsDylan 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 kabraKunal 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 QiXin 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 RajputJay 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 RajputJay 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 kabraKunal 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 JohnsonCory 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.shyamRajdeep.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 GutleberRick 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 GutleberRick Gutleber
    Nov 15, 2008 at 2:37 am
    Nov 15, 2008 at 2:37 am
Group Navigation
period‹ prev | Nov 2008 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions22
posts102
users26
websitemysql.com
irc#mysql

26 users for November 2008

Warren Young: 42 posts Rick Gutleber: 17 posts Specter Phoenix: 8 posts Manikandan Shanmugam: 3 posts Michael O: 3 posts Van Note, Ryan - SSD: 3 posts Devlin: 2 posts Attila: 2 posts Jay Rajput: 2 posts Jim Wallace: 2 posts Kartik Mahajan: 2 posts Koochan sarat: 2 posts Cory Johnson: 1 post Dylan Reynolds: 1 post Ernest Bori: 1 post Ian Daysh: 1 post Jim Graf: 1 post JJ Harrison: 1 post Joel Fielder: 1 post Jonathan Wakely: 1 post
show more
Archives