Search Discussions
-
Hello, I would like to ask few questions that are more OO programming specific than plusplus specific. Any help would be really appreciated!! I was looking at the tutorial's simple example and: 1. ...
Dimitrios Tsalikis
Apr 18, 2003 at 11:27 pm
Apr 24, 2003 at 6:33 am -
Hi guys. I´m having some problems with the installation of MySQL++. The README file that comes with the download suggests that i should run "automake" and "autoconf". And here is were the problem ...
Jan peter ericsson
Apr 8, 2003 at 7:42 am
Apr 10, 2003 at 8:28 am -
I am trying to use mysql with a c program for the first time and I do not know where in kdevelop to specify the mysql library. When I compile I am gettin an ld message that the mysql functions are ...
Buddybell
Apr 24, 2003 at 9:56 pm
Apr 27, 2003 at 6:46 pm -
Hello, I'm writing a small program that takes latitude and longitude data from a gps and stores it in mysql. The problem that I'm having is that when I use mysql++ to insert the data into a table, my ...
Brent Miller
Apr 27, 2003 at 4:41 am
Apr 27, 2003 at 5:04 pm -
Hi all. When i builing my project in BCB i always get some warnings [C++ Warning] type_info1.hh(23): W8038 Constant member 'mysql_ti_sql_type_info::_base_type' is not initialized [C++ Warning] ...
Pinhead
Apr 11, 2003 at 11:46 am
Apr 24, 2003 at 11:31 am -
Hello everyone, I've have so many problems getting mysql++ compiled and installed and I'm finally turning to you all for help. So hopefully you can. =) first things first, version numbers gcc 3.2.2 ...
Joshua C. Burt
Apr 21, 2003 at 8:19 pm
Apr 23, 2003 at 1:53 pm -
hello I have Redhat 7.3 and the MySQL rpm distribution intalled (MySQL 4.0.12). I also want to use mysql++ and I downloaded the source tree but I can not compile it. I also have gcc 3.2.2. I tried to ...
Markus Jais
Apr 21, 2003 at 9:26 am
Apr 21, 2003 at 4:36 pm -
In the explination of mysql++m it states: "Mysql++ is a complex C++ API for Mysql (And other SQL Databases Soon). " Which database will be supported soon? And what type of support does this entail? ...
Joseph C. Ekstrom
Apr 17, 2003 at 5:57 am
Apr 18, 2003 at 12:54 pm -
Hi all. I have a problem. My compiler generates an Internal Compiler Error when I use SSQLS and wirte code as below vector < stock res; query.storein (res); In fact it appears to give the error ...
Kalada Sogbetun
Apr 16, 2003 at 12:19 am
Apr 18, 2003 at 12:50 pm -
Hi all. Posted this b4 but I think I put too much uneeded info in. My problem is basically that i need to use sql_create in an include file that a lot of other files include. This leads to multiple ...
Kalada Sogbetun
Apr 13, 2003 at 6:06 pm
Apr 18, 2003 at 12:45 pm -
I am involved in writing an application that accesses a MySql database on a website. I initially wrote the program using a MySql ODBC driver. Access to the database was through CRecordset using a ...
Kalada Sogbetun
Apr 13, 2003 at 10:24 am
Apr 13, 2003 at 10:25 am -
Hi again, nice to know that I can solve my own problem. To correct this problem make som hacking in the mysql++ files, sqlplusint/connection.cc line 112 change the funktion to // Converted ...
Oskar Norin
Apr 8, 2003 at 4:34 pm
Apr 10, 2003 at 10:14 am -
Hello everyone, I'm trying to use mysql++ 1.7.9 on linux (SuSe 8.1), but ran into the following problem: there seems to be a difference of the function specification inside convert1.hh and the stdlib ...
Gunther Lenz
Apr 1, 2003 at 9:13 pm
Apr 3, 2003 at 4:01 pm -
Hi,I tried executing the simple1.cpp that is given in the examples section of the mysql++ API in visual studio .net (VC7). I got many compilation errors which are given below. I need to read data ...
Bhargavi Sura
Apr 30, 2003 at 4:44 pm
Apr 30, 2003 at 4:44 pm -
I would be very greatful if someone could point me to sample mySql++ code that selectively updates rows brought back by a select. This is my first attempt to use mySQL along with VC6++. I want to ...
Andrew barry
Apr 30, 2003 at 2:17 am
Apr 30, 2003 at 2:17 am -
Hello, When I invoke Query::store( ) , with no arguments, it seems that I invoke the function defined by the mysql_query_define1(Result, store) macro which is actually described in the sql_query0.hh ...
Dimitrios Tsalikis
Apr 25, 2003 at 12:18 am
Apr 25, 2003 at 12:18 am -
Hi, I have troubles to install mysql++-1.7.9 on RH8.0. All utilities on machine installed from RH8.0's installation CD. I'm not an expert in C++ programming and need some your recommendations. Help ...
Rustam Bogubaev
Apr 23, 2003 at 6:56 pm
Apr 23, 2003 at 6:56 pm -
hello, I'm trying to use mysql++ to do some large inserts into mysql. I'm running this on Redhat 9, using mysql 3.23.54 My query string is 24,659,576 bytes (i'm inserting a blob) the segmentation ...
Marc Dumontier
Apr 18, 2003 at 11:04 pm
Apr 18, 2003 at 11:04 pm -
hi i've downloaded the API (1.7.9), installed it, and tried some of those examples on the webpage. i'm using mysql-3.23.55. i tried this: int main() { try { Connection con(use_exceptions); ...
Gergely Imre
Apr 11, 2003 at 6:21 am
Apr 11, 2003 at 6:21 am -
Hi First I used apt-get in debian to install mysql and all component, then I read that I should download the latest version of the client lib, I removed mysql and downloaded all from mysql, installed ...
Oskar Norin
Apr 8, 2003 at 2:42 pm
Apr 8, 2003 at 2:42 pm -
I have been having a lot of trouble with the VC++ MySQL++ libraries and my latest problem seems to be solely with the macros. I have the following code: #include <mysql++ #include <custom.hh #include ...
David
Apr 7, 2003 at 10:46 pm
Apr 7, 2003 at 10:46 pm -
Hi guys. I'm fairly new to C++ programing. I'm working on a program that connects to MySQL and retrievs some data. I've downloaded, and unzipped the "mysql++-1.7.9" file. But now what?! I think i ...
Jan peter ericsson
Apr 6, 2003 at 12:02 am
Apr 6, 2003 at 12:02 am -
Dear sir/ madam, I am now using mysql++ to insert data into mySQL database. And i am suffer from a problem that too much Ram is used. int dbInsert(char* data, int sPos, int ePos, int levelNum, int ...
H0027056
Apr 4, 2003 at 2:12 pm
Apr 4, 2003 at 2:12 pm -
Ok, I'm working on a data collection program that makes about 80 queries/sec to a MySQL database. I'm using pthreads so that saving the data to the database doesn't interfere with data collection. ...
Rglasnap
Apr 2, 2003 at 4:31 pm
Apr 2, 2003 at 4:31 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 24 |
posts | 65 |
users | 31 |
website | mysql.com |
irc | #mysql |
31 users for April 2003
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)