FAQ

Search Discussions

50 discussions - 140 posts

  • unsubcribe
    Jiang, William Kun (William)Jiang, William Kun (William)
    Jul 1, 2002 at 12:47 am
    Jul 9, 2002 at 9:27 am
  • Hi ++ sql people, I'm still stuck w/ no mysqlclient.lib. I know I must have it somewhere because php works fine. But I want my C++ programs to access it too. I have already done allot to get the ...
    DannyDanny
    Jul 14, 2002 at 12:57 am
    Jul 16, 2002 at 6:52 am
  • Hello C++ people, It's Danny again. Well my program compiles fine thanks to Bryan and others. Now I have a new problem. My C++ program is called by the apache web server to add records to a data ...
    DannyDanny
    Jul 18, 2002 at 3:37 am
    Jul 20, 2002 at 12:03 pm
  • unsuscribe CIRB-CIBG Jean-Pierre Mommens Avenue des Arts, 20 b10 1000 Bruxelles mailto:jpmommen[email protected] Phone (+32)2 235.05.83 http://www.irisnet.be
    Jean-Pierre MommensJean-Pierre Mommens
    Jul 9, 2002 at 6:59 am
    Jul 22, 2002 at 11:17 pm
  • Im working on a prog. to access a mysqldb...i am trying to use mysql++...here is a bit of code... Row row; cout.setf(ios::left); Result::iterator i; stream = fopen("C:\\output.txt", "a"); for (i = ...
    Jose Avila IIIJose Avila III
    Jul 6, 2002 at 4:45 am
    Jul 6, 2002 at 12:30 pm
  • Can I use MySql++ from several threads, under what conditions? Atl. http://www.pobox.sk/ - najvacsi slovensky freemail
    Vladimir KrahulecVladimir Krahulec
    Jul 24, 2002 at 10:06 am
    Jul 26, 2002 at 1:02 pm
  • Hi guys, Have a project with both Gtk-- and MySql++. Due to the fact that MySql++ has a '#define Row MysqlRow', the compiler gets real confused Gtk::CTree_Helpers::Row. (That's right, it thinks it's ...
    Bryan W. HeadleyBryan W. Headley
    Jul 22, 2002 at 3:24 pm
    Jul 22, 2002 at 6:38 pm
  • Has anyone else observed MySql++ segfaulting during Connection::connect (which makes a call to mysql_real_connect())? I noticed this behavior when running against mysql-3.23.49; system crashes in ...
    Bryan W. HeadleyBryan W. Headley
    Jul 9, 2002 at 10:58 pm
    Jul 10, 2002 at 3:39 pm
  • Hey gang, I wanted to play with some c++ development in mysql so I went out and got these rpm's MySQL-devel-3.23.51-1 MySQL-client-3.23.51-1 and then installed mysql++-1.7.9. my compiler is ...
    Mike TerzoMike Terzo
    Jul 29, 2002 at 6:28 pm
    Jul 29, 2002 at 8:52 pm
  • Manoj VaddineniManoj Vaddineni
    Jul 22, 2002 at 9:05 pm
    Jul 23, 2002 at 7:14 am
  • Hi VBA Developer, Over 45 MYSQL API (base) functions are now available for using in Microsoft VB,Excel,Word,Visio,Visual FoxPro...etc.Are over 20 examples to learning how you must use this API ...
    Gelu GoganceaGelu Gogancea
    Jul 18, 2002 at 8:48 am
    Jul 18, 2002 at 9:18 am
  • Hello ++ people, Well I got my mysql++ installed w/ the gcc 3.0 path and it appears t be working. I thought after I was done I would find a new library called mysqlclient. It did not show up ...
    DannyDanny
    Jul 12, 2002 at 7:00 am
    Jul 12, 2002 at 5:24 pm
  • Hello again c++ mysql people, I sent the below message before but I'm not sure if it made it or not. My email went down for a day. Anyway, can anybody help me with the question below? Thanks Danny ...
    DannyDanny
    Jul 3, 2002 at 7:18 pm
    Jul 11, 2002 at 9:53 am
  • Hi! I have a small program that connects to either a RedHat box or my local WinXP. I sometimes get my IP appended to the username ([email protected]...) instead of the name of the local workstation ...
    Johan StrandJohan Strand
    Jul 9, 2002 at 8:03 am
    Jul 9, 2002 at 8:14 am
  • Hi, I am not sure if this has been covered in the past and I cant seem to locate a history for this list. My query relates to the use of Visual Studio .NET C++ compiler, with the mysql c++ API ...
    Brad BeddoesBrad Beddoes
    Jul 29, 2002 at 3:40 pm
    Aug 1, 2002 at 12:48 am
  • hey, i know this is for c++ but just wondering if anyone knows of a c tutorial for mysql? thanks in advance
    Iain McAleerIain McAleer
    Jul 30, 2002 at 8:46 pm
    Jul 30, 2002 at 9:29 pm
  • My program crashes with a segfault within the mysql++ api or within the mysql client c api which is being called from the c++ api. Below is the source code for my test app and the gdb output of the ...
    Jason KushmaulJason Kushmaul
    Jul 24, 2002 at 3:15 pm
    Jul 29, 2002 at 6:47 pm
  • To whom it may concern I need help with sql_create. I use VC++, I'm unable to use sql_create_16 and higher.(max is 26 I believe) sql_create_1 through sql_create_15 work properly. regards Martin Côté, ...
    Martin coteMartin cote
    Jul 19, 2002 at 8:32 pm
    Jul 25, 2002 at 12:04 pm
  • Hi Remy, I tried that but comes up with the same error. I have noticed that if the comparator in the sql_create_xx is set to greater than 1 then this problem goes away and i have to use random number ...
    Manoj VaddineniManoj Vaddineni
    Jul 23, 2002 at 9:08 pm
    Jul 24, 2002 at 7:09 am
  • Hallo guys! I have a question: When i try to compile my qt-application, using mysql++, i got the following answer In file included from /usr/include/query1.hh:13, from /usr/include/connection1.hh:20, ...
    Michael OttMichael Ott
    Jul 20, 2002 at 2:03 pm
    Jul 20, 2002 at 4:32 pm
  • Hey Now Danny here again, Reading the directions I need to call mysql_real_connect instead of mysql_connect. mysql_real_connect suggests that I call mysql_options. I don't c that I need to mess w/ ...
    DannyDanny
    Jul 20, 2002 at 9:53 am
    Jul 20, 2002 at 12:03 pm
  • Without a doubt I'm a bit behind in the game. But I was wondering if someone would be kind enough to explain how to install MySQL++ on a Win 2000 system. The install notes provided w/ the download ...
    Matthew MetnetskyMatthew Metnetsky
    Jul 19, 2002 at 1:44 pm
    Jul 19, 2002 at 10:11 pm
  • All - Running the latest MySQL and MySQL++ under Win2k. What are the differences between the libraries: mysql++/lib/mysql++.lib mysql++/mysql/lib/libmySQL.lib Which library to I need to link into a ...
    Mark RiehlMark Riehl
    Jul 19, 2002 at 3:06 pm
    Jul 19, 2002 at 5:23 pm
  • Hi, When i use for example under Visual C++ 6 : sql_create_5(stock,...) ... vector <stock res ; query.storein(res) ; the query.storein(res) generates 11 errors. However when i use the query.insert(), ...
    zze-FROMY Laurent FTRD/DTL/LANzze-FROMY Laurent FTRD/DTL/LAN
    Jul 15, 2002 at 7:38 am
    Jul 15, 2002 at 7:47 am
  • Hello MySQL++-User! I have a problem using mysql++. I try the tutorial-examples and get the following output after starting the application: Segmentation fault Here my scripting: #include <iostream.h ...
    Michael OttMichael Ott
    Jul 10, 2002 at 8:34 pm
    Jul 12, 2002 at 4:54 pm
  • Hey Now it's me again, I had a look at 2.3.2 Applying Patches. But it does not look like the proper way to install the gcc 3.0.4 patch. I was looking for some documentation on it and this was all I ...
    DannyDanny
    Jul 11, 2002 at 10:12 pm
    Jul 12, 2002 at 11:23 am
  • Hey there plus plus people, So I downloaded the MySql client and attempted to run automake. I got errors right away. It said something like: Makefile.am: required file ./INSTALL not found. " ./NEWS ...
    DannyDanny
    Jul 11, 2002 at 4:19 pm
    Jul 11, 2002 at 6:40 pm
  • This question relates to both mysql in general and the mysql++ C++ API in particular, thus the adressing to both lists. I have a DateTime object (really a formatted string) say "2002-07-10 11:38:38". ...
    Richard FoxRichard Fox
    Jul 10, 2002 at 4:40 pm
    Jul 10, 2002 at 6:29 pm
  • Hello! I have a problem! Yesterday i download the new 4.0.2-rpms from the server and install it. After this i try to compile mysql++-source. I try it with 1.7.9, 1.7.8 and 1.7. Every time i get the ...
    Michael OttMichael Ott
    Jul 28, 2002 at 1:25 am
    Jul 28, 2002 at 1:25 am
  • Hi to all. I use: W2000 MySql 3.23.49 MySql++ 1.7.1-1 I've defined a sql_create_x with a DateTime type. When I try to insert in the Db a DateTime in this way: MyTable mt; DateTime dt; // fill dt ...
    Alessandro PeverelliAlessandro Peverelli
    Jul 25, 2002 at 8:38 am
    Jul 25, 2002 at 8:38 am
  • Hi, I am having internal compiler errors while compiler the code with the sql_create_xx macro. This error is intermittent. I am using this macro in the MySQL C++ MFC example from the website. I have ...
    Manoj VaddineniManoj Vaddineni
    Jul 22, 2002 at 5:11 pm
    Jul 22, 2002 at 5:11 pm
  • Добрый день. Мы занимаемся разработкой и сопровождением различных программ. Если Вам требуется надежный помощник, который великолепно считает, никогда не ошибается и никогда не опаздывает на работу - ...
    ��������������
    Jul 22, 2002 at 3:00 pm
    Jul 22, 2002 at 3:00 pm
  • MySQL++ is clearly LGPL, not GPL, so what's this nonsense about?: http://www.mysql.com/downloads/api-mysql++.html -- Murray Cumming [email protected] www.murrayc.com
    Murray CummingMurray Cumming
    Jul 20, 2002 at 2:29 pm
    Jul 20, 2002 at 2:29 pm
  • I've been using MySQL through another language (at a higher level) and now I want to start using it directly through C++. I have the book "MySQL" by Paul DuBois and started reading chapter 6 on the ...
    Seth WillitsSeth Willits
    Jul 20, 2002 at 1:55 am
    Jul 20, 2002 at 1:55 am
  • I downloaded the binary zip file of mySQL (mysql-3.23.51-nt.zip) and installed it on my windows 2000 machine. I set up a very simple database and wrote a program in Visual C++ 6.0 to see if I could ...
    Dpp7001Dpp7001
    Jul 19, 2002 at 5:25 pm
    Jul 19, 2002 at 5:25 pm
  • Without a doubt I'm a bit behind in the game. But I was wondering if someone would be kind enough to explain how to install MySQL++ on a Win 2000 system. The install notes provided w/ the download ...
    Matthew MetnetskyMatthew Metnetsky
    Jul 18, 2002 at 1:24 pm
    Jul 18, 2002 at 1:24 pm
  • Hi! if i will be using the C++ API of mysql, does it mean that i have to use MySQL++ also? or is there a c++ api for mysql? TIA -- Jan Michael C Alonzo email: <[email protected] GnuPG key: ...
    Michael C AlonzoMichael C Alonzo
    Jul 13, 2002 at 6:48 pm
    Jul 13, 2002 at 6:48 pm
  • I wrot a prog using mysql++, and can run it on my comp; however, i cannot run it on other comps. i have libmySQL.dll on the other machine, but i got an 0X000005 error on the other comp...is there ...
    Jose Avila IIIJose Avila III
    Jul 12, 2002 at 12:37 pm
    Jul 12, 2002 at 12:37 pm
  • Вам крупно повезло, у нас есть все: экскурсионные туры, визы, автобусные билеты и автобусы! Агенство по туризму и международным автобусным перевозкам "Балтик-Экспресс" предлагает: Ежедневные ...
    ������ �������������� ��������
    Jul 12, 2002 at 6:57 am
    Jul 12, 2002 at 6:57 am
  • This question relates to both mysql in general and the mysql++ C++ API in particular, thus the adressing to both lists. I have a DateTime object (really a formatted string) say "2002-07-10 11:38:38". ...
    Richard FoxRichard Fox
    Jul 10, 2002 at 4:43 pm
    Jul 10, 2002 at 4:43 pm
  • Introducing DIGITAL TAPLOCK our Always Encrypted Hardware & Software Solution. I extend a warm welcome for you to look at our line of corporate and executive data encryption software and hardware ...
    TAPSEC MailerTAPSEC Mailer
    Jul 9, 2002 at 11:11 pm
    Jul 9, 2002 at 11:11 pm
  • Уважаемые дамы и господа! Тем, кому особенно необходимо восстановить свое здоровье, Медицинский центр "Андромед" предлагает свою помощь. В нашем Центре Вам предоставят целый комплекс медицинских ...
    ����� ������������� ��������
    Jul 9, 2002 at 7:34 am
    Jul 9, 2002 at 7:34 am
  • Sorry, I'm spanish and i saw the previous email of Shivam K Shah and make a copy & paste. Sorry for my english, No creo que el no saber inglés sea sinónimo de estupidez. Haré caso omiso del ...
    Xavier FernándezXavier Fernández
    Jul 9, 2002 at 3:38 am
    Jul 9, 2002 at 3:38 am
  • Hi everybody, I've compiled the examples and some own programs I wrote with Notepad with success. Now I am trying to design an application with Borland C++ Builder 5.0. I've tried to rewrite the ...
    Jan-Pieter van den HeuvelJan-Pieter van den Heuvel
    Jul 8, 2002 at 12:36 pm
    Jul 8, 2002 at 12:36 pm
  • Greetings, I'm having a little trouble finding out how persistent connections are handled using the mysql++ API. In fact, I can find no mention of persistent connections at all in any of the ...
    Bobby "Chil" BaileyBobby "Chil" Bailey
    Jul 7, 2002 at 3:44 am
    Jul 7, 2002 at 3:44 am
  • sorry to bug everyone again, well i got the prog. up and running. Now im trying to get it to use ssh for the connection. My app is for a windows client, and i am using PuTTY. There is a console app ...
    Jose Avila IIIJose Avila III
    Jul 6, 2002 at 8:33 pm
    Jul 6, 2002 at 8:33 pm
  • Hi, I am quite new to this nice MySQL++ API. And there is my problem: I'd like to know if a table already exist. Is there a function? I tried to Inherit from Connection (to use mysql_list_tables()): ...
    Harald KerschenbauerHarald Kerschenbauer
    Jul 5, 2002 at 12:14 pm
    Jul 5, 2002 at 12:14 pm
  • I am gone. Andreas ---- Become a member in the EuroProject CYE www.AndreasKrueger.de/euro Wanted now: betatester, sponsors, promotion
    Andreas KruegerAndreas Krueger
    Jul 3, 2002 at 6:24 pm
    Jul 3, 2002 at 6:24 pm
  • With the following code: cout << setw(40) << "Name" << setw(4) << "Age" << endl ; Result::iterator i ; for (i = res.begin(); i != res.end(); i++) { row = *i ; cout << setw(40) << row["name"] << ...
    Alexandru BalutAlexandru Balut
    Jul 3, 2002 at 11:37 am
    Jul 3, 2002 at 11:37 am
  • Hello c++ Mysql people, Well I originally installed mysql and php and it all worked fine on my linux box server. Now I want my c program (.cgi) to be able to make mysql calls too. But I can't get it ...
    DannyDanny
    Jul 2, 2002 at 7:25 pm
    Jul 2, 2002 at 7:25 pm
Group Navigation
period‹ prev | Jul 2002 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions50
posts140
users64
websitemysql.com
irc#mysql

64 users for July 2002

Danny: 18 posts Richard Fox: 12 posts Bryan W. Headley: 9 posts Michael Ott: 9 posts Gelu Gogancea: 8 posts Jose Avila III: 5 posts Sinisa Milivojevic: 4 posts Jiang, William Kun (William): 3 posts Manoj Vaddineni: 3 posts Matthew Metnetsky: 3 posts Murray Cumming: 3 posts Jason Kushmaul: 2 posts Kristean Heisler: 2 posts Livingsword Info: 2 posts Rémy Baudet: 2 posts Shivam K Shah: 2 posts Technical Operations: 2 posts Vijay dhingra: 2 posts Vladimir Krahulec: 2 posts Xavier Fernández: 2 posts
show more
Archives