FAQ

Search Discussions

14 discussions - 78 posts

  • My code is like this: ----------------------------------------------------------------------------- try { query = clientConn.query(*usql*); query.parse(); SQLQueryParms sqp; for (size_t i = 1; i <20; ...
    Alex LuyaAlex Luya
    Mar 11, 2009 at 10:43 am
    Mar 21, 2009 at 12:01 am
  • In my application I need to check if the value of a field in db (text type ) is NULL or not. I have been using like this. row = (*i); name = row["name"].get_string(); if(0 != name.compare("NULL")) { ...
    Jithin EmmanuelJithin Emmanuel
    Mar 19, 2009 at 10:40 am
    Mar 20, 2009 at 9:16 pm
  • Hi, I was told that I can use do a binary bulk-insert with the C-library in combination with prepared statements. With binary I mean that the inserted values are not serialized into strings before ...
    Andrej van der ZeeAndrej van der Zee
    Mar 13, 2009 at 2:55 am
    Mar 23, 2009 at 10:37 am
  • I get all kinds of errors. I went the simple way and added the source code to my project, along with headers and everything. But I get some weird error. common.h(127) : error C2143: syntax error : ...
    Kyle EmmerichKyle Emmerich
    Mar 16, 2009 at 11:06 pm
    Mar 19, 2009 at 8:05 pm
  • Hello,I try to run following code,but get an exception:Not enough parameters to fill the template.So can any guys point out the issues for me?Thank you. ------------------------ try { Query query = ...
    Alex LuyaAlex Luya
    Mar 6, 2009 at 8:58 am
    Mar 6, 2009 at 8:24 pm
  • HiI'm new to MySQL++ and I've just realised today (a little belatedly) that the mechanism that MySQL++ uses to build queries effectively converts all the variables to strings.This means that if I ...
    Ken SmithKen Smith
    Mar 24, 2009 at 4:57 pm
    Mar 25, 2009 at 7:16 pm
  • hi i made the .dll file again, made the .a file and now im trying to compile and im getting this: C:\mysql++ mingw32-make -f makefile.mingw g++ -shared -fPIC -o mysqlpp.dll mysqlpp_beemutex.o ...
    Søren pedersenSøren pedersen
    Mar 19, 2009 at 11:15 am
    Mar 19, 2009 at 10:34 pm
  • I know you can't use the same connection object on different threads. It looks like I can 't do query.store() on one thread and query.store_next() on another since it calls conn_- driver()- ...
    Jim WallaceJim Wallace
    Mar 5, 2009 at 1:34 am
    Mar 5, 2009 at 8:20 pm
  • Hi Sorry if this is in an FAQ somewhere, but I can't find anything... I have a large amount of scientific data to ingest which consists of many floating point numbers, some of which are deliberately ...
    Ken SmithKen Smith
    Mar 23, 2009 at 10:41 pm
    Mar 24, 2009 at 5:49 pm
  • In fact,I need to pass variables to template query(counts changed dynamically),so make a test to try to run following code,but got an exception:Not enough parameters to fill the template.So can any ...
    Alex LuyaAlex Luya
    Mar 7, 2009 at 2:07 am
    Mar 8, 2009 at 3:26 am
  • Hi, Is there any chance in compiling mysql++ with -fno-rtti? I am using mysql++ in another project that uses -fno-rtti to decrease code-size. I get the errors below. Thank you, Andrej In file ...
    Andrej van der ZeeAndrej van der Zee
    Mar 23, 2009 at 1:28 am
    Mar 23, 2009 at 9:24 am
  • I have been working on an update to my application to make it more dynamic. One of the features that I am working towards is to allow the application to use threading. Now at this point I am not to ...
    R ottmanjR ottmanj
    Mar 16, 2009 at 11:00 am
    Mar 16, 2009 at 2:57 pm
  • In fact I want to change it to 38,because I can not change the schema of database.
    Alex LuyaAlex Luya
    Mar 8, 2009 at 3:37 am
    Mar 11, 2009 at 11:56 am
  • Sorry for the off-topic, but I am wondering whether someone has come to such a problem. I am extracting jpeg images from a MySQL database, using the MySQL++ API. The extracted images are kept in ...
    Valeri TishevValeri Tishev
    Mar 17, 2009 at 11:54 am
    Mar 17, 2009 at 11:54 am
Group Navigation
period‹ prev | Mar 2009 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions14
posts78
users13
websitemysql.com
irc#mysql
Archives