FAQ

Search Discussions

28 discussions - 93 posts

  • Hello! Mysql++ and the examples compiled and are working like expected, but when I try to create my own project the linking doesn't work correctly. I made a new blank project outside the mysql++ ...
    DanielDaniel
    Sep 9, 2004 at 11:41 pm
    Sep 14, 2004 at 10:42 pm
  • Hi, thank you for your replies. But i still can not compile the code. I try compile a example from the example directory from tar.gz. i compile with: and i obtain too much errors: En el fichero ...
    Rubén MeréRubén Meré
    Sep 1, 2004 at 7:54 pm
    Sep 8, 2004 at 12:36 am
  • Some code like this query << "drop table mytable"; Result res = query.store(); if (res.is_empty()) { do something ... or don't do something ... } Produces a segmentation fault at res.is_empty(). I ...
    Jose MortensenJose Mortensen
    Sep 23, 2004 at 10:07 pm
    Sep 29, 2004 at 4:31 pm
  • Hi there, Can anyone help me in a connection close() problem? I have an application that use mysql++1.7.9 for connectivity with database on a box that is running suse 8.1. All have worked ok until i ...
    Calin VaidaCalin Vaida
    Sep 21, 2004 at 3:43 pm
    Sep 22, 2004 at 8:11 am
  • hello, i've problems using two connections at same time. When modifiyng simple1 example this way : Connection con(use_exceptions); Connection con2(use_exceptions); //connect_sample_db(argc, argv, ...
    Thomas WerthThomas Werth
    Sep 15, 2004 at 7:10 am
    Sep 16, 2004 at 5:32 am
  • Hello all, I'm a new addition to the mailing list. I've been trying to use MySQL++ with MySQL 3.23 and store information in Hebrew. It seems however that queries and results that are returned are ...
    VoguemasterVoguemaster
    Sep 4, 2004 at 2:36 pm
    Sep 10, 2004 at 3:19 pm
  • Does anybody know, how to compile static program with MySQL support (via libmysql) using Borland C++ Builder 6? I deselected following options: Project- Options- Linker- Use Dynamic RTL Project- ...
    Marcin lewandowskiMarcin lewandowski
    Sep 19, 2004 at 7:56 pm
    Sep 25, 2004 at 10:15 pm
  • I'm trying to figure out how to do an insert with multiple VALUES statements using MySQL++ and the basic things I've tried don't work; I'm sure I've missed the obvious one, but I'm not very familiar ...
    Earl MilesEarl Miles
    Sep 3, 2004 at 8:10 pm
    Sep 7, 2004 at 1:06 pm
  • Hi, I was curious as to the reasoning behind the library name change from libsqlplus to libmysqlpp. Was there a solid reason for this? I have two problems with it. One, it breaks compatibility with ...
    Chris FreyChris Frey
    Sep 2, 2004 at 5:48 am
    Sep 3, 2004 at 1:31 am
  • 2

    Re:

    You need to re-run the configure script. It generates config.h.
    Warren YoungWarren Young
    Sep 17, 2004 at 9:19 am
    Sep 17, 2004 at 4:36 pm
  • At first, I'm a beginner of Linux and mysql++ programming. I don't know exactly what's wrong! It makes a "segmentation fault" as it processes in query.store() below code. Is they anybody having a ...
    Kang Hyun JooKang Hyun Joo
    Sep 14, 2004 at 2:21 am
    Sep 16, 2004 at 3:44 am
  • Hi, First, thanks to Warren Young for taking over maintainership of mysql++. It was badly needed. I've been looking through the new version and comparing it with the list of patches I normally apply ...
    Chris FreyChris Frey
    Sep 1, 2004 at 9:30 pm
    Sep 1, 2004 at 11:09 pm
  • From the Wishlist file: o Why can Query objects not be reused? Isn't this done by the reset() member function? - Chris
    Chris FreyChris Frey
    Sep 1, 2004 at 9:26 pm
    Sep 1, 2004 at 11:00 pm
  • Warren, From the mysql C api documentation: 21.2.12.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success It is possible for mysql_store_result() to return NULL ...
    Jose MortensenJose Mortensen
    Sep 24, 2004 at 5:02 pm
    Sep 24, 2004 at 6:18 pm
  • Hallo! A quote from changelog: 1.7.15, 2004.09.02 o Renamed Configure file to common.am, to avoid file name conflict with configure script on case-sensitive file systems. o Added ebuild file and ...
    René MüllerRené Müller
    Sep 22, 2004 at 2:41 pm
    Sep 22, 2004 at 9:18 pm
  • Version 1.7.17 of MySQL++ has an autoconf test to check for the new second argument to the MySQL C API function mysql_shutdown(). All is well on Unixy platforms. I'm now looking for comments on what ...
    Warren YoungWarren Young
    Sep 17, 2004 at 9:24 am
    Sep 20, 2004 at 3:55 am
  • Hello, I tried to define MYSQL_NO_SHORT_NAMES but it seems like the undef_short file is missing. I searched in 1.7.15, 1.7.16 and 1.7.17 but didn't find it in any of the packages. Is it left out on ...
    DanielDaniel
    Sep 17, 2004 at 12:18 am
    Sep 17, 2004 at 9:13 am
  • I believe that this is a similar issue to this one (http://lists.mysql.com/plusplus/3468). I'm trying to build a Multi-threaded DLL using a mysql++ library. I'm aware of 2, libmysql.lib (which links ...
    Adam ZerlinAdam Zerlin
    Sep 16, 2004 at 5:35 pm
    Sep 17, 2004 at 9:10 am
  • This is a necessary release for those who downloaded 1.7.16 and are using it on Linux (or probably any Unixy platform) or want to use MySQL++ with beta and alpha versions of MySQL. o Reverted one of ...
    Warren YoungWarren Young
    Sep 16, 2004 at 10:46 am
    Sep 16, 2004 at 4:24 pm
  • Hi! When I want to compile my program I get this message: In file included from /usr/include/mysql++/coldata1.hh:8, from /usr/include/mysql++/sqlplus.hh:12, from bauen.h:10, from bauen.cpp:1: ...
    René MüllerRené Müller
    Sep 15, 2004 at 4:40 pm
    Sep 15, 2004 at 8:44 pm
  • Hello there boys and girls. I have attempted to compile my first mysql++ app on linux. But when I type in 'g++ mysql_test1.cpp -o mysql_test1 -I$(mysql_incl) -lmysqlclient -lsqlplus' I get this ...
    ShadowShadow
    Sep 14, 2004 at 6:36 am
    Sep 14, 2004 at 10:46 pm
  • Hello all, I am getting the following error when I try to run my program: "error while loading shared libraries: libmysqlpp.so.1: cannot open shared object file: No such file or directory" Here is my ...
    Timothy DeWeesTimothy DeWees
    Sep 3, 2004 at 5:18 pm
    Sep 7, 2004 at 12:40 pm
  • Hi, Clicking the source rpm on my mandrake system yields a confirmation window to install the said rpm, then a quick flash of speedy bar setup is shown. Looks successful but what happens? I could not ...
    Jose dadoJose dado
    Sep 1, 2004 at 1:08 am
    Sep 1, 2004 at 4:41 am
  • Hi, I'm using Fedora Core 2. Here are the MySQL related RPMs installed on my machine: [[email protected]]$ rpm -qa | grep -i mysql MySQL-client-4.1.4-0 MySQL-shared-compat-4.1.4-0 ...
    """"
    Sep 19, 2004 at 1:20 pm
    Sep 19, 2004 at 1:20 pm
  • o Building VC++ version with DLL version of C runtime libraries, and at warning level 3 with no warnings emitted. o VC++ build no longer attempts to fake "long long" support. See the Wishlist for ...
    Warren YoungWarren Young
    Sep 13, 2004 at 8:14 pm
    Sep 13, 2004 at 8:14 pm
  • Hi, Is there a way to lock an individual row in the database with mySQL++. Like in Oracle you do select...for update. Regards, Houman
    Azimi, Houman (GXS)Azimi, Houman (GXS)
    Sep 3, 2004 at 10:47 am
    Sep 3, 2004 at 10:47 am
  • It's been a whole week since the last release, so.... :) Nothing major here, no need to upgrade unless you want to see these patches. 1.7.15, 2004.09.02 o Renamed Configure file to common.am, to ...
    Warren YoungWarren Young
    Sep 3, 2004 at 4:02 am
    Sep 3, 2004 at 4:02 am
  • Hello friendly development lists: I've attached a Gentoo ebuild for the latest mysql++-1.7.14 in case anyone wants to experiment with it. I've compiled this on a gentoo system with gcc 3.3.3 (using ...
    Chris FreyChris Frey
    Sep 2, 2004 at 4:21 am
    Sep 2, 2004 at 4:21 am
Group Navigation
period‹ prev | Sep 2004 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions28
posts93
users28
websitemysql.com
irc#mysql

28 users for September 2004

Warren Young: 37 posts Chris Frey: 9 posts Daniel: 4 posts Thomas Werth: 4 posts Zahroof Mohamed: 4 posts Calin Vaida: 3 posts Earl Miles: 3 posts Steffen Schumacher: 3 posts Voguemaster: 3 posts Jose Mortensen: 2 posts Marcin lewandowski: 2 posts René Müller: 2 posts Rubén Meré: 2 posts Shadow: 1 post Celliott: 1 post "": 1 post Adam Zerlin: 1 post Azimi, Houman (GXS): 1 post Brandmeyer, Jo Ellen: 1 post Daniel: 1 post
show more
Archives