FAQ

Search Discussions

33 discussions - 65 posts

  • Hello All, I am currently running Linux Mandrake 7.1 and everything was going well, then... I modified a copy of the Makefile in the examples directory which looks like: ...
    Lonnie CumberlandLonnie Cumberland
    Jan 29, 2001 at 8:39 pm
    Feb 2, 2001 at 3:25 am
  • Hello All, I was reading through the examples and compiling them with no problems so far, but could not seem to find the documentation on the MySQL++ class methods. Also, I am wondering why it is ...
    Lonnie CumberlandLonnie Cumberland
    Jan 25, 2001 at 3:50 pm
    Jan 25, 2001 at 7:34 pm
  • I am trying to compile the first simple example described in the tutorial but I get a number of compile errors which I have pasted below: ----------------------------------------- ...
    David BirchfieldDavid Birchfield
    Jan 12, 2001 at 1:53 am
    Jan 17, 2001 at 2:46 am
  • Hi! I'm about to begin a new project with MySQL and I decided to install MySQL++ with the easy way = RPM. Here is the error msg I get when I install it: [[email protected] include]# rpm -i ...
    Charles OuimetCharles Ouimet
    Jan 5, 2001 at 9:01 pm
    Jan 9, 2001 at 11:59 am
  • Months ago I asked if the SQL++ documentation (Chapter 5, class reference) would be back. The answer was 'soon'. But, months later, the documentation still isn't back. ( ...
    Sander PilonSander Pilon
    Jan 4, 2001 at 2:09 pm
    Jan 4, 2001 at 3:02 pm
  • Hi, I try to run my programs but I have a message of error when I do it. The message is: "Can't connect to local MySQL server through soccket /tmp/mysql.sock (111)" Can anybody help me?? Thanks, ...
    Tello, Fredy RamiroTello, Fredy Ramiro
    Jan 30, 2001 at 4:29 pm
    Jan 30, 2001 at 9:21 pm
  • I'm trying to append in a method similar to this, to a query object, and it always acts as a null zero effectively terminating the string, giving an error such as: You have an error in your SQL ...
    Benjamin GrosmanBenjamin Grosman
    Jan 13, 2001 at 2:20 pm
    Jan 30, 2001 at 11:39 am
  • Hello All, I have just started to investigate the MySQL++ for an applicaion that I am working on and it looks to be very useful. I have tried the standard ENCRYPT(), ENCODE(), and DECODE() along with ...
    Lonnie CumberlandLonnie Cumberland
    Jan 21, 2001 at 4:25 pm
    Jan 22, 2001 at 2:03 pm
  • Could you please unsubscribe me from this list. Not that I am no longer interested just that my circumstances have changed and I no longer have the time. Thank you. Al
    Al McLeodAl McLeod
    Jan 27, 2001 at 11:01 pm
    Jan 28, 2001 at 2:15 am
  • Hello, I'm writing a "mailgate" program which simply parses the mail in XML format and stores the data to Mysql database. I'm using mysql++ downloaded last week from ...
    Eduard GajdosEduard Gajdos
    Jan 26, 2001 at 4:47 pm
    Jan 26, 2001 at 6:58 pm
  • Hi! This is a very simple but crude hack. It has so far worked for me, but I do not recommend it for novice users. Simply comment out the latter statement on line 89 in ...
    Johann Gunnar OskarssonJohann Gunnar Oskarsson
    Jan 24, 2001 at 7:09 pm
    Jan 25, 2001 at 11:45 am
  • Hi I get the following when trying to 'make' the mysql_1_7_8_tar.gz distribution: In file included from defs:5, from convert1.hh:4, from convert2.hh:2, from convert3.hh:2, from convert4.hh:4, from ...
    Mikkel ChristensenMikkel Christensen
    Jan 11, 2001 at 6:01 pm
    Jan 11, 2001 at 10:10 pm
  • Hi there, I try to include the MYSQL API in a Visual C++ Project. I get the source distribution from mysql.com und set the include Pfad in Visual C++. It do not work because the "sqlplus.hh" includes ...
    Sven PassigSven Passig
    Jan 8, 2001 at 12:43 pm
    Jan 11, 2001 at 7:46 pm
  • Hi everyone Would be very gratefull for some help. I am trying to compile a C program to access mysql and I am having trouble with the make file mysql libraries. The O'Reilly book states that I ...
    Mike thomasMike thomas
    Jan 8, 2001 at 1:08 am
    Jan 11, 2001 at 7:37 pm
  • Hi, i know that this list is to c++ api, but have a problem when link my program. Installed the mysql (mysql-3.23.28-gamma-pc-linux-gnu-i686.tar.gz) For compile, i use the command: gcc -c pcap.c ...
    LbragaLbraga
    Jan 7, 2001 at 5:00 pm
    Jan 11, 2001 at 7:27 pm
  • Hi everyone I've triied to use the libmysql.lib libary with the use of the mysql.h header file to make a little program with the borland C Builder 5.0. But I always get the error that the linker ...
    Wolfgang PichlerWolfgang Pichler
    Jan 6, 2001 at 9:07 am
    Jan 6, 2001 at 10:17 am
  • Hi all! I compiled the mysql++-1.7.8 for Solaris2.8 using gcc 2.95 compiler. And the compilation and installation was OK. But, when I tried to run an resetdb from the examples, I've got a ...
    Alex DruyanAlex Druyan
    Jan 4, 2001 at 5:46 pm
    Jan 4, 2001 at 6:13 pm
  • I installed mysql++ from a source distribution by running ./configure, then make, then make install from the directory where I extracted the source. I did not recieve any errors. When I try to run ...
    Le Roux BodensteinLe Roux Bodenstein
    Jan 3, 2001 at 9:23 am
    Jan 3, 2001 at 1:30 pm
  • I'm trying to install the mysql++ API. When I type 'automake' I get: automake: Makefile.am : required file './INSTALL' not found automake: Makefile.am : required file './NEWS' not found automake: ...
    Lee KembelLee Kembel
    Jan 31, 2001 at 2:18 pm
    Jan 31, 2001 at 2:18 pm
  • Hello All, Could someone please tell me the possible chars that can come back from the Encrypt() function? I know that it encrypts into a string of 13 printable chars, but am not sure of the ranges. ...
    LonnieLonnie
    Jan 30, 2001 at 5:17 am
    Jan 30, 2001 at 5:17 am
  • I am tring to compile a program that I have writen and I am getting linker errors. I am new to C++ and g++ so please bare with me if this is stupid newbe error. This works just fine. (step one) g++ ...
    Dave WallerDave Waller
    Jan 29, 2001 at 9:47 pm
    Jan 29, 2001 at 9:47 pm
  • Hello All. Any recommendations on the best setup for MySQL and MySQL++? That is, which version of Linux, Libc, MySQL, MySQL++ has provided the easiest setup, and the fewest number of problems? Thanks ...
    Unknown SenderUnknown Sender
    Jan 27, 2001 at 7:47 pm
    Jan 27, 2001 at 7:47 pm
  • Hi! Does anyone know if self assignments of Connection class objects is dangerous? I'm using references and stuff, and I have to copy a class that includes a reference to Connection object. I believe ...
    Johann Gunnar OskarssonJohann Gunnar Oskarsson
    Jan 26, 2001 at 7:10 pm
    Jan 26, 2001 at 7:10 pm
  • I am new to mysql. I would like to write a windows C++ program that allow me connect to the mySQL server which is running on the linux system. Can I do that with C++ API and if there is a unique code ...
    Le, PaulLe, Paul
    Jan 26, 2001 at 3:15 pm
    Jan 26, 2001 at 3:15 pm
  • Hi, I found a typo in the html version of the downloadable manual from MySQL. class Result: public methods: method (5) should read: * const Row operator [ ] (size_type i) const I haven't checked yet, ...
    Johann Gunnar OskarssonJohann Gunnar Oskarsson
    Jan 26, 2001 at 3:08 pm
    Jan 26, 2001 at 3:08 pm
  • Hey all, I'm having problems getting up and running on my mandrake 7.2 system. I have mysql installed any running fine, with a database built. I can compile with the mysql++ libraries fine, but when ...
    Unknown SenderUnknown Sender
    Jan 25, 2001 at 4:36 am
    Jan 25, 2001 at 4:36 am
  • Hello All, I have been reading over the docs and examples in the MySQL++ distro and was wondering if someone could please tell me the real advantage of SSQLS? I have seen in some of the examples that ...
    Lonnie CumberlandLonnie Cumberland
    Jan 24, 2001 at 2:19 pm
    Jan 24, 2001 at 2:19 pm
  • Hi, anyone know how to convert a field timestamp for seconds, or better, for miliseconds. I'm programming in C and nedd convert of timestamp (field of my table) for seconds. And more, what is the ...
    LbragaLbraga
    Jan 22, 2001 at 9:49 pm
    Jan 22, 2001 at 9:49 pm
  • Newbie here, Where can I get an example(s) of Microsoft Visual C++ 6.0 API to MySQL running under Linux 6.2? In addition to a C++ source file examples(s), where do I get the #include headers file(s) ...
    Don HargrovesDon Hargroves
    Jan 21, 2001 at 8:30 pm
    Jan 21, 2001 at 8:30 pm
  • Hello In Oracle Pro-C we have host arrays that can do bulk inserts much faster than inserting one record at a time. Do we have something similar for MySQL where a bulk insert is possible for a C or ...
    l_magnus_j Last Namel_magnus_j Last Name
    Jan 20, 2001 at 11:12 pm
    Jan 20, 2001 at 11:12 pm
  • Hi I tried to port an application i have written for Linux on i386 to the powerpc. mysql++ and my application compile just fine, but when I start it, it just segfaults. The segfault occurs as soon as ...
    Florian G. PflugFlorian G. Pflug
    Jan 14, 2001 at 3:47 am
    Jan 14, 2001 at 3:47 am
  • Hi, my name is Lucio and i am with a problem in the definition of field type for a field that store IP address. I try varchar(15),varchar(32), char(15), bigint, but i don't have sucess. Can anyone ...
    LbragaLbraga
    Jan 13, 2001 at 8:18 pm
    Jan 13, 2001 at 8:18 pm
  • Hi I'm currently trying to compile Mysql++-1.7.8 on a Win32 box. After some minor error in a .hh file, make fails because I do not have row.cc file. What should I do ? Pick row.cc somewhere (someone ...
    DAANEN VincentDAANEN Vincent
    Jan 11, 2001 at 3:19 pm
    Jan 11, 2001 at 3:19 pm
Group Navigation
period‹ prev | Jan 2001 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions33
posts65
users33
websitemysql.com
irc#mysql

33 users for January 2001

Lonnie Cumberland: 8 posts Thimble Smith: 8 posts Johann Gunnar Oskarsson: 6 posts Benjamin Grosman: 3 posts David Birchfield: 3 posts Lbraga: 3 posts Charles Ouimet: 2 posts Florian G. Pflug: 2 posts Mike thomas: 2 posts Mr.Y.SHIVAKANT: 2 posts Shari Davis: 2 posts Unknown Sender: 2 posts Werner Zupke: 2 posts Mikkel Christensen: 1 post Alex Druyan: 1 post Al McLeod: 1 post André Schoorl: 1 post DAANEN Vincent: 1 post Dave Waller: 1 post Don Hargroves: 1 post
show more
Archives