FAQ

Search Discussions

29 discussions - 131 posts

  • Hi I am new to mysql and programming in general, and wish to interface with a c++ front end application (console based) using mysql++. I am a windows user, using CodeWarrior Pro 5 from Metrowerks. ...
    Reeza AwoodunReeza Awoodun
    Mar 28, 2004 at 11:53 am
    Apr 20, 2004 at 11:21 am
  • Hi, I'm a new mysql++ developer and I've tried one simple cpp application and I get the following error: (Help will be appreciated) THANK YOU! <ERROR $ make c++ -Wno-deprecated -lmysqlclient qDB.cpp ...
    Voicu LiviuVoicu Liviu
    Mar 26, 2004 at 10:47 am
    Mar 27, 2004 at 4:04 pm
  • Hi all, I just joined this mailing list, and want to ask about mysql++ for mingw. Somebody in mingw mailing list told me to use mysys, but it stoped when I try to use : ./configure --prefix=/mingw ...
    HadiHadi
    Mar 28, 2004 at 10:16 am
    Apr 30, 2004 at 9:29 pm
  • My program was running great, until I added another query execution... I can run this fine with just a call to either putorders or putunits, but when I call both I get an Aborted message on the first ...
    Daniel HoultDaniel Hoult
    Mar 12, 2004 at 9:04 pm
    Mar 16, 2004 at 12:21 pm
  • Hello list: My name is JD Smith and I come to you today with a few questions. I have spent the last hour or so browsing the archives and have not quite found the answer to my question. 1) What is the ...
    JD SmithJD Smith
    Mar 7, 2004 at 6:26 am
    Mar 10, 2004 at 11:08 am
  • After a good bit more time tinkering around, I have determined to just use a plain string and erase it after each query.. This works fine. I now have a mysql error on on equery though. Below is the ...
    JD SmithJD Smith
    Mar 24, 2004 at 5:20 pm
    Mar 26, 2004 at 2:22 pm
  • Well, I finally got everything working again so I went to start making modifications for the next stage of implementation of my project. Below is an example pulled from one of a few functions that ...
    JD SmithJD Smith
    Mar 24, 2004 at 4:07 am
    Mar 25, 2004 at 11:40 am
  • I'm having real struggles getting to grips with this API. Maybe I shouldn't have tried installing it at the same time as trying to learn C++, but anyway... I'm on Linux using gcc 3.3. I first tried ...
    Steve MansfieldSteve Mansfield
    Mar 12, 2004 at 4:45 pm
    Mar 13, 2004 at 1:06 pm
  • #include <iostream #include <vector #include <sqlplus.hh #include <custom.hh sql_create_5 (stock, 1, 5, string, item, int, num, double, weight, double, price, Date, sdate) int main() { try { // its ...
    Nelson evangelistaNelson evangelista
    Mar 19, 2004 at 6:46 pm
    Mar 23, 2004 at 2:26 pm
  • Hello everybody, I am new to programming in qt. But I have had progammed in VC++. Can anybody show me , how I can invoke a window like QWidget or QDialog when push a button, which show me than a ...
    Hakan AKINHakan AKIN
    Mar 3, 2004 at 5:27 pm
    Mar 4, 2004 at 12:40 am
  • I see people mention patches on here halfway frequently. Are there any patches for the v1.7.1 visual studio version? - JD
    JD SmithJD Smith
    Mar 31, 2004 at 1:43 pm
    Apr 1, 2004 at 6:43 pm
  • Hi, I am enhancing a program (in VC++) to be able to use a MySQL database. Now, the way I start MySQL in case the server is not already running when my program is run is by using: HINSTANCE result = ...
    Rumpel StiltzkinRumpel Stiltzkin
    Mar 30, 2004 at 4:46 am
    Mar 31, 2004 at 10:39 am
  • Anyone got a good function to escape strings? I need to turn: "insert into blah(blah1,blah2) values('blah's' and 'more blah's')" Into: "insert into blah(blah1,blah2) values('blah\'s' and 'more ...
    Daniel HoultDaniel Hoult
    Mar 24, 2004 at 3:55 pm
    Mar 25, 2004 at 11:36 am
  • Hi: Is there anyone in the list that can help me? I'm using mysql++ on W2000, VC++ 6.0 and I have some questions. Do I have to close, dealocate or free the Result and Query objects? Thanks. Regards. ...
    FernandoFernando
    Mar 11, 2004 at 10:31 pm
    Mar 13, 2004 at 1:10 pm
  • I applied the gcc 3.3 patch to mysql++ 1.7.9. That went fine, as did ./configure. When I typed ./make I got: make all-recursive make[1]: Entering directory `/home/steve/technical/C/mysql++-1.7.9' ...
    Steve MansfieldSteve Mansfield
    Mar 6, 2004 at 10:28 pm
    Mar 8, 2004 at 6:07 pm
  • Hello. I am getting strange results using the C API and the type MYSQL_FIELD type... I'm expecting a number < 1000 but I'm getting numbers in excess of 400,000. MYSQL_FIELD* field; then I get the ...
    JaretJaret
    Mar 25, 2004 at 11:30 pm
    Mar 26, 2004 at 12:12 pm
  • Hi, I'm trying to get started with programming using mysql++, but I'm not really having much luck so far. I'm just trying basic stuff like Connection con (HOST, DBNAME, USER, PASS); type stuff, but i ...
    Daniel AndersenDaniel Andersen
    Mar 19, 2004 at 12:29 am
    Mar 19, 2004 at 11:56 am
  • using gcc 3.2.2 I successfully applied the mysql++-gcc.3.0.patch, mysql++-gcc.3.2.patch, and mysql++-gcc.3.2.2.patch without error. ./configure make comes back with warnings on deprecations, but I ...
    Daniel HoultDaniel Hoult
    Mar 3, 2004 at 10:14 pm
    Mar 5, 2004 at 11:44 am
  • Hello, I have used GNU patch, try with the 3.3 and 3.3.2 patch. I always had to update the libtool files. The best I did was to sucessfully pass the ./configure step but then has I use recent ...
    Antoine HersenAntoine Hersen
    Mar 27, 2004 at 10:45 pm
    Mar 29, 2004 at 11:44 am
  • Hello, I'm new to MySql++. Can anyone tell me if MySql++ API is available for VC++ 7 ? Regards, Ionut
    Ionut FilipIonut Filip
    Mar 24, 2004 at 12:30 pm
    Mar 25, 2004 at 11:42 am
  • Well, it compiles and runs now, definately an improvement. Code in question is below: str << "UPDATE material SET ar_unit = '" << argument << "' WHERE type = '" << ch- desc- edit_string << "'" << ...
    JD SmithJD Smith
    Mar 24, 2004 at 4:08 pm
    Mar 24, 2004 at 5:44 pm
  • I am using mysql++ 1.7.1 for microsoft visual studio and mysql version 4.0 - JD
    JD SmithJD Smith
    Mar 24, 2004 at 4:12 am
    Mar 24, 2004 at 12:03 pm
  • Does someone know that there is a maximum number of Connections in a single process? Jae
    Jae JooJae Joo
    Mar 17, 2004 at 1:20 am
    Mar 17, 2004 at 12:00 pm
  • hi i'm using a simple query command to execute a select statment Result CMySqlConnector::executeSelect( std::string sql, Connection m_clConnection ) { Query query( &m_clConnection, false ); //SQL ...
    Thomas WerthThomas Werth
    Mar 16, 2004 at 7:00 am
    Mar 16, 2004 at 12:30 pm
  • i'm using vc 6.0 with mysql++ 1.7.1 for vc 6.0. I wrote a db adapter class like this #include <mysql++ class DBAdapter { public: void release(); void test(); MYSQL_RES* executeSQL( std::string sql ); ...
    Thomas WerthThomas Werth
    Mar 9, 2004 at 2:36 pm
    Mar 10, 2004 at 11:32 am
  • Hi I am new to this project and I want to know how to contribute?Is there any document that describes what features need to be added. Thanks in advance. Bharathi
    Vijayabharathi sudabattulaVijayabharathi sudabattula
    Mar 9, 2004 at 9:23 pm
    Mar 10, 2004 at 11:09 am
  • Hi all, I have patched my gcc version and applied the custom.pl extra patch, and successfully compiled mysql++ 1.79. I have a simple sample I am trying to compile and I get this error. sql_test.cpp: ...
    Tim MurisonTim Murison
    Mar 5, 2004 at 10:33 pm
    Mar 8, 2004 at 12:02 pm
  • Hello, I've tracked down the problems the problems with MySql++ on IA64, they're not compiler related. Mostly they resulted from C-style casts to improper sized datatypes. (long int is 8 bytes on ...
    Gunther LenzGunther Lenz
    Mar 1, 2004 at 10:31 am
    Mar 1, 2004 at 12:09 pm
  • My environment is Windows 2000 Professional, Microsoft Visual C++ Enterprise Edition. We had developed an application using MySQL++ with MySQL 3.23 and everything worked fine. Then, we upgraded to ...
    Brandmeyer, Jo EllenBrandmeyer, Jo Ellen
    Mar 31, 2004 at 10:29 pm
    Mar 31, 2004 at 10:29 pm
Group Navigation
period‹ prev | Mar 2004 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions29
posts131
users25
websitemysql.com
irc#mysql

25 users for March 2004

Sinisa Milivojevic: 49 posts Jae Joo: 14 posts JD Smith: 12 posts Voicu Liviu: 12 posts Daniel Hoult: 7 posts Steve Mansfield: 6 posts Tommy Tang: 4 posts Hakan AKIN: 3 posts Thomas Werth: 3 posts Andrew Zhu: 2 posts Bernard Clement: 2 posts Hadi Ariwibowo: 2 posts Jaret: 2 posts Rumpel Stiltzkin: 2 posts Antoine Hersen: 1 post Brandmeyer, Jo Ellen: 1 post Daniel Andersen: 1 post Fernando: 1 post Gunther Lenz: 1 post Ionut Filip: 1 post
show more
Archives