FAQ

Search Discussions

30 discussions - 57 posts

  • I am trying to prove a small program of test, but when trying to execute it this always it throws "Aborted (core dumped)", this happens at the time of making the connection: It is the program: ...
    Luis E . Cruz CamposLuis E . Cruz Campos
    Apr 16, 2001 at 4:11 am
    Apr 19, 2001 at 12:17 am
  • Howdy, Please forgive me if this should be in a FAQ somewhere. If it is, I haven't found it. I'm doing a project that requires use of MySQL, and I very much want C++ interaction with it. So far, the ...
    Michael J. KobbMichael J. Kobb
    Apr 27, 2001 at 8:47 pm
    Apr 28, 2001 at 9:16 pm
  • hmm, then i don't know what causes it, i never got such an error. since the error occurs in the C API, maybe someone connected to that might have an answer for it c ya, lazyfox
    The Lazy FoxThe Lazy Fox
    Apr 10, 2001 at 3:59 pm
    Apr 12, 2001 at 3:36 am
  • I got a question concerning the result::iterator.... The iterator got a incremental operator, but does it have a decremental operator too?? Can you initialize the iterator a value, for instance to a ...
    Jarle RudihagenJarle Rudihagen
    Apr 25, 2001 at 6:06 pm
    May 15, 2001 at 7:41 am
  • Hi all, may be I found in bug in mysql++ 1.7.8. sql_create_# does not work with field type "long", "ulong" and "unsigned long". The error message is like the following: dbapi.cpp: In function `int ...
    Alexander FriessAlexander Friess
    Apr 25, 2001 at 11:36 am
    Apr 25, 2001 at 12:19 pm
  • Hello, I've downloaded the Visual C++ 6.0 version of the mysql++ api and have tried to compile the example simple1.cpp. To my dismay I found that I receive the following errors when I compile: ...
    MysqlweenieMysqlweenie
    Apr 9, 2001 at 3:31 pm
    Apr 9, 2001 at 4:45 pm
  • Hello ! I am person who created Borland C++ version of mysql++. I have mysql++ API version compiled especially for free Borland C++ 5.5 command line tools. If someone is interested into that I can ...
    Arturs AboltinsArturs Aboltins
    Apr 4, 2001 at 7:42 am
    Apr 4, 2001 at 12:04 pm
  • Okay, I've had enough of this. Write me back after you read a book on C++ about temporary objects and copy constructors and assignment operators. I'll say it to you one more time, so when you're ...
    Greg BerryGreg Berry
    Apr 29, 2001 at 6:19 pm
    Apr 30, 2001 at 7:10 am
  • A simple question, how can I easely find out the number of records (rows) in generted resultset. I know about the res.size() function but what does it return?? Its not an integer ......... thanks ...
    Jarle rudihagenJarle rudihagen
    Apr 26, 2001 at 7:48 am
    Apr 26, 2001 at 8:03 am
  • Hi, I wonder how mysql++ does with those sql statements that do not return rows but some other values. For example: 1. "select count(*) from table" returns back a integer. How can I use mysql++ to ...
    LibochenLibochen
    Apr 25, 2001 at 8:13 am
    Apr 25, 2001 at 8:48 am
  • im trying to build an app that will talk to our web server's mysql database and im wondering how i go about setting up the files that come with mysql++ with my existing vc++ app? could someone help ...
    Steve FarrellSteve Farrell
    Apr 19, 2001 at 1:30 pm
    Apr 20, 2001 at 1:47 am
  • Hi, I've problems installing mysql++1.7.8. ./configure works without any errors but make fails with these errors: [...] mv -f .libs/string_util.lo string_util.lo /bin/sh ../libtool --mode=link c++ -g ...
    Thorsten KramerThorsten Kramer
    Apr 19, 2001 at 6:56 pm
    Apr 19, 2001 at 9:17 pm
  • Hi all, I am using the sql_create_*(...) SSQLS for some processing. I tried to use it with 38 pieces of data and was getting compilation errors. I then discovered (in the mysql++ documentation in ...
    Damien DeZurikDamien DeZurik
    Apr 12, 2001 at 8:50 pm
    Apr 12, 2001 at 9:28 pm
  • Thanks for the info... works like a charm without this ugly console! But now, I have a another problem with MFC, at link, I give you the output: Creating command line "link.exe /nologo ...
    Martin BergeronMartin Bergeron
    Apr 1, 2001 at 12:49 am
    Apr 1, 2001 at 11:43 am
  • Here you go. Only two simple changes are necessary, one to result.cc and one to result2.hh. To fix the copy constructor, we just have to remove the following line from the function ResUse::copy(const ...
    Greg BerryGreg Berry
    Apr 29, 2001 at 10:16 pm
    Apr 29, 2001 at 10:16 pm
  • Hi-- I've found some major problems in the constructors for Result, ResUse, and SQLQuery. The biggest problems are in the copy constructor and the assignment operator for ResUse. The copy constructor ...
    Greg BerryGreg Berry
    Apr 28, 2001 at 8:49 pm
    Apr 28, 2001 at 8:49 pm
  • Hi , I encountered problems while build mysql++-1.7.8 in IRIX 6.5 $ CC -version MIPSpro Compilers: Version 7.2.1 /s/44/lourduf/GNU/mysql/mysql++/examples /bin/sh ../libtool --mode=link /usr/bin/CC -g ...
    F.Lourdu Packia RajF.Lourdu Packia Raj
    Apr 27, 2001 at 5:06 am
    Apr 27, 2001 at 5:06 am
  • I found something quite odd. When using this code: =============================== // 'ov' = "old visit" int unsigned ov_pageid; int ov_path, ov_allowcompile, ov_since; char *ov_timestamp_site, ...
    Mike CardosaMike Cardosa
    Apr 27, 2001 at 3:44 am
    Apr 27, 2001 at 3:44 am
  • Hi ! When compiling any program using the sqlplus.hh-Include and -I/usr/include in the gcc-options I get some errors about functions, that have a different prototype then expected: c++ ...
    Robert KroissRobert Kroiss
    Apr 26, 2001 at 5:15 pm
    Apr 26, 2001 at 5:15 pm
  • Hi all, I have a problem with mysql 1.7.8. I am looking for the field information which is available in the C-API via FIELD_TYPE_BLOB etc. The type is "enum_field_type". Sorry, but I am not able to ...
    Alexander FriessAlexander Friess
    Apr 23, 2001 at 12:34 pm
    Apr 23, 2001 at 12:34 pm
  • when compiling one of the examples from the docs i get errors that the files are missing but when i "locate filename" etc, the files are right there in the same dir, so i don't get what is wrong ...
    [-TdC-][-TdC-]
    Apr 20, 2001 at 11:09 am
    Apr 20, 2001 at 11:09 am
  • Hi Alan, You wrote: I don't think, that this is my problem because: my_machine: /usr/lib/ ls libz* libz.so.1 libz.so.1.1.3 Wrong version? Or is this the wrong directory? Searches mysql++ the libs in ...
    Thorsten KramerThorsten Kramer
    Apr 20, 2001 at 9:50 am
    Apr 20, 2001 at 9:50 am
  • timeGetTime() requires the library Winmm.lib to be included. Its prototype is in Mmsystem.h.
    David DurantDavid Durant
    Apr 19, 2001 at 12:34 pm
    Apr 19, 2001 at 12:34 pm
  • I am using sql_create_basic_N to generate structures that mirror my database tables. The problem I have is that some of the fields in my database are "blobs" that need to be escaped before insertion. ...
    Steve NewellSteve Newell
    Apr 18, 2001 at 7:23 pm
    Apr 18, 2001 at 7:23 pm
  • I am trying to create a connection class to hold the mysql connections for various other storage classes. The reason for this is that I want to create one connection and pass it to other classes for ...
    Mark RaderMark Rader
    Apr 9, 2001 at 3:43 pm
    Apr 9, 2001 at 3:43 pm
  • Hi all, here I'am with a new problem. I want to do a very simple thing, just get some data (strings) from a field of my table. The field of m table looks something like that: ++++id++++ + XY0001 + + ...
    Jens WarfsmannJens Warfsmann
    Apr 6, 2001 at 11:19 am
    Apr 6, 2001 at 11:19 am
  • A quick question. Is there any way to set the use exceptions flag after the connection has been created? Mark Rader Life is a sentence of accidents punctuated by disaster.
    Mark RaderMark Rader
    Apr 4, 2001 at 2:24 pm
    Apr 4, 2001 at 2:24 pm
  • Hails, I'm sure that people are probably getting ill from seeing posts like these but I've had this problem for a while and didn't until recently see the posts wherein the connection.cc file was the ...
    Kit DotsonKit Dotson
    Apr 3, 2001 at 11:36 pm
    Apr 3, 2001 at 11:36 pm
  • Hi, I have code in a DLL that interact with a MySQL database and I have some problem to shutdown the server. If the client close the application with "Quit", everything is ok, I can close the ...
    Michael GrimardMichael Grimard
    Apr 3, 2001 at 3:33 pm
    Apr 3, 2001 at 3:33 pm
  • Hi, How do I solve this problem? "Error E2303 d:\mysqlpp\include\sqlplus\resiter1.hh 56: Type name expected" I'm using Borland C++ 5.5 command line compiler and mysql++1.7.1-win32-borland. Here's the ...
    Yeoh HSYeoh HS
    Apr 3, 2001 at 3:48 am
    Apr 3, 2001 at 3:48 am
Group Navigation
period‹ prev | Apr 2001 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions30
posts57
users37
websitemysql.com
irc#mysql

37 users for April 2001

Alexander Friess: 5 posts Greg Berry: 4 posts Michael J. Kobb: 3 posts Mr.Y.SHIVAKANT: 3 posts The Lazy Fox: 3 posts Arturs Aboltins: 2 posts Damien DeZurik: 2 posts Jarle Rudihagen: 2 posts Mark Rader: 2 posts Sinisa Milivojevic: 2 posts Thorsten Kramer: 2 posts Yeoh HS: 2 posts Mysqlweenie: 1 post Alan R.: 1 post Brandon Davis: 1 post David Durant: 1 post Eugene! Sizikoff: 1 post F.Lourdu Packia Raj: 1 post Jens Warfsmann: 1 post Jr0k: 1 post
show more
Archives