FAQ

Search Discussions

30 discussions - 70 posts

  • I am doing a SELECT with mysql++ which returns approx 139,000 rows. When I do the SELECT in mysql, it takes about a minute or two to do the query and print the results. When I do it in mysql++, it ...
    John HunterJohn Hunter
    Jul 29, 2001 at 1:22 am
    Jul 30, 2001 at 3:10 pm
  • Hello, First I'll list out the vitals. I'm using: Red Hat 7.1 (using Ximian's Red Carpet) mysql 3.23.36-1 mysql-devel 3.23.36-1 mysql-server 3.23.36-1 mysqlclient9 3.23.22-4 php-mysql 4.0.4pl1-9 ...
    Charles Iliya KrempeauxCharles Iliya Krempeaux
    Jul 19, 2001 at 8:14 am
    Jul 21, 2001 at 3:46 pm
  • hi! on redhat 7.1 , i install mysql: #rpm -i MySQL-3.23.39-1.i386.rpm #rpm -i MySQL-client-3.23.39-1.i386.rpm it's successful. and then i run: #/usr/bin/mysqladmin -u root -password ...
    CoolwycCoolwyc
    Jul 18, 2001 at 1:41 am
    Jul 18, 2001 at 11:00 am
  • Hi, I tried to translate my program in VC++, without MFC, without precompiled headers, and with MySQL++. It seems like I have the same properties like in the m++'s example for console, what works and ...
    OpiOpi
    Jul 25, 2001 at 10:24 am
    Jul 25, 2001 at 10:37 am
  • Hello, Is anywhere a tutorial of working with NULL values in mysql++? Where is problem of NULL values in mysql++ described? If I use custom1.cc example for table mysql create table stock (item ...
    Pavel MatulaPavel Matula
    Jul 11, 2001 at 1:20 pm
    Jul 11, 2001 at 4:39 pm
  • I'm tryed all wrappers, with the same result: the libmysql that goes with mysql isn't recognized by mingw 2.95.2; Someone can help me (and probably a lot of mingw users) pointing, if exists, a mingw ...
    Mauro FerreiraMauro Ferreira
    Jul 31, 2001 at 2:08 am
    Aug 1, 2001 at 4:59 pm
  • Hello, I was wondering if there was an archive for this mailing list. (And if there is, if someone could point me to it.) I didn't notice a reference (a link) to one on the MySQL.com website. That ...
    Charles Iliya KrempeauxCharles Iliya Krempeaux
    Jul 17, 2001 at 9:36 pm
    Jul 19, 2001 at 3:05 pm
  • Hello. My name is Mike. I writing a C++ program to access a MySQL database. I have MySQL server running on Linux Mandrake 8.0. I downloaded mysql++-1.7.9 version from the internet and installed it ...
    Malkhaz MangoshviliMalkhaz Mangoshvili
    Jul 5, 2001 at 1:09 am
    Jul 5, 2001 at 9:57 am
  • my applications compiles without errors but when i run it, it can't find a certain file i don't know how to fix this, please help [roo[email protected] StatGen]# c++ -I/usr/local/include/mysql/ -L ...
    TdCTdC
    Jul 3, 2001 at 5:18 pm
    Jul 3, 2001 at 7:14 pm
  • I tried both Marco's and John's approaches. I still have to kill the make process. I set the system time right, it was 1904. Didn't help. Maybe my hardware and OS is too old. It's a PowerPC with Red ...
    Tobias BohlinTobias Bohlin
    Jul 30, 2001 at 9:27 pm
    Jul 30, 2001 at 11:10 pm
  • Hi list! First I put the *.tar.gz in /tmp and executed gunzip + tar -xvf on it. Issued automake and got: automake: Makefile.am: required file '.\INSTALL' not found automake: Makefile.am: required ...
    Tobias BohlinTobias Bohlin
    Jul 30, 2001 at 7:39 pm
    Jul 30, 2001 at 7:58 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 RaoSurpanini Sridhar Rao
    Jul 12, 2001 at 4:23 am
    Jul 12, 2001 at 7:32 am
  • Hello, Some queries I've built contain escape characters like \ or ' and will provoke errors in mysql... What is the best way to correct these queries ? Is there a function in mysql ++ which can ...
    TremTrem
    Jul 9, 2001 at 10:29 am
    Jul 9, 2001 at 2:37 pm
  • Hello Folks, I am trying to store a blob image using both code I have written and the example. The image size is about 10 Mb. Both pieces of code consistently give the same error. Error: MySQL server ...
    Mark RaderMark Rader
    Jul 3, 2001 at 10:38 pm
    Jul 3, 2001 at 10:50 pm
  • I would like to write a customized mysql client for windows. I tried to compile mysql++-1.7.9 but it didn't work. Then I read in the Readme that there were all kinds of problems with using gcc 2.95.3 ...
    Ryan BoderRyan Boder
    Jul 30, 2001 at 10:22 pm
    Jul 30, 2001 at 10:22 pm
  • Hello ! I'm using gnu mingw 2.95.2 with Dev-C++ 4.01, under win98se. Can someone point to me some small but complete examples of libmysql use (a samples select & show via cout, a insert and/or ...
    Mauro FerreiraMauro Ferreira
    Jul 30, 2001 at 2:29 pm
    Jul 30, 2001 at 2:29 pm
  • I am new in c++/mysql++ programming, can anybody give me a simple example makefile for a "helloworld" program? The example makefile of the document of the mysql++ is too complicated to follow for me. ...
    Oo ccOo cc
    Jul 29, 2001 at 2:50 am
    Jul 29, 2001 at 2:50 am
  • I want to know if a table exists in a database, how can i do to get this information in the best way? ---------------------------------------------------------------------------- --- If debugging is ...
    LorenzoLorenzo
    Jul 27, 2001 at 9:56 am
    Jul 27, 2001 at 9:56 am
  • To: '[email protected]' Subject: problem with sql_create_# and enum Hello, I am using the mysql++ api and i have the following problem , I want to create a struct to insert values into a ...
    Bert huygensBert huygens
    Jul 23, 2001 at 5:58 am
    Jul 23, 2001 at 5:58 am
  • I saw in the MySQL++ source that the email of this list is shown as "[email protected]", whereas the web page shows just "[email protected]". Some I'm sending this to test if it ...
    D. StimitsD. Stimits
    Jul 22, 2001 at 10:59 pm
    Jul 22, 2001 at 10:59 pm
  • Is it possible to compile the MySQL++ libraries with the Sun Workshop v. 6 compilers? I know it compiles the gcc 2.95, but our admin doesn't like freeware compilers on the sun systems. Thanks, Brad ...
    Brad TealeBrad Teale
    Jul 19, 2001 at 7:00 pm
    Jul 19, 2001 at 7:00 pm
  • hi! I have been install mysql using mysql-3.23.39-pc-linux-gnu-i686.tar.gz. The install path is /usr/local/mysql-3.23.39-pc-linux-gnu-i686. How to uninstall it? Can I remove the directory directly? ...
    CoolwycCoolwyc
    Jul 18, 2001 at 6:23 am
    Jul 18, 2001 at 6:23 am
  • Hi! This might be a newbie question (since I am one when it comes to mySql++), but how do I do conversions from the datatypes in the API. I mean, normally I can just send the data into a string ...
    Ronny HanssenRonny Hanssen
    Jul 17, 2001 at 5:26 pm
    Jul 17, 2001 at 5:26 pm
  • Hi, My system is a RedHat Linux 7.0, with the compiler downgraded to 2.95.3. I downloaded the source for MySQL++, but am getting an unresolved external when running make. I did: # ./configure ...
    Carlos MorenoCarlos Moreno
    Jul 16, 2001 at 1:22 am
    Jul 16, 2001 at 1:22 am
  • Hi, I am trying to store fax images in mysql (they are about 1K per page), which comes in as binary data. I am able to use mysql_escape_string(data, fax, sizeof(fax)) to get the data into mysql, as ...
    Joe JohnsonJoe Johnson
    Jul 11, 2001 at 9:42 pm
    Jul 11, 2001 at 9:42 pm
  • hello, is there a method in MySql++ to get a value inserted to auto_increment column? Thanks, .:: Andrius Armonas ::. .:: [email protected] ::. .:: http://baubas.andrius.org ::.
    Andrius ArmonasAndrius Armonas
    Jul 9, 2001 at 4:45 pm
    Jul 9, 2001 at 4:45 pm
  • /home/tdc/Packages/installed/mysql++-1.7.8/sqlplusint/.libs/libsqlplus.so.1.0.7 /home/tdc/Packages/installed/mysql++-1.7.8/sqlplusint/.libs/libsqlplus.so.1 ...
    Najaf Ali ShahNajaf Ali Shah
    Jul 4, 2001 at 3:08 am
    Jul 4, 2001 at 3:08 am
  • Hi I have considerable experience in C++ programming and in manipulating MySQL databases with PHP. I have to make a very simple program which just adds records to a database. The database will be on ...
    Najaf Ali ShahNajaf Ali Shah
    Jul 3, 2001 at 8:25 pm
    Jul 3, 2001 at 8:25 pm
  • I have a problem to access to a remote mysql database. I use this command to connect: mysql_real_connect(&mysql, "www.nexitonline.com",[username],[pwd],[database], 0, NULL, 0) and it works fine if ...
    GiangyGiangy
    Jul 3, 2001 at 1:01 pm
    Jul 3, 2001 at 1:01 pm
  • Erik, MySql lib needs network (winsock) support. SOCKET is defined in winsock2.h you have to include this header file before the windows.h in your cpp file. #include <winsock2.h #include <windows.h ...
    Patrice BEAUJOLINPatrice BEAUJOLIN
    Jul 2, 2001 at 10:12 am
    Jul 2, 2001 at 10:12 am
Group Navigation
period‹ prev | Jul 2001 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions30
posts70
users38
websitemysql.com
irc#mysql

38 users for July 2001

Andrius Armonas: 7 posts Charles Iliya Krempeaux: 4 posts Coolwyc: 3 posts Carlos Moreno: 3 posts John Hunter: 3 posts Leonard Thornton: 3 posts Lorenzo: 3 posts Sander Pilon: 3 posts Greg Haley \(aka gregor\): 2 posts Mark Peoples: 2 posts Mauro Ferreira: 2 posts Najaf Ali Shah: 2 posts Patrice BEAUJOLIN: 2 posts Pavel Matula: 2 posts Ryan Gilfether: 2 posts TdC: 2 posts Tobias Bohlin: 2 posts Trem: 2 posts Vadim Berezniker: 2 posts Dbuck: 1 post
show more
Archives