Search Discussions
-
I am making some server program that insert data to mysql 5.0.6 And I am using mysql++-2.0.7. But there is a memory leak, so let me know how can I avoid this problem. ...
최 종윤
Jan 18, 2006 at 6:19 am
Jan 27, 2006 at 12:28 am -
Hi all, I am getting conversion error when I try to read data into SSQLS structure and value of an integer field is null. I modified example stock table to have NULL values for num field and customX ...
Ece Karli
Jan 20, 2006 at 10:46 pm
Apr 21, 2006 at 10:30 am -
hi so that i finally got the examples working I wanted to write an own snippet about mysql++ connection.. as long as i just have one error everything is ok.. but when i correct the error I get a ...
Jonas Jurczok
Jan 17, 2006 at 12:00 pm
Jan 17, 2006 at 7:18 pm -
Is there a specific reason why subscript_iterator doesn't have a - operator? Would it be possible or how hard would it be to implement one? I'm not very familiar with the inside structure of mysql++, ...
Alan Alvarez
Jan 4, 2006 at 11:24 pm
Jan 11, 2006 at 8:41 am -
Hi there again. I solved the Problem described in the Thread above... but therefore I dont know how to answer to a Thread here I couldnt write it.. *beginners fault :) * The trick was to compile the ...
Jonas Jurczok
Jan 16, 2006 at 11:55 am
Jan 16, 2006 at 9:46 pm -
Hi, I'm using Fedora Core 4 with MySQL 4.1.16. I compiled and run resetdb successfully. It created the sample database. Then I compiled simple1.cpp, but when I run it, it dumps this: [[email protected] ...
Van
Jan 10, 2006 at 6:53 pm
Jan 16, 2006 at 4:38 pm -
Extract from http://tangentsoft.net/mysql++/ : "... this problem has gone unfixed due to lack of interest for many months, we no longer ship Borland project files with the package. We're willing to ...
Frederic Laruelle
Jan 20, 2006 at 11:00 pm
Jan 24, 2006 at 12:10 am -
Hi all, I hope somebody can help pinpoint the error. I am new to mysql and mysql++. This is the command: g++32 -g -I../leda/incl -I. -I/usr/local/include/tre/ -I/usr/local/include/boost-1_33_1/ ...
Sandeep Gupta
Jan 15, 2006 at 6:58 pm
Jan 15, 2006 at 8:40 pm -
Hi! this is the first time I use mysql++. While I'm compiling examples (MinGW[latest version] on Windows XP SP2) I obtain this error: g++ -L..\lib\debug -Lc:\mysql\lib\gcc debug/resetdb.o ...
Brizio85
Jan 13, 2006 at 10:57 am
Jan 14, 2006 at 10:12 am -
Hi List. I'm new to using MySQL++, and not particularly experienced with hugely complex projects.. So I hope everyone will be patient with me as I ask a few really simple-minded questions. Pointers ...
Brian Henning
Jan 31, 2006 at 10:18 pm
Feb 2, 2006 at 11:05 am -
Does anyone on the list have tips for reducing compile times for MySQL++ code (read: template instantiations) with g++? I have a source file that contains 6 ResUse and 6 Row objects and it takes g++ ...
Drew Vogel
Jan 17, 2006 at 5:51 pm
Jan 27, 2006 at 12:17 am -
Hello all, I'm trying to run the following code: query = conn.query(); ttime = time( NULL ); sprintf( dTime, "%d000", ttime ); sql = "insert into Survey values ('"; sql += dTime; sql += "', '"; sql ...
Chuck Haines
Jan 24, 2006 at 8:02 pm
Jan 25, 2006 at 11:30 am -
Hi all, I have compiled the library and installed it. When I run my program, I get Debug Assertion Failed error in file dbgheap.c. I searched the archives and the only solution suggested was to use ...
Ece Karli
Jan 17, 2006 at 1:09 am
Jan 19, 2006 at 7:30 pm -
i'm getting linker errors when running the examples on osx 10.3.9 i'm pretty new to this, so let me go through exactly what i did. first, i downloaded the mysql-dev package using fink and made the ...
Chad Dombrova
Jan 17, 2006 at 11:14 pm
Jan 18, 2006 at 5:36 pm -
Robert [email protected] ~ $ cd c: Robert [email protected] /cygdrive/c $ cd mysql++ Robert [email protected] /cygdrive/c/mysql++ $ cd lib Robert [email protected] /cygdrive/c/mysql++/lib $ ls ...
Robert Hutchings
Jan 17, 2006 at 12:35 am
Jan 17, 2006 at 3:23 pm -
I am using VC++ 2005 (free version), with MySQL++ files unzipped/untarred into C:\mysql++. I am using XP Pro SP2. I have installed MySQL Server 5.0 into C:\MySQL and it is running OK. So, on my first ...
Robert Hutchings
Jan 6, 2006 at 6:05 pm
Jan 6, 2006 at 8:35 pm -
Hello, I'm trying to build a program that establishes a connection with the mysql server and save the mysqlpp::connection instance in memory throughout the execution of the application. When I try to ...
Alan Alvarez
Jan 1, 2006 at 10:25 pm
Jan 5, 2006 at 2:54 pm -
Hi, I think I have fixed a small bug in MySQL++-2.0.7 Result::iterator is not a model of the RandomAccessIterator concept. This makes it unusable with the boost::iterator library amongst other ...
Richard Forrest
Jan 7, 2006 at 3:58 pm
Oct 27, 2007 at 9:00 am -
I am getting the following build errors when trying to compile the simple1 or simple2 examples with Borland BDS 2006: [C++ Error] convert.h(109): E2268 Call to undefined function 'strtoll' [C++ ...
Frederic Laruelle
Jan 23, 2006 at 5:46 pm
Jan 27, 2006 at 5:48 pm -
I'm running Mac OS 10.3.9. I used ./configure --with-mysql=/usr/local/mysql to generate the makefile. When I run the makefile, it produces the error below and then stops. g++ -g -O2 -o .libs/resetdb ...
Suhas Nayak
Jan 25, 2006 at 7:29 pm
Jan 26, 2006 at 5:52 am -
I was wondering if anyone had an example of using the Connection::set_option( Option o ) method. I am trying to enable mysql to be able to hand multi query statement by setting the ...
Chuck Haines
Jan 24, 2006 at 6:40 pm
Jan 25, 2006 at 5:37 am -
MySQL++ Luminaries, Hello again. Could you please help me insert a timestamp into one of my table fields? For simplicity lets say my table DDL is: CREATE TABLE test (id BIGINT NOT NULL , systime ...
Stephen Povilaitis
Jan 18, 2006 at 8:29 pm
Jan 18, 2006 at 9:35 pm -
Most exalted ones, I'm using gcc 3.4.3 on Redhat Enterprise Linux with MySQL 4.0.1 and mysql++ 2.0.4. I'm having some issues trying to use SSQLS that I would appreciate some help with. If I try to ...
Stephen Povilaitis
Jan 17, 2006 at 5:56 pm
Jan 17, 2006 at 8:19 pm -
In order to build the source RPM under RHEL 4.1 I had to tell "configure" to look for the MySQL libs under /usr/lib64. here's a patch against the mysql++-2.0.7-1.src.rpm spec file that will fix this. ...
Michael Harris
Jan 16, 2006 at 10:19 pm
Jan 17, 2006 at 2:54 pm -
Hi, How do I set things up so I can step into the dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks, Jan
Jan M
Jan 16, 2006 at 6:48 pm
Jan 16, 2006 at 8:52 pm -
hi Im running FC IV. after installing the mysql++ packages i tried out to compile the example programs.. that returned: [[email protected] examples]# make g++ -L../lib /resetdb.o /util.o -oresetdb ...
Jonas Jurczok
Jan 15, 2006 at 8:56 pm
Jan 16, 2006 at 12:30 pm -
The error I receive is this: C:\mysql++-2.0.7 c:\cygwin\bin\make.exe cd lib && c:\\cygwin\\bin\\make.exe BIN_DIR=debug all example_setup make[1]: Entering directory `/cygdrive/c/mysql++-2.0.7/lib' ...
K _
Jan 4, 2006 at 12:02 am
Jan 5, 2006 at 2:55 pm -
hi, i tried to run firs example from tutorial(that i found shit at the begining), im using VC++ from VS 2003, and last version of mysql so i put: ...
Kamiseq
Jan 30, 2006 at 4:20 pm
Jan 30, 2006 at 4:20 pm -
Neboj, casem se na to rada urcite dostane :-) Co se tyce zipu, tak format zip je otevreny, takze s nim nemam sebemensi problemy (mohu i upravovat zdrojaky defaultniho softu). Problem nastava az z ...
Jarek 'Jarcec' Cecho
Jan 27, 2006 at 9:25 pm
Jan 27, 2006 at 9:25 pm -
Docela dlouho jsem premyslel jestli tomu cloveku mam odpovedet, ale nakonec jsem se smiloval nad jeho neznalosti a napsal mu postup jak si vytvorit (pres webove rozhrani) ucet u ICQ a jak pak ...
Jarek 'Jarcec' Cecho
Jan 27, 2006 at 7:50 pm
Jan 27, 2006 at 7:50 pm -
I'm sorry. I sent this to you directly instead of the list. Re-sent just to make sure everybody else gets it. Respectfully, Alan Alvarez.
Alan Alvarez
Jan 7, 2006 at 3:49 pm
Jan 7, 2006 at 3:49 pm -
OK, I have installed the Platform SDK and updated the INCLUDE variable, but still can't get make to work for VC 2005. Any ideas? C:\MySQL++ make cd lib && make BIN_DIR=debug all example_setup ...
Robert Hutchings
Jan 7, 2006 at 1:42 am
Jan 7, 2006 at 1:42 am
Group Overview
group | plusplus |
categories | mysql |
discussions | 32 |
posts | 101 |
users | 30 |
website | mysql.com |
irc | #mysql |
30 users for January 2006
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)