Search Discussions
-
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 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. 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 Fox
Apr 10, 2001 at 3:59 pm
Apr 12, 2001 at 3:36 am -
2
iterator
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 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 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: ...
Mysqlweenie
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 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 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 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 ...
Libochen
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 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 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 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 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 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 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 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 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 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 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-]
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 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 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 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 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 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 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 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 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 HS
Apr 3, 2001 at 3:48 am
Apr 3, 2001 at 3:48 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 30 |
posts | 57 |
users | 37 |
website | mysql.com |
irc | #mysql |
37 users for April 2001
Archives
- July 2014 (20)
- June 2014 (4)
- May 2014 (1)
- April 2014 (1)
- March 2014 (2)
- February 2014 (7)
- January 2014 (24)
- December 2013 (11)
- November 2013 (8)
- October 2013 (1)
- August 2013 (3)
- June 2013 (24)
- May 2013 (7)
- April 2013 (1)
- March 2013 (6)
- January 2013 (6)
- September 2012 (9)
- August 2012 (7)
- July 2012 (2)
- May 2012 (9)
- April 2012 (3)
- March 2012 (6)
- February 2012 (5)
- January 2012 (21)
- December 2011 (8)
- October 2011 (21)
- September 2011 (4)
- August 2011 (21)
- July 2011 (49)
- June 2011 (8)
- May 2011 (28)
- April 2011 (44)
- March 2011 (66)
- February 2011 (19)
- January 2011 (50)
- December 2010 (42)
- November 2010 (21)
- October 2010 (31)
- September 2010 (32)
- August 2010 (27)
- July 2010 (22)
- June 2010 (23)
- May 2010 (29)
- April 2010 (13)
- March 2010 (23)
- February 2010 (18)
- January 2010 (41)
- December 2009 (41)
- November 2009 (64)
- October 2009 (10)
- September 2009 (7)
- August 2009 (31)
- July 2009 (35)
- June 2009 (69)
- May 2009 (41)
- April 2009 (30)
- March 2009 (78)
- February 2009 (64)
- January 2009 (65)
- December 2008 (87)
- November 2008 (102)
- October 2008 (96)
- September 2008 (91)
- August 2008 (98)
- July 2008 (105)
- June 2008 (44)
- May 2008 (62)
- April 2008 (70)
- March 2008 (58)
- February 2008 (62)
- January 2008 (99)
- December 2007 (127)
- November 2007 (63)
- October 2007 (70)
- September 2007 (90)
- August 2007 (124)
- July 2007 (134)
- June 2007 (103)
- May 2007 (45)
- April 2007 (81)
- March 2007 (89)
- February 2007 (72)
- January 2007 (97)
- December 2006 (60)
- November 2006 (95)
- October 2006 (91)
- September 2006 (73)
- August 2006 (65)
- July 2006 (51)
- June 2006 (92)
- May 2006 (37)
- April 2006 (60)
- March 2006 (99)
- February 2006 (90)
- January 2006 (101)
- December 2005 (91)
- November 2005 (155)
- October 2005 (70)
- September 2005 (141)
- August 2005 (158)
- July 2005 (122)
- June 2005 (107)
- May 2005 (154)
- April 2005 (122)
- March 2005 (191)
- February 2005 (87)
- January 2005 (51)
- December 2004 (137)
- November 2004 (149)
- October 2004 (58)
- September 2004 (93)
- August 2004 (124)
- July 2004 (22)
- June 2004 (44)
- May 2004 (75)
- April 2004 (114)
- March 2004 (131)
- February 2004 (169)
- January 2004 (119)
- December 2003 (87)
- November 2003 (74)
- October 2003 (101)
- September 2003 (69)
- August 2003 (98)
- July 2003 (162)
- June 2003 (71)
- May 2003 (80)
- April 2003 (65)
- March 2003 (58)
- February 2003 (24)
- January 2003 (26)
- December 2002 (21)
- November 2002 (72)
- October 2002 (66)
- September 2002 (71)
- August 2002 (43)
- July 2002 (140)
- June 2002 (96)
- May 2002 (119)
- April 2002 (97)
- March 2002 (28)
- February 2002 (20)
- January 2002 (42)
- December 2001 (55)
- November 2001 (35)
- October 2001 (25)
- September 2001 (38)
- August 2001 (50)
- July 2001 (70)
- June 2001 (60)
- May 2001 (73)
- April 2001 (57)
- March 2001 (104)
- February 2001 (60)
- January 2001 (65)
- December 2000 (79)
- November 2000 (59)
- October 2000 (39)
- September 2000 (9)
- August 2000 (16)
- July 2000 (7)
- November 1999 (2)