FAQ

Search Discussions

22 discussions - 91 posts

  • Hi I would like to notice some problems with connection creating. I had some problems with implemented connection pool (that is another problem), so I made one myself. I declared mysqlpp::Connection ...
    IzzyIzzy
    Sep 26, 2008 at 1:20 pm
    Sep 29, 2008 at 3:58 pm
  • Hi. I've just compiled and installed version 3.0.6 of MySQL++ against MySQL 5.0.27 on a Linux box with G++ 4.1.2. I was working fine with 2.3.2 and since changing my code according to the ...
    James VannsJames Vanns
    Sep 10, 2008 at 8:28 am
    Sep 18, 2008 at 5:15 pm
  • Hi can anybody tell me ,What are the function present in mysql++ for dump the database into microsoft XL file.Please reply as soon as possible THANK YOU
    ManishManish
    Sep 24, 2008 at 4:33 am
    Sep 26, 2008 at 4:49 am
  • Hi All & Warren, My Application is polling DB and calls a stored procedure in loop to get new records from DB. I see that first call goes fine and in second (onwards) , it throws exception. The error ...
    BsinghBsingh
    Sep 19, 2008 at 6:05 pm
    Sep 21, 2008 at 2:28 am
  • Hi 1. I encounted one problem that the memory used by my applicatiion will increase when calling stored procedure, until the system's memory is no left. The code is as below. ** * mysqlpp::Query ...
    Weidong shenWeidong shen
    Sep 12, 2008 at 7:31 am
    Sep 17, 2008 at 2:35 pm
  • Hi, I'm using Mysql++ version 3.0.6. There appears to be a in handling Null columns in SSQLS. Attached is a sample program that will not compile (gcc-c++ 4.1.2-13). The offending line is this: ...
    Russell RobinsonRussell Robinson
    Sep 29, 2008 at 1:09 am
    Sep 30, 2008 at 7:03 pm
  • I've finally got round to upgrading after having been busy elsewhere during the whole 3.0 development cycle, so apologies in advance if this would have been better said 6 months ago. I've found 3.0 ...
    Andrew SayersAndrew Sayers
    Sep 26, 2008 at 11:18 pm
    Sep 27, 2008 at 2:35 am
  • Dear I have following problem with mysql++ and visual studio2008 professional edition. My program code is like this ...which is just replica of what the example provided by mysql++. #include ...
    ManishManish
    Sep 15, 2008 at 5:09 am
    Sep 15, 2008 at 9:52 am
  • Hello, I would like to use mysql++ in an open source project, however I am not to sure how to protect the database from the users. Since the code is open, it looks to me that anybody could know the ...
    Jean-Sebastien StoezelJean-Sebastien Stoezel
    Sep 5, 2008 at 3:40 pm
    Sep 5, 2008 at 7:31 pm
  • I am using visual c++ 2008 express to build a dll project that uses mysql++. Everything works fine except when I try to use quote_only I get a LNK2019 unresolved link error. I have included manip.h. ...
    Mark YeamanMark Yeaman
    Sep 27, 2008 at 3:54 pm
    Sep 29, 2008 at 6:49 pm
  • Guys, I am just using MYSQL++ for the first time, and something so really basic is not documented/exampled anywhere. I am just writing my first mysql++ program, but what library do I link in? I ...
    Mark EastonMark Easton
    Sep 26, 2008 at 12:07 am
    Sep 26, 2008 at 2:52 am
  • Hello, I just have started using mysql++ on Fedora Core 9 with gcc-4.3.0 and have run into a first problem: I am simply storing a single datum with type "TIME" using mysqlpp::sql_time into a test ...
    ListsLists
    Sep 19, 2008 at 6:59 am
    Sep 19, 2008 at 12:23 pm
  • Dear I have following problem with mysql++ and visual studio2008 professional edition. My program code is like this ...which is just replica of what the example provided by mysql++. #include ...
    ManishManish
    Sep 15, 2008 at 5:18 am
    Sep 15, 2008 at 7:37 am
  • Hi! I'm trying to compile a test-project using mysql++ under XCode 3.1 on Mac OS 10.5. I have set the "Header Search Paths" for the project to include /usr/local/include/mysql++ and "Library Search ...
    Calle KaboCalle Kabo
    Sep 13, 2008 at 6:34 pm
    Sep 13, 2008 at 8:03 pm
  • I'm getting a linker error when I attempt to run a query with an unsigned int as a parameter. The query looks like this: (I've cut some stuff out to make it more easily readable) mQuery << "INSERT ...
    Scott CScott C
    Sep 26, 2008 at 9:04 pm
    Sep 27, 2008 at 12:19 am
  • Hi Can any body says that what is the region of this error. Error 2 error C2512: 'mysqlpp::Query' : no appropriate default constructor available How it will remove from program
    ManishManish
    Sep 26, 2008 at 10:17 am
    Sep 26, 2008 at 10:44 am
  • Hello all, I am a newbie to Mysql . I am using C API's. I can get a row from a result set, but how to get individual field values? TIA Mosaed
    Mosaed zamilMosaed zamil
    Sep 25, 2008 at 5:59 pm
    Sep 25, 2008 at 6:07 pm
  • Hi I have some problems with connections on windows. When I open connection to database, after closing the connection I can see with netstat command that previously opened connections are still alive ...
    IzzyIzzy
    Sep 23, 2008 at 10:04 am
    Sep 23, 2008 at 5:24 pm
  • Dear I ran example program of windows form.It runs and executed cleanely.But when we use the same library for link to my other code it gives me the following error. ------ Build started: Project: ...
    ManishManish
    Sep 15, 2008 at 3:07 pm
    Sep 15, 2008 at 10:26 pm
  • For some reason, my e-mail client doesn't reply to the list by default... -------- Original Message -------- I understand what you are saying. I figured it was just an opportunity for some needed STL ...
    Rick GutleberRick Gutleber
    Sep 29, 2008 at 7:52 pm
    Sep 29, 2008 at 7:52 pm
  • chhers guy I found a solution. first in mysql++ directory,under lib,I have created debug,and opt two folder and put corresponding debug and opt version of library into corresponding folder. i.e ...
    ManishManish
    Sep 17, 2008 at 7:31 am
    Sep 17, 2008 at 7:31 am
  • Hi. I've just compiled and installed said version of MySQL++ against MySQL 5.0.27 on a Linux box with G++ 4.1.2. I was working fine with 2.3.2 and since changing my code according to the ...
    James VannsJames Vanns
    Sep 5, 2008 at 9:14 am
    Sep 5, 2008 at 9:14 am
Group Navigation
period‹ prev | Sep 2008 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions22
posts91
users26
websitemysql.com
irc#mysql

26 users for September 2008

Warren Young: 22 posts James Vanns: 9 posts Manish: 8 posts Mickaël Wolff: 6 posts Chris Frey: 5 posts Izzy: 5 posts Jim Graf: 4 posts Andrew Sayers: 3 posts Joel Fielder: 3 posts Rick Gutleber: 3 posts Weidong shen: 3 posts Lists: 2 posts Calle Kabo: 2 posts Jean-Sebastien Stoezel: 2 posts Jim Wallace: 2 posts Russell Robinson: 2 posts Alex: 1 post Bsingh: 1 post Eric Woo: 1 post Ian Daysh: 1 post
show more
Archives