Search Discussions
-
Hi ! I'm a bit new to programing in Linux and have some troubles with compiling a simple code. I have this problem for some time now but can't solve it. This morning I decided to try one more time. I ...
Unknown Sender
Jun 8, 2001 at 1:51 pm
Jul 2, 2001 at 10:28 am -
Hi, MySQL is taking a survey of MySQL users. As a bribe to get more people to fill out the survey, we are giving away three Palm PDAs and ten autographed MySQL books. Please take about ten minutes to ...
Matt Wagner
Jun 13, 2001 at 4:58 am
Jun 13, 2001 at 3:14 pm -
2
VC++ MFC
Hi all, I'm working on a Project with MFC, VC++ and the mySQL++ API. The problem I have is that when i try to link the Programm there are a lot errors about the mysql API. After a small look on the ...Michael Goetting
Jun 22, 2001 at 1:08 pm
Jun 22, 2001 at 2:20 pm -
As subject; I'm using the MySQL C++ API's and compiling under MS VC++ 6? I want to accept a table name at runtime, and then export both the data and data structure to a file which is compatible with ...
David Ayliffe
Jun 12, 2001 at 9:00 pm
Jun 13, 2001 at 12:11 pm -
Hello ! I have a table with 3 records. In all the records, the field "locked" is set to NULL. Therefor the SQL-Query: Select locked from mytable; returns: locked ------- NULL NULL NULL Now I use ...
Martin Thoma
Jun 3, 2001 at 9:54 am
Jun 4, 2001 at 12:46 pm -
(I've looked through the subjects of the last 100 e-mails and did not see any similiar e-mails) A couple of days ago, I installed gcc3.0. When I tried to compile the mysql++ library, I got a number ...
Vadim Berezniker
Jun 30, 2001 at 1:12 am
Jul 6, 2001 at 8:54 pm -
I appreciate that this might be a bit off topic but any help would be appreciated. I need to port this program (attached) to the Linux environment. This is the first program I have attempted to port. ...
David Ayliffe
Jun 26, 2001 at 6:28 pm
Jun 27, 2001 at 11:08 am -
Hi, I have a three link errors in mysql_com.h: z:\developer_extension\mysql_api\mysql\include\mysql_com.h(115) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'fd' ...
Michael Goetting
Jun 23, 2001 at 3:31 pm
Jun 23, 2001 at 4:33 pm -
Hi, during this days i'm working on a project on Visual C++, i'm using MFC (Microsoft Fundation Classes), the problem i'm having is that when i try to compile there is one error saying: #error: ...
Oscar Herrera
Jun 20, 2001 at 8:09 pm
Jun 20, 2001 at 8:22 pm -
I need some advice on how to export a tables data to import later into Access. This export HAS to be automated (and I'm using VC++ API for MySQL) The problems I'm faced with are (1) Before I can ...
David Ayliffe
Jun 19, 2001 at 7:44 pm
Jun 19, 2001 at 11:28 pm -
I wrote this program in VC++ using the MYSQL++ API for VC. I have a generic function (below) which I call numerous times each time with a different query string. It works fine the first time around. ...
David Ayliffe
Jun 17, 2001 at 7:51 pm
Jun 18, 2001 at 10:15 am -
In order to add data to mysql, using LOAD INTO, am I right in thinking that this file has to be local to the machine. Therefore I have to ftp the file I want inserted to the machine running the MySQL ...
David Ayliffe
Jun 16, 2001 at 12:20 pm
Jun 16, 2001 at 5:49 pm -
I enclose a file with two lines highlighted. The first are the command line arguments, can someone point me to an example of how to implement this properly. Secondly I use the constructor Connection ...
David Ayliffe
Jun 14, 2001 at 7:53 pm
Jun 15, 2001 at 1:16 am -
void QueryDatabases() { Connection con(def_db_name); Query query = con.query(); query << "show databases"; Result res = query.store(); cout << "Query: " << query.preview() << endl; cout << "Query ...
David Ayliffe
Jun 7, 2001 at 7:43 pm
Jun 8, 2001 at 7:13 am -
Using the MySQL++ library is their any call to 1) Get a list of the databases on the Server 2) List tables in a database given a database name. I HAVE scoured the MySQL web site but I cannot find ...
David Ayliffe
Jun 5, 2001 at 9:17 am
Jun 5, 2001 at 2:30 pm -
Does anyone have any SIMPLE proggies written in C++ using the MYSQL++ API library? Preferably MS Visual Studio 6 format. If so can you please provide me a link for them or contact me over email ...
David Ayliffe
Jun 4, 2001 at 11:25 am
Jun 4, 2001 at 11:59 am -
when I write ./configure i get this error: checking for MySQL include directory... configure: error: Didn't find the mysql include dir in '/usr/local/mysql/include/mysql /usr/local/include/mysql ...
Root
Jun 3, 2001 at 4:00 pm
Jun 3, 2001 at 4:13 pm -
how di I install MySQL++-1.7.9 on my Linux machine
Simon Bang Terkildsen
Jun 3, 2001 at 12:10 pm
Jun 3, 2001 at 12:30 pm -
Hi, We are evaluating MySQL for use in our product. And we are contemplating on using Native DB calls rather than using ODBC. I presume that MySQL++ is a Native API. What i would want to know is ...
Surpanini Sridhar Rao
Jun 29, 2001 at 8:50 am
Jun 29, 2001 at 8:50 am -
Hi, When I want to install mysql++-1.7.9 on my local machine in an other directory than the default /usr/local/lib, the README file tells me that I should run ./configure with option ...
Arno Schoenmakers
Jun 28, 2001 at 8:40 am
Jun 28, 2001 at 8:40 am -
0
ANSI C
Hi List! I also can put my probs concerning ANSI C in this list? Thanx and greetings from Spain SteveStephan Bergmann
Jun 26, 2001 at 2:08 pm
Jun 26, 2001 at 2:08 pm -
*** custom.pl Sat May 19 12:44:49 2001 --- custom.pl.darin Tue Jun 26 08:24:07 2001 *************** *** 127,132 **** --- 127,133 ---- $compr = ""; $parm2 = ""; $define = ""; $compr = " int cmp; \\\n" ...
Buck, Darin
Jun 26, 2001 at 1:27 pm
Jun 26, 2001 at 1:27 pm -
1. I had the same "multiple definition" linker error reported earlier by others. I did a gcc -E to see what was happening. Using the sql_create_X macros in headers caused multiple definitions of ...
Buck, Darin
Jun 26, 2001 at 1:04 pm
Jun 26, 2001 at 1:04 pm -
Hi all ! I've got a strange behaviour when running the simpliest sample program in debug (step by step) mode System: Win NT4 sp5 MSVC++ 6.0 (not patched) mysql++ lib recompiled in multithread mode ...
Patrice BEAUJOLIN
Jun 26, 2001 at 12:58 pm
Jun 26, 2001 at 12:58 pm -
Sorry, it looks i forgot the errors file. Thanks in advance. Oscar Gilberto Herrera Sánchez
Oscar Herrera
Jun 21, 2001 at 7:18 am
Jun 21, 2001 at 7:18 am -
Hi once again, I've been ckecking I had included all required files on my project but it seems to be everything ok, anyway it still without compile. I tried modifying the first lines on the ...
Oscar Herrera
Jun 21, 2001 at 7:13 am
Jun 21, 2001 at 7:13 am -
Hi, Actually I'm including the <sqlplus.hh header into my code, i've also tried using the <mysql++ header, but it haven't worked either. The problem i'm having is that i'm developing my project with ...
Oscar Herrera
Jun 20, 2001 at 8:46 pm
Jun 20, 2001 at 8:46 pm -
Sorry if this is a duplicate posting, but it doesn't seem that my previous posting got through. (BTW: I am using VC 6 on Win2k) --- Hi! I am trying to get MySQL++ to work in multi-threaded debug ...
Ronny Hanssen
Jun 20, 2001 at 9:34 am
Jun 20, 2001 at 9:34 am -
Hi! I am trying to get MySQL++ to work in multi-threaded debug mode, without success I am afraid... I have tried to recreate the library with all project settings to multi-threaded/debug, and I have ...
Ronny Hanssen
Jun 18, 2001 at 12:26 pm
Jun 18, 2001 at 12:26 pm -
Hi everyone, I have the MySQL and C++ API that came with RedHat 7.1, and the database server seems to run fine. However, when I execute the following command I receive a SIGABRT and a core dump: ...
Mr. Rattles
Jun 17, 2001 at 5:08 pm
Jun 17, 2001 at 5:08 pm -
I am using mysql++ 1.7.9, when i make a connection using: Connection* db = new Connection("project_db", "127.0.0.1", "root", "secret"); the word "aborted" is printed to the screen and my application ...
Gilfether, Ryan
Jun 14, 2001 at 3:43 pm
Jun 14, 2001 at 3:43 pm -
hi! Michael Goetting wrote: until now only MySQL++ 1.7.1 is available for VC++ known problems are: - when using MFC, you have to include winsock.h above #include <mysql++ - when using MFC, you need ...
The Lazy Fox
Jun 13, 2001 at 8:18 pm
Jun 13, 2001 at 8:18 pm -
Hi all, I've written some extensive code in php, but it's time to go to c/c++ for a multitude of reasons ... automake, autoconf, and ./configure all work. however, when i run make, i get: make ...
Mark Peoples
Jun 9, 2001 at 9:59 am
Jun 9, 2001 at 9:59 am -
How can I AUTOMATICALLY export an MS ACCESS table and its data using a proggie language such as VB or VC. I NEED TO DO THIS IN A PROGRAM: CLICK ON FILE - EXPORT IS NO HELP!! I don't want to use a ...
David Ayliffe
Jun 7, 2001 at 5:26 pm
Jun 7, 2001 at 5:26 pm -
Hi all, I'm currently working on project, where I need implement some functions to formate SQL queries. It's necessary to add these functions into MySQL. I read about UDF (user def. functions) and I ...
Jiří ©krabal
Jun 6, 2001 at 12:54 pm
Jun 6, 2001 at 12:54 pm -
hey can i make like Connection con(use_exceptions); con.connect(db,dbhost,dblogin,dbpass); global so i don't have to redefine it in every fuction i want to use it thanks
TdC
Jun 1, 2001 at 6:39 pm
Jun 1, 2001 at 6:39 pm
Group Overview
group | plusplus |
categories | mysql |
discussions | 37 |
posts | 60 |
users | 33 |
website | mysql.com |
irc | #mysql |
33 users for June 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)