FAQ

Search Discussions

24 discussions - 65 posts

  • Hello, I would like to ask few questions that are more OO programming specific than plusplus specific. Any help would be really appreciated!! I was looking at the tutorial's simple example and: 1. ...
    Dimitrios TsalikisDimitrios Tsalikis
    Apr 18, 2003 at 11:27 pm
    Apr 24, 2003 at 6:33 am
  • Hi guys. I´m having some problems with the installation of MySQL++. The README file that comes with the download suggests that i should run "automake" and "autoconf". And here is were the problem ...
    Jan peter ericssonJan peter ericsson
    Apr 8, 2003 at 7:42 am
    Apr 10, 2003 at 8:28 am
  • I am trying to use mysql with a c program for the first time and I do not know where in kdevelop to specify the mysql library. When I compile I am gettin an ld message that the mysql functions are ...
    BuddybellBuddybell
    Apr 24, 2003 at 9:56 pm
    Apr 27, 2003 at 6:46 pm
  • Hello, I'm writing a small program that takes latitude and longitude data from a gps and stores it in mysql. The problem that I'm having is that when I use mysql++ to insert the data into a table, my ...
    Brent MillerBrent Miller
    Apr 27, 2003 at 4:41 am
    Apr 27, 2003 at 5:04 pm
  • Hi all. When i builing my project in BCB i always get some warnings [C++ Warning] type_info1.hh(23): W8038 Constant member 'mysql_ti_sql_type_info::_base_type' is not initialized [C++ Warning] ...
    PinheadPinhead
    Apr 11, 2003 at 11:46 am
    Apr 24, 2003 at 11:31 am
  • Hello everyone, I've have so many problems getting mysql++ compiled and installed and I'm finally turning to you all for help. So hopefully you can. =) first things first, version numbers gcc 3.2.2 ...
    Joshua C. BurtJoshua C. Burt
    Apr 21, 2003 at 8:19 pm
    Apr 23, 2003 at 1:53 pm
  • hello I have Redhat 7.3 and the MySQL rpm distribution intalled (MySQL 4.0.12). I also want to use mysql++ and I downloaded the source tree but I can not compile it. I also have gcc 3.2.2. I tried to ...
    Markus JaisMarkus Jais
    Apr 21, 2003 at 9:26 am
    Apr 21, 2003 at 4:36 pm
  • In the explination of mysql++m it states: "Mysql++ is a complex C++ API for Mysql (And other SQL Databases Soon). " Which database will be supported soon? And what type of support does this entail? ...
    Joseph C. EkstromJoseph C. Ekstrom
    Apr 17, 2003 at 5:57 am
    Apr 18, 2003 at 12:54 pm
  • Hi all. I have a problem. My compiler generates an Internal Compiler Error when I use SSQLS and wirte code as below vector < stock res; query.storein (res); In fact it appears to give the error ...
    Kalada SogbetunKalada Sogbetun
    Apr 16, 2003 at 12:19 am
    Apr 18, 2003 at 12:50 pm
  • Hi all. Posted this b4 but I think I put too much uneeded info in. My problem is basically that i need to use sql_create in an include file that a lot of other files include. This leads to multiple ...
    Kalada SogbetunKalada Sogbetun
    Apr 13, 2003 at 6:06 pm
    Apr 18, 2003 at 12:45 pm
  • I am involved in writing an application that accesses a MySql database on a website. I initially wrote the program using a MySql ODBC driver. Access to the database was through CRecordset using a ...
    Kalada SogbetunKalada Sogbetun
    Apr 13, 2003 at 10:24 am
    Apr 13, 2003 at 10:25 am
  • Hi again, nice to know that I can solve my own problem. To correct this problem make som hacking in the mysql++ files, sqlplusint/connection.cc line 112 change the funktion to // Converted ...
    Oskar NorinOskar Norin
    Apr 8, 2003 at 4:34 pm
    Apr 10, 2003 at 10:14 am
  • Hello everyone, I'm trying to use mysql++ 1.7.9 on linux (SuSe 8.1), but ran into the following problem: there seems to be a difference of the function specification inside convert1.hh and the stdlib ...
    Gunther LenzGunther Lenz
    Apr 1, 2003 at 9:13 pm
    Apr 3, 2003 at 4:01 pm
  • Hi,I tried executing the simple1.cpp that is given in the examples section of the mysql++ API in visual studio .net (VC7). I got many compilation errors which are given below. I need to read data ...
    Bhargavi SuraBhargavi Sura
    Apr 30, 2003 at 4:44 pm
    Apr 30, 2003 at 4:44 pm
  • I would be very greatful if someone could point me to sample mySql++ code that selectively updates rows brought back by a select. This is my first attempt to use mySQL along with VC6++. I want to ...
    Andrew barryAndrew barry
    Apr 30, 2003 at 2:17 am
    Apr 30, 2003 at 2:17 am
  • Hello, When I invoke Query::store( ) , with no arguments, it seems that I invoke the function defined by the mysql_query_define1(Result, store) macro which is actually described in the sql_query0.hh ...
    Dimitrios TsalikisDimitrios Tsalikis
    Apr 25, 2003 at 12:18 am
    Apr 25, 2003 at 12:18 am
  • Hi, I have troubles to install mysql++-1.7.9 on RH8.0. All utilities on machine installed from RH8.0's installation CD. I'm not an expert in C++ programming and need some your recommendations. Help ...
    Rustam BogubaevRustam Bogubaev
    Apr 23, 2003 at 6:56 pm
    Apr 23, 2003 at 6:56 pm
  • hello, I'm trying to use mysql++ to do some large inserts into mysql. I'm running this on Redhat 9, using mysql 3.23.54 My query string is 24,659,576 bytes (i'm inserting a blob) the segmentation ...
    Marc DumontierMarc Dumontier
    Apr 18, 2003 at 11:04 pm
    Apr 18, 2003 at 11:04 pm
  • hi i've downloaded the API (1.7.9), installed it, and tried some of those examples on the webpage. i'm using mysql-3.23.55. i tried this: int main() { try { Connection con(use_exceptions); ...
    Gergely ImreGergely Imre
    Apr 11, 2003 at 6:21 am
    Apr 11, 2003 at 6:21 am
  • Hi First I used apt-get in debian to install mysql and all component, then I read that I should download the latest version of the client lib, I removed mysql and downloaded all from mysql, installed ...
    Oskar NorinOskar Norin
    Apr 8, 2003 at 2:42 pm
    Apr 8, 2003 at 2:42 pm
  • I have been having a lot of trouble with the VC++ MySQL++ libraries and my latest problem seems to be solely with the macros. I have the following code: #include <mysql++ #include <custom.hh #include ...
    DavidDavid
    Apr 7, 2003 at 10:46 pm
    Apr 7, 2003 at 10:46 pm
  • Hi guys. I'm fairly new to C++ programing. I'm working on a program that connects to MySQL and retrievs some data. I've downloaded, and unzipped the "mysql++-1.7.9" file. But now what?! I think i ...
    Jan peter ericssonJan peter ericsson
    Apr 6, 2003 at 12:02 am
    Apr 6, 2003 at 12:02 am
  • Dear sir/ madam, I am now using mysql++ to insert data into mySQL database. And i am suffer from a problem that too much Ram is used. int dbInsert(char* data, int sPos, int ePos, int levelNum, int ...
    H0027056H0027056
    Apr 4, 2003 at 2:12 pm
    Apr 4, 2003 at 2:12 pm
  • Ok, I'm working on a data collection program that makes about 80 queries/sec to a MySQL database. I'm using pthreads so that saving the data to the database doesn't interfere with data collection. ...
    RglasnapRglasnap
    Apr 2, 2003 at 4:31 pm
    Apr 2, 2003 at 4:31 pm
Group Navigation
period‹ prev | Apr 2003 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions24
posts65
users31
websitemysql.com
irc#mysql

31 users for April 2003

Warren Young: 11 posts Will Bryant: 6 posts Dimitrios Tsalikis: 5 posts Murray Cumming: 4 posts Kalada Sogbetun: 4 posts Oskar Norin: 3 posts Sascha Herrmann: 3 posts Brent Miller: 2 posts Brian Butcher: 2 posts Jan peter ericsson: 2 posts Markus Gerwinski: 2 posts Philipp Stader: 2 posts Rglasnap: 1 post Andrew barry: 1 post Arturs Aboltins: 1 post Bhargavi Sura: 1 post Buddybell: 1 post David: 1 post Gergely Imre: 1 post Gunther Lenz: 1 post
show more
Archives