FAQ

Search Discussions

32 discussions - 101 posts

  • I am making some server program that insert data to mysql 5.0.6 And I am using mysql++-2.0.7. But there is a memory leak, so let me know how can I avoid this problem. ...
    최 종윤최 종윤
    Jan 18, 2006 at 6:19 am
    Jan 27, 2006 at 12:28 am
  • Hi all, I am getting conversion error when I try to read data into SSQLS structure and value of an integer field is null. I modified example stock table to have NULL values for num field and customX ...
    Ece KarliEce Karli
    Jan 20, 2006 at 10:46 pm
    Apr 21, 2006 at 10:30 am
  • hi so that i finally got the examples working I wanted to write an own snippet about mysql++ connection.. as long as i just have one error everything is ok.. but when i correct the error I get a ...
    Jonas JurczokJonas Jurczok
    Jan 17, 2006 at 12:00 pm
    Jan 17, 2006 at 7:18 pm
  • Is there a specific reason why subscript_iterator doesn't have a - operator? Would it be possible or how hard would it be to implement one? I'm not very familiar with the inside structure of mysql++, ...
    Alan AlvarezAlan Alvarez
    Jan 4, 2006 at 11:24 pm
    Jan 11, 2006 at 8:41 am
  • Hi there again. I solved the Problem described in the Thread above... but therefore I dont know how to answer to a Thread here I couldnt write it.. *beginners fault :) * The trick was to compile the ...
    Jonas JurczokJonas Jurczok
    Jan 16, 2006 at 11:55 am
    Jan 16, 2006 at 9:46 pm
  • Hi, I'm using Fedora Core 4 with MySQL 4.1.16. I compiled and run resetdb successfully. It created the sample database. Then I compiled simple1.cpp, but when I run it, it dumps this: [[email protected] ...
    VanVan
    Jan 10, 2006 at 6:53 pm
    Jan 16, 2006 at 4:38 pm
  • Extract from http://tangentsoft.net/mysql++/ : "... this problem has gone unfixed due to lack of interest for many months, we no longer ship Borland project files with the package. We're willing to ...
    Frederic LaruelleFrederic Laruelle
    Jan 20, 2006 at 11:00 pm
    Jan 24, 2006 at 12:10 am
  • Hi all, I hope somebody can help pinpoint the error. I am new to mysql and mysql++. This is the command: g++32 -g -I../leda/incl -I. -I/usr/local/include/tre/ -I/usr/local/include/boost-1_33_1/ ...
    Sandeep GuptaSandeep Gupta
    Jan 15, 2006 at 6:58 pm
    Jan 15, 2006 at 8:40 pm
  • Hi! this is the first time I use mysql++. While I'm compiling examples (MinGW[latest version] on Windows XP SP2) I obtain this error: g++ -L..\lib\debug -Lc:\mysql\lib\gcc debug/resetdb.o ...
    Brizio85Brizio85
    Jan 13, 2006 at 10:57 am
    Jan 14, 2006 at 10:12 am
  • Hi List. I'm new to using MySQL++, and not particularly experienced with hugely complex projects.. So I hope everyone will be patient with me as I ask a few really simple-minded questions. Pointers ...
    Brian HenningBrian Henning
    Jan 31, 2006 at 10:18 pm
    Feb 2, 2006 at 11:05 am
  • Does anyone on the list have tips for reducing compile times for MySQL++ code (read: template instantiations) with g++? I have a source file that contains 6 ResUse and 6 Row objects and it takes g++ ...
    Drew VogelDrew Vogel
    Jan 17, 2006 at 5:51 pm
    Jan 27, 2006 at 12:17 am
  • Hello all, I'm trying to run the following code: query = conn.query(); ttime = time( NULL ); sprintf( dTime, "%d000", ttime ); sql = "insert into Survey values ('"; sql += dTime; sql += "', '"; sql ...
    Chuck HainesChuck Haines
    Jan 24, 2006 at 8:02 pm
    Jan 25, 2006 at 11:30 am
  • Hi all, I have compiled the library and installed it. When I run my program, I get Debug Assertion Failed error in file dbgheap.c. I searched the archives and the only solution suggested was to use ...
    Ece KarliEce Karli
    Jan 17, 2006 at 1:09 am
    Jan 19, 2006 at 7:30 pm
  • i'm getting linker errors when running the examples on osx 10.3.9 i'm pretty new to this, so let me go through exactly what i did. first, i downloaded the mysql-dev package using fink and made the ...
    Chad DombrovaChad Dombrova
    Jan 17, 2006 at 11:14 pm
    Jan 18, 2006 at 5:36 pm
  • Robert [email protected] ~ $ cd c: Robert [email protected] /cygdrive/c $ cd mysql++ Robert [email protected] /cygdrive/c/mysql++ $ cd lib Robert [email protected] /cygdrive/c/mysql++/lib $ ls ...
    Robert HutchingsRobert Hutchings
    Jan 17, 2006 at 12:35 am
    Jan 17, 2006 at 3:23 pm
  • I am using VC++ 2005 (free version), with MySQL++ files unzipped/untarred into C:\mysql++. I am using XP Pro SP2. I have installed MySQL Server 5.0 into C:\MySQL and it is running OK. So, on my first ...
    Robert HutchingsRobert Hutchings
    Jan 6, 2006 at 6:05 pm
    Jan 6, 2006 at 8:35 pm
  • Hello, I'm trying to build a program that establishes a connection with the mysql server and save the mysqlpp::connection instance in memory throughout the execution of the application. When I try to ...
    Alan AlvarezAlan Alvarez
    Jan 1, 2006 at 10:25 pm
    Jan 5, 2006 at 2:54 pm
  • Hi, I think I have fixed a small bug in MySQL++-2.0.7 Result::iterator is not a model of the RandomAccessIterator concept. This makes it unusable with the boost::iterator library amongst other ...
    Richard ForrestRichard Forrest
    Jan 7, 2006 at 3:58 pm
    Oct 27, 2007 at 9:00 am
  • I am getting the following build errors when trying to compile the simple1 or simple2 examples with Borland BDS 2006: [C++ Error] convert.h(109): E2268 Call to undefined function 'strtoll' [C++ ...
    Frederic LaruelleFrederic Laruelle
    Jan 23, 2006 at 5:46 pm
    Jan 27, 2006 at 5:48 pm
  • I'm running Mac OS 10.3.9. I used ./configure --with-mysql=/usr/local/mysql to generate the makefile. When I run the makefile, it produces the error below and then stops. g++ -g -O2 -o .libs/resetdb ...
    Suhas NayakSuhas Nayak
    Jan 25, 2006 at 7:29 pm
    Jan 26, 2006 at 5:52 am
  • I was wondering if anyone had an example of using the Connection::set_option( Option o ) method. I am trying to enable mysql to be able to hand multi query statement by setting the ...
    Chuck HainesChuck Haines
    Jan 24, 2006 at 6:40 pm
    Jan 25, 2006 at 5:37 am
  • MySQL++ Luminaries, Hello again. Could you please help me insert a timestamp into one of my table fields? For simplicity lets say my table DDL is: CREATE TABLE test (id BIGINT NOT NULL , systime ...
    Stephen PovilaitisStephen Povilaitis
    Jan 18, 2006 at 8:29 pm
    Jan 18, 2006 at 9:35 pm
  • Most exalted ones, I'm using gcc 3.4.3 on Redhat Enterprise Linux with MySQL 4.0.1 and mysql++ 2.0.4. I'm having some issues trying to use SSQLS that I would appreciate some help with. If I try to ...
    Stephen PovilaitisStephen Povilaitis
    Jan 17, 2006 at 5:56 pm
    Jan 17, 2006 at 8:19 pm
  • In order to build the source RPM under RHEL 4.1 I had to tell "configure" to look for the MySQL libs under /usr/lib64. here's a patch against the mysql++-2.0.7-1.src.rpm spec file that will fix this. ...
    Michael HarrisMichael Harris
    Jan 16, 2006 at 10:19 pm
    Jan 17, 2006 at 2:54 pm
  • Hi, How do I set things up so I can step into the dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks, Jan
    Jan MJan M
    Jan 16, 2006 at 6:48 pm
    Jan 16, 2006 at 8:52 pm
  • hi Im running FC IV. after installing the mysql++ packages i tried out to compile the example programs.. that returned: [[email protected] examples]# make g++ -L../lib /resetdb.o /util.o -oresetdb ...
    Jonas JurczokJonas Jurczok
    Jan 15, 2006 at 8:56 pm
    Jan 16, 2006 at 12:30 pm
  • The error I receive is this: C:\mysql++-2.0.7 c:\cygwin\bin\make.exe cd lib && c:\\cygwin\\bin\\make.exe BIN_DIR=debug all example_setup make[1]: Entering directory `/cygdrive/c/mysql++-2.0.7/lib' ...
    K _K _
    Jan 4, 2006 at 12:02 am
    Jan 5, 2006 at 2:55 pm
  • hi, i tried to run firs example from tutorial(that i found shit at the begining), im using VC++ from VS 2003, and last version of mysql so i put: ...
    KamiseqKamiseq
    Jan 30, 2006 at 4:20 pm
    Jan 30, 2006 at 4:20 pm
  • Neboj, casem se na to rada urcite dostane :-) Co se tyce zipu, tak format zip je otevreny, takze s nim nemam sebemensi problemy (mohu i upravovat zdrojaky defaultniho softu). Problem nastava az z ...
    Jarek 'Jarcec' CechoJarek 'Jarcec' Cecho
    Jan 27, 2006 at 9:25 pm
    Jan 27, 2006 at 9:25 pm
  • Docela dlouho jsem premyslel jestli tomu cloveku mam odpovedet, ale nakonec jsem se smiloval nad jeho neznalosti a napsal mu postup jak si vytvorit (pres webove rozhrani) ucet u ICQ a jak pak ...
    Jarek 'Jarcec' CechoJarek 'Jarcec' Cecho
    Jan 27, 2006 at 7:50 pm
    Jan 27, 2006 at 7:50 pm
  • I'm sorry. I sent this to you directly instead of the list. Re-sent just to make sure everybody else gets it. Respectfully, Alan Alvarez.
    Alan AlvarezAlan Alvarez
    Jan 7, 2006 at 3:49 pm
    Jan 7, 2006 at 3:49 pm
  • OK, I have installed the Platform SDK and updated the INCLUDE variable, but still can't get make to work for VC 2005. Any ideas? C:\MySQL++ make cd lib && make BIN_DIR=debug all example_setup ...
    Robert HutchingsRobert Hutchings
    Jan 7, 2006 at 1:42 am
    Jan 7, 2006 at 1:42 am
Group Navigation
period‹ prev | Jan 2006 | next ›
Group Overview
groupplusplus @
categoriesmysql
discussions32
posts101
users30
websitemysql.com
irc#mysql

30 users for January 2006

Warren Young: 28 posts Jonas Jurczok: 11 posts 최 종윤: 6 posts Chris Frey: 5 posts Ece Karli: 4 posts Robert Hutchings: 4 posts Alan Alvarez: 3 posts Chuck Haines: 3 posts Denis ERCHOFF: 3 posts Drew Vogel: 3 posts Paul: 3 posts Sandeep Gupta: 3 posts Verfranc Raganas: 3 posts Alexander Stock: 2 posts Chad Dombrova: 2 posts Frederic Laruelle: 2 posts Jarek 'Jarcec' Cecho: 2 posts Stephen Povilaitis: 2 posts Brizio85: 1 post Brian Henning: 1 post
show more
Archives