Search Discussions
-
Hello All, I am currently running Linux Mandrake 7.1 and everything was going well, then... I modified a copy of the Makefile in the examples directory which looks like: ...
Lonnie Cumberland
Jan 29, 2001 at 8:39 pm
Feb 2, 2001 at 3:25 am -
Hello All, I was reading through the examples and compiling them with no problems so far, but could not seem to find the documentation on the MySQL++ class methods. Also, I am wondering why it is ...
Lonnie Cumberland
Jan 25, 2001 at 3:50 pm
Jan 25, 2001 at 7:34 pm -
I am trying to compile the first simple example described in the tutorial but I get a number of compile errors which I have pasted below: ----------------------------------------- ...
David Birchfield
Jan 12, 2001 at 1:53 am
Jan 17, 2001 at 2:46 am -
Hi! I'm about to begin a new project with MySQL and I decided to install MySQL++ with the easy way = RPM. Here is the error msg I get when I install it: [[email protected] include]# rpm -i ...
Charles Ouimet
Jan 5, 2001 at 9:01 pm
Jan 9, 2001 at 11:59 am -
Months ago I asked if the SQL++ documentation (Chapter 5, class reference) would be back. The answer was 'soon'. But, months later, the documentation still isn't back. ( ...
Sander Pilon
Jan 4, 2001 at 2:09 pm
Jan 4, 2001 at 3:02 pm -
Hi, I try to run my programs but I have a message of error when I do it. The message is: "Can't connect to local MySQL server through soccket /tmp/mysql.sock (111)" Can anybody help me?? Thanks, ...
Tello, Fredy Ramiro
Jan 30, 2001 at 4:29 pm
Jan 30, 2001 at 9:21 pm -
I'm trying to append in a method similar to this, to a query object, and it always acts as a null zero effectively terminating the string, giving an error such as: You have an error in your SQL ...
Benjamin Grosman
Jan 13, 2001 at 2:20 pm
Jan 30, 2001 at 11:39 am -
Hello All, I have just started to investigate the MySQL++ for an applicaion that I am working on and it looks to be very useful. I have tried the standard ENCRYPT(), ENCODE(), and DECODE() along with ...
Lonnie Cumberland
Jan 21, 2001 at 4:25 pm
Jan 22, 2001 at 2:03 pm -
Could you please unsubscribe me from this list. Not that I am no longer interested just that my circumstances have changed and I no longer have the time. Thank you. Al
Al McLeod
Jan 27, 2001 at 11:01 pm
Jan 28, 2001 at 2:15 am -
Hello, I'm writing a "mailgate" program which simply parses the mail in XML format and stores the data to Mysql database. I'm using mysql++ downloaded last week from ...
Eduard Gajdos
Jan 26, 2001 at 4:47 pm
Jan 26, 2001 at 6:58 pm -
Hi! This is a very simple but crude hack. It has so far worked for me, but I do not recommend it for novice users. Simply comment out the latter statement on line 89 in ...
Johann Gunnar Oskarsson
Jan 24, 2001 at 7:09 pm
Jan 25, 2001 at 11:45 am -
Hi I get the following when trying to 'make' the mysql_1_7_8_tar.gz distribution: In file included from defs:5, from convert1.hh:4, from convert2.hh:2, from convert3.hh:2, from convert4.hh:4, from ...
Mikkel Christensen
Jan 11, 2001 at 6:01 pm
Jan 11, 2001 at 10:10 pm -
Hi there, I try to include the MYSQL API in a Visual C++ Project. I get the source distribution from mysql.com und set the include Pfad in Visual C++. It do not work because the "sqlplus.hh" includes ...
Sven Passig
Jan 8, 2001 at 12:43 pm
Jan 11, 2001 at 7:46 pm -
Hi everyone Would be very gratefull for some help. I am trying to compile a C program to access mysql and I am having trouble with the make file mysql libraries. The O'Reilly book states that I ...
Mike thomas
Jan 8, 2001 at 1:08 am
Jan 11, 2001 at 7:37 pm -
Hi, i know that this list is to c++ api, but have a problem when link my program. Installed the mysql (mysql-3.23.28-gamma-pc-linux-gnu-i686.tar.gz) For compile, i use the command: gcc -c pcap.c ...
Lbraga
Jan 7, 2001 at 5:00 pm
Jan 11, 2001 at 7:27 pm -
Hi everyone I've triied to use the libmysql.lib libary with the use of the mysql.h header file to make a little program with the borland C Builder 5.0. But I always get the error that the linker ...
Wolfgang Pichler
Jan 6, 2001 at 9:07 am
Jan 6, 2001 at 10:17 am -
Hi all! I compiled the mysql++-1.7.8 for Solaris2.8 using gcc 2.95 compiler. And the compilation and installation was OK. But, when I tried to run an resetdb from the examples, I've got a ...
Alex Druyan
Jan 4, 2001 at 5:46 pm
Jan 4, 2001 at 6:13 pm -
I installed mysql++ from a source distribution by running ./configure, then make, then make install from the directory where I extracted the source. I did not recieve any errors. When I try to run ...
Le Roux Bodenstein
Jan 3, 2001 at 9:23 am
Jan 3, 2001 at 1:30 pm -
I'm trying to install the mysql++ API. When I type 'automake' I get: automake: Makefile.am : required file './INSTALL' not found automake: Makefile.am : required file './NEWS' not found automake: ...
Lee Kembel
Jan 31, 2001 at 2:18 pm
Jan 31, 2001 at 2:18 pm -
Hello All, Could someone please tell me the possible chars that can come back from the Encrypt() function? I know that it encrypts into a string of 13 printable chars, but am not sure of the ranges. ...
Lonnie
Jan 30, 2001 at 5:17 am
Jan 30, 2001 at 5:17 am -
I am tring to compile a program that I have writen and I am getting linker errors. I am new to C++ and g++ so please bare with me if this is stupid newbe error. This works just fine. (step one) g++ ...
Dave Waller
Jan 29, 2001 at 9:47 pm
Jan 29, 2001 at 9:47 pm -
Hello All. Any recommendations on the best setup for MySQL and MySQL++? That is, which version of Linux, Libc, MySQL, MySQL++ has provided the easiest setup, and the fewest number of problems? Thanks ...
Unknown Sender
Jan 27, 2001 at 7:47 pm
Jan 27, 2001 at 7:47 pm -
Hi! Does anyone know if self assignments of Connection class objects is dangerous? I'm using references and stuff, and I have to copy a class that includes a reference to Connection object. I believe ...
Johann Gunnar Oskarsson
Jan 26, 2001 at 7:10 pm
Jan 26, 2001 at 7:10 pm -
I am new to mysql. I would like to write a windows C++ program that allow me connect to the mySQL server which is running on the linux system. Can I do that with C++ API and if there is a unique code ...
Le, Paul
Jan 26, 2001 at 3:15 pm
Jan 26, 2001 at 3:15 pm -
Hi, I found a typo in the html version of the downloadable manual from MySQL. class Result: public methods: method (5) should read: * const Row operator [ ] (size_type i) const I haven't checked yet, ...
Johann Gunnar Oskarsson
Jan 26, 2001 at 3:08 pm
Jan 26, 2001 at 3:08 pm -
Hey all, I'm having problems getting up and running on my mandrake 7.2 system. I have mysql installed any running fine, with a database built. I can compile with the mysql++ libraries fine, but when ...
Unknown Sender
Jan 25, 2001 at 4:36 am
Jan 25, 2001 at 4:36 am -
Hello All, I have been reading over the docs and examples in the MySQL++ distro and was wondering if someone could please tell me the real advantage of SSQLS? I have seen in some of the examples that ...
Lonnie Cumberland
Jan 24, 2001 at 2:19 pm
Jan 24, 2001 at 2:19 pm -
Hi, anyone know how to convert a field timestamp for seconds, or better, for miliseconds. I'm programming in C and nedd convert of timestamp (field of my table) for seconds. And more, what is the ...
Lbraga
Jan 22, 2001 at 9:49 pm
Jan 22, 2001 at 9:49 pm -
Newbie here, Where can I get an example(s) of Microsoft Visual C++ 6.0 API to MySQL running under Linux 6.2? In addition to a C++ source file examples(s), where do I get the #include headers file(s) ...
Don Hargroves
Jan 21, 2001 at 8:30 pm
Jan 21, 2001 at 8:30 pm -
Hello In Oracle Pro-C we have host arrays that can do bulk inserts much faster than inserting one record at a time. Do we have something similar for MySQL where a bulk insert is possible for a C or ...
l_magnus_j Last Name
Jan 20, 2001 at 11:12 pm
Jan 20, 2001 at 11:12 pm -
Hi I tried to port an application i have written for Linux on i386 to the powerpc. mysql++ and my application compile just fine, but when I start it, it just segfaults. The segfault occurs as soon as ...
Florian G. Pflug
Jan 14, 2001 at 3:47 am
Jan 14, 2001 at 3:47 am -
Hi, my name is Lucio and i am with a problem in the definition of field type for a field that store IP address. I try varchar(15),varchar(32), char(15), bigint, but i don't have sucess. Can anyone ...
Lbraga
Jan 13, 2001 at 8:18 pm
Jan 13, 2001 at 8:18 pm -
Hi I'm currently trying to compile Mysql++-1.7.8 on a Win32 box. After some minor error in a .hh file, make fails because I do not have row.cc file. What should I do ? Pick row.cc somewhere (someone ...
DAANEN Vincent
Jan 11, 2001 at 3:19 pm
Jan 11, 2001 at 3:19 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 33 |
posts | 65 |
users | 33 |
website | mysql.com |
irc | #mysql |
33 users for January 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)