FAQ

Search Discussions

33 discussions - 122 posts

  • 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++). ...
    CableguyCableguy
    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 WatmoughNicholas 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 YoungWarren 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 ...
    ErwinErwin
    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 shekarChandra 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 MurisonTim 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 BarreraNicolas 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 PragerBernd 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 ReganKevin 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 YoungWarren 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 VishnevAlex 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 johnsonTimothy 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 YoungWarren 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'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'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 ...
    Mere2639Mere2639
    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 ...
    Mere2639Mere2639
    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 shekarChandra 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 MilesEarl 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 MerendinoMark 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 MerendinoMark 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 YoungWarren 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 TamasKovacs 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 aliMohamed 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 KronenbergerGregor 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 AndradeDiogo 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 johnsonTimothy 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 YoungWarren 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 ...
    CableguyCableguy
    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 aliMohamed 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 FreyChris 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érusseJean-François Pérusse
    Apr 9, 2005 at 12:05 am
    Apr 9, 2005 at 12:05 am
Group Navigation
period‹ prev | Apr 2005 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions33
posts122
users31
websitemysql.com
irc#mysql

31 users for April 2005

Warren Young: 43 posts Chris Frey: 17 posts Cableguy: 5 posts Chandra shekar: 5 posts Earl Miles: 4 posts Mark Merendino: 4 posts Steve Roberts: 4 posts Erwin: 3 posts Kevin Regan: 3 posts Tim Murison: 3 posts Timothy johnson: 3 posts Willy K': 3 posts Mere2639: 2 posts Alex Vishnev: 2 posts Don thompson: 2 posts Kovacs Peter Tamas: 2 posts Mohamed ali: 2 posts Neil J Mackie: 2 posts Andrew Zhu: 1 post Ash Christopher: 1 post
show more
Archives