FAQ

Search Discussions

26 discussions - 43 posts

  • Hi all, I have tried to use API C++ of Mysql and I have some problems. So...I downloaded mysql++-1.7.9.tar.gz and After I ran ./configure (in directory /usr/local/lib) and make , make install. I ...
    julien Fauriejulien Faurie
    Aug 7, 2002 at 3:52 pm
    Aug 7, 2002 at 5:29 pm
  • I'm pretty new to C++ so bare with this seemingly simple question. I have a class which I would like to be able to connect to a database and do stuff through the MySQL++ library, but I don't know how ...
    Matthew MetnetskyMatthew Metnetsky
    Aug 30, 2002 at 2:48 am
    Aug 30, 2002 at 4:51 pm
  • Hi, every time I exit my C++-program which is using mysql++ I get a error message. Why? -- Nils Kölling Cell Phone: +49 172 83 77 2 11 ICQ: 78929869 ________________________________________
    Nils KöllingNils Kölling
    Aug 27, 2002 at 3:46 pm
    Aug 27, 2002 at 7:48 pm
  • hello, firstly excuse my begginer-ness im getting a seg fault every time my code executes the connect command. are there any obvious causes? failing that what info would you like to see from my ...
    Dunk fordyceDunk fordyce
    Aug 5, 2002 at 11:41 am
    Aug 9, 2002 at 5:35 pm
  • Hi, i'm having problems on compiling my application with sqlplus API. The g++ compiler returns this error: "coldata3.hh: mysql.h: No such file or directory" I have Linux distro RedHat 7.3 installed ...
    Eduardo JuanEduardo Juan
    Aug 26, 2002 at 11:11 am
    Aug 26, 2002 at 11:15 am
  • Hi there...I have one question for you: I´ve been working with mysql and php for a while and now I´ve got to use c++ to connect to a remote mysql and I have no idea of how to do it. Well, there will ...
    Sergio Augusto B. PetrovcicSergio Augusto B. Petrovcic
    Aug 20, 2002 at 11:29 pm
    Aug 21, 2002 at 12:23 am
  • Hello, I have tried to compile examle simple1 with Borland Builder 5 and I get an error at execution time, I have situeted the error at : In the for statment, the first line "row = *i " makes an ...
    Frédéric KleeFrédéric Klee
    Aug 11, 2002 at 4:54 pm
    Aug 11, 2002 at 10:53 pm
  • Can someone help me with a little problem, how can I get number of fields from result set? If I want information about fields like res.names(i).c_str(), how get max value of i to iterate. Thanks a ...
    Vladimir KrahulecVladimir Krahulec
    Aug 6, 2002 at 2:57 pm
    Aug 6, 2002 at 8:36 pm
  • Hi, I've tried to install mysql++. As described in the README file, I've changed to the root-directory of the package and done 'automake', 'autoconf' and './configure'. 'automake' tells me the ...
    Reto StalderReto Stalder
    Aug 31, 2002 at 6:10 pm
    Aug 31, 2002 at 6:10 pm
  • Здравствуйте. Профессиональные сайты - на зависть Вашим конкурентам! Студия веб-дизайна, имеющая в своем штате высококвалифицированных программистов, дизайнеров и менеджеров по работе с клиентами, ...
    Web ServiceWeb Service
    Aug 31, 2002 at 2:13 pm
    Aug 31, 2002 at 2:13 pm
  • Добрый день. Мы занимаемся разработкой и сопровождением различных программ. Если Вам требуется надежный помощник, который великолепно считает, никогда не ошибается и никогда не опаздывает на работу - ...
    ������-������������-������
    Aug 28, 2002 at 11:07 am
    Aug 28, 2002 at 11:07 am
  • Hi, ich habe ein C++-Programm in dem ich MySQL++ benutze. Wenn ich das Fenster (Console-App) jetzt schließe, bekomme ich eine Fehlermeldung. Was kann man dagegen tun (ich vermute mal dass man die ...
    Nils KöllingNils Kölling
    Aug 26, 2002 at 2:36 pm
    Aug 26, 2002 at 2:36 pm
  • Hello, if I want to compile a programm which uses the sqlplusplus library I will get the error message that the class mysqlconnect couldn't be found. I think this is only a problem with the gcc ...
    Msauer75Msauer75
    Aug 22, 2002 at 7:19 am
    Aug 22, 2002 at 7:19 am
  • Hello, if I want to compile the mysql++-1.7.9, I will get the following error messages: makfile220: *** missing seperator, finish Can you help with this error? My configuration: MySQL 3.23.49, SuSE ...
    Msauer75Msauer75
    Aug 21, 2002 at 7:44 pm
    Aug 21, 2002 at 7:44 pm
  • Hallo, wenn ich bei mir die MySQL++-1.7.9 kompilieren will bekomm ich immer die Fehlermeldung: Makfile:220: *** Fehlendes Trennzeichen. Schluss Kann mir einer von Euch eine Loesung fuer das Problem ...
    Msauer75Msauer75
    Aug 21, 2002 at 7:25 pm
    Aug 21, 2002 at 7:25 pm
  • Thank you so much for your answer, Yeap, just after my Post I saw that args- lengths[i] is not same as strlen(args- args[0]) except with TEXT field ! Unfortunatly I tested my UDF with a text field ...
    Fred FillonFred Fillon
    Aug 21, 2002 at 5:25 pm
    Aug 21, 2002 at 5:25 pm
  • Hi There, I am trying to create an UDF, my aim is to create a translation function based on gettext : select translate("my sentence","fr_FR"); actually it works fine with simple text : mysql select ...
    Fred FillonFred Fillon
    Aug 21, 2002 at 10:25 am
    Aug 21, 2002 at 10:25 am
  • Hi @all, I try to install the mysql++ patch 1.7.9 for linux. But there are problems: I copied the ".patch" file into my home directory. I'm looked in as root. Now I cd to the directory where the ...
    Sebastian MünchSebastian Münch
    Aug 20, 2002 at 9:26 pm
    Aug 20, 2002 at 9:26 pm
  • GletscherHello together. When I include the header file 'custom-makros.hh' I always get a compiler error. It says that the macro extension is to long. Somtimes there is also an Access Violation while ...
    Jens PfaffmannJens Pfaffmann
    Aug 19, 2002 at 11:02 pm
    Aug 19, 2002 at 11:02 pm
  • Hello, I,m been subscribed ? I don't receive messages. SdeI Chat with friends online, try MSN Messenger: http://messenger.msn.com
    Stanislas IonecuStanislas Ionecu
    Aug 18, 2002 at 10:31 pm
    Aug 18, 2002 at 10:31 pm
  • Hi, how can I build MySQL++ API with Dev-C++[win32 from http://www.bloodshed.net/]? Is it possible? Rustam
    Rustam BogubaevRustam Bogubaev
    Aug 17, 2002 at 2:23 pm
    Aug 17, 2002 at 2:23 pm
  • Hi, I 've made the installation of mysql++ 1.7.9 successfully, in a solaris 7. But when I try to run the resetdb, that was compiled with no problems, i get the error : 'Abort'. and happens the same ...
    Lara Próspero Maçana BruxoLara Próspero Maçana Bruxo
    Aug 13, 2002 at 1:11 pm
    Aug 13, 2002 at 1:11 pm
  • Hello, You get emails every day, offering to show you how to make money. Most of these emails are from people who are NOT making any money. And they expect you to listen to them? Enough. If you want ...
    LJDLJD
    Aug 9, 2002 at 7:19 am
    Aug 9, 2002 at 7:19 am
  • Уважаемые дамы и господа! Агентство "Все Праздники" предлагает организацию и проведение корпоративных праздников, презентаций, семинаров, дружеских вечеринок, детских праздников и cвадебных торжеств. ...
    ��� ������������ ���������
    Aug 8, 2002 at 12:58 am
    Aug 8, 2002 at 12:58 am
  • Hi, I have problems with code which looks similar to: insert() { Query q = mCon- query() ostringstream s; s << insert into table /wrong data/; try { res = query.exec(s.str()); } catch(BadQuery) ... ...
    Harald KerschenbauerHarald Kerschenbauer
    Aug 6, 2002 at 5:16 pm
    Aug 6, 2002 at 5:16 pm
  • Hi All, I am creating mysql database with the following columns sql_create_9(DBObjTbl, 1, 9, longlong, key_, int, type_, int, attr_, string, name_, int, accesstype_, tinyblob, value_, int ,size_, ...
    Ravindra GantiRavindra Ganti
    Aug 5, 2002 at 11:16 am
    Aug 5, 2002 at 11:16 am
Group Navigation
period‹ prev | Aug 2002 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions26
posts43
users31
websitemysql.com
irc#mysql

31 users for August 2002

Msauer75: 3 posts julien Faurie: 3 posts Nils Kölling: 3 posts Richard Fox: 3 posts Eduardo Juan: 2 posts Frédéric Klee: 2 posts Fred Fillon: 2 posts Livingsword Info: 2 posts ��� ���������: 1 post ������-������: 1 post Andreas Hjordt: 1 post Burkhard Ulrich: 1 post Denis Rampnoux: 1 post Dunk fordyce: 1 post Gelu Gogancea: 1 post Harald Kerschenbauer: 1 post Jens Pfaffmann: 1 post Joshua Angolano: 1 post Kenneth Hylton: 1 post Lara Próspero Maçana Bruxo: 1 post
show more
Archives