| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | I asked how to do an alternate configure step using the mysql++.spec file.
Replace line 49 in that file with:
%configure...
Jim
|
07-25-2008 07:30 PM
Warren Young | 9 | 70 |
|  | Here's my code:
mysqlpp::Connection awi_mysql_conn(false);
And here's what my compiler tells me:
../src/Definitions.cpp:35: error: variable...
Alex
|
07-24-2008 02:35 AM
Warren Young | 18 | 91 |
|  | Hi!
I have built MySQL++ using MySQL client libraries in custom locations
(using --with-mysql-lib, --with-mysql-include) and have got a...
Amit k. Saha
|
07-23-2008 01:19 AM
Amit k. Saha | 126 | 702 |
|  | I was using MySQL v5.0.51a (current community version is 5.0.51b). My
company just upgraded to Enterprise (v5.0.64) and we are seeing...
Kevin Regan
|
07-22-2008 01:13 PM
Warren Young | 27 | 152 |
|  | I placed the following code after line 77 or so (just before the return
0;) in the simple1.cpp example:
try {
query.reset();
string...
Jim
|
07-20-2008 08:23 PM
Warren Young | 9 | 60 |
|  | Hi,
I recently upgraded to version 3.0.2 and I'm having
a problem with error reporting when I execute a query
with store that fails. If, for...
Tom Moers
|
07-20-2008 10:31 AM
Jim | 4 | 77 |
|  | So there latest releases of MinGW and MySQL++ work without any issues?
Last I tried to use it (about two years now) there were so many errors
that...
Specter Phoenix
|
07-14-2008 09:48 PM
Warren Young | 9 | 56 |
|  | Hello,
I have read the mysql c API manual,and also read all the forum's stored procedure related stuff. But still i cannot figure out a way on how...
Faqeer ALI
|
07-14-2008 03:59 AM
Faqeer ALI | 18 | 102 |
|  | Hi everyone.
I have been mostly working with Linux for a Long time now and Visual C++
although I have been using it, it was a long time ago.
I...
Demetris Zavorotnichenko
|
07-11-2008 08:34 AM
Demetris Zavorotnichenko | 1 | 56 |
|  | I am having some trouble understanding why certain 'bad syntax' errors
are not being caught. Rather, they are not being caught as
mysqlpp-derived...
Drew M.
|
07-11-2008 08:30 AM
Warren Young | 18 | 200 |
|  | On Jul 10, 2008, at 2:26 AM, Christophe-Marie Duquesne wrote:
Yes. The Transaction class was added in the version right after the
one you're...
Christophe-Marie Duquesne
|
07-10-2008 08:51 AM
Warren Young | 9 | 54 |
|  | Warren Young wrote:
make clean all
../configure --enable-thread-check
Rick Gutleber
|
07-09-2008 01:34 PM
Rick Gutleber | 9 | 172 |
|  | On Jul 9, 2008, at 4:39 AM, William Pettersson wrote:
This sounds like a human time scale task. That is, records will
accumulate only as fast as a...
Warren Young
|
07-09-2008 09:48 AM
Warren Young | 0 | 53 |
|  | Hi all,
The short and dirty question:
I need to replicate 3-4 tables over a network from a remote MySQL
database to a local MySQL database, from...
William Pettersson
|
07-09-2008 09:48 AM
Warren Young | 8 | 37 |
|  | Only bug fixes and documentation improvements this time:
o Fixed a few bugs in SslOption that prevented it from actually
working. If you've been...
Warren Young
|
07-02-2008 05:43 PM
Warren Young | 0 | 87 |
|  | On Jul 2, 2008, at 3:56 AM, Loïc Dardant wrote:
In C++, if a derived class has a function with the same name as one in
the base class, the...
Warren Young
|
07-02-2008 07:01 AM
Warren Young | 8 | 58 |
|  | okay, i found http://lists.mysql.com/plusplus/7641
now trying the svn
2008/7/1 Attila Jecs <attila.jecs (AT) gmail (DOT)...
Attila Jecs
|
06-30-2008 05:40 PM
Attila Jecs | 0 | 48 |
|  | welder@dreamer ~ $ tar xf mysql++-3.0.3.tar.gz
welder@dreamer ~/mysql++-3.0.3 $ ./configure
checking build system type......
Attila Jecs
|
06-30-2008 05:40 PM
Attila Jecs | 8 | 65 |
|  | As a tip, you can also view the query string before calling execute() to
verify the SQL.
Adding something like:
std::cerr << query <<...
Drew M.
|
06-30-2008 02:59 PM
Drew M. | 8 | 91 |
|  | I noticed some other postings on the mailing list about using Nulls in an ssql. I haven't been able to get it to work in the way I expected it to...
Soul Boy
|
06-30-2008 08:10 AM
Warren Young | 32 | 318 |
|  | Well that kind of thing is usually done with inheritance and polymorphism.
If I get a chance to read the code I will try to come up with...
Warren Young
|
06-30-2008 08:10 AM
Warren Young | 3 | 68 |
|  | On Jun 27, 2008, at 11:53 AM, Daniel Rivin wrote:
I've checked in some changes that may help. If you want to see the
difference before the next...
Warren Young
|
06-29-2008 11:20 PM
Warren Young | 8 | 69 |
|  | Hi All,
I am new to v3.x.
I couldnt get it to compile into a static library.
./configure --with-static disable-dynamic doesnt seem to work...
Dino Korah
|
06-25-2008 07:00 PM
Dino Korah | 9 | 58 |
|  | I read your Unicode section and I am still not sure about the String class and UTF-8 data.
If I call size() when the string will it return "Return...
Soul Boy
|
06-23-2008 12:27 PM
Warren Young | 9 | 57 |
|  | Hi I am trying to use the sql_create_4 and sql_create_7 macros to
create a classes which I can pass to
query.insert on. Actually I have created...
Soul Boy
|
06-22-2008 12:43 AM
Warren Young | 36 | 265 |
|  | I'm trying to use MySQL++ with stored procedures on MySQL 5.0.45-
community, but cannot get it to work properly.
My stored procedure is:
drop...
shalayka@gmail.com
|
06-20-2008 02:48 PM
shalayka@gmail.com | 9 | 50 |
|  | In the MySQL C API one must call mysql_free_result to free the result
before the next query can be performed. Is there any way to do this in
MySQL++...
shalayka@gmail.com
|
06-20-2008 10:49 AM
shalayka@gmail.com | 0 | 91 |
|  | Hello,
I am using mysql6. mysql++ seems to be 'working' and 'installed'
correctly; however, at the end of the execution of my programs i...
Daniel Kolbo
|
06-19-2008 12:10 AM
Daniel Kolbo | 9 | 49 |
|  | I am using mysql++ to access mySQL from a C++ program.
I am able execute various queries except LOAD DATA LOCAL INFILE.
How do I go about doing...
Dennis M.
|
06-17-2008 12:10 PM
John Gehring | 10 | 206 |
|  | Hi,
I installed MySQL++ to a local directory, but could not run the
example code. What was I missing?
$ ./configure --prefix=/home/my/Install
$...
yh
|
06-03-2008 12:38 AM
jupiter | 27 | 241 |
|  | Hi All,
I'm not able to reuse mysqlpp::Query object and program throws exception. Although,I'm calling reset() function on...
onlyreply-sql@yahoo.com
|
06-02-2008 07:13 AM
Alexis Rodriguez Castedo | 29 | 216 |
|  | António Santos wrote:
First, I want to point out that this error comes from the MySQL server.
MySQL++ is only reporting it.
A Google search for...
Warren Young
|
05-30-2008 07:17 AM
Warren Young | 17 | 139 |
|  | I got MySQL++ working, but when compiling I need to add include and
library flags, e.g.:
g++ test.cpp -I/usr/include/mysql...
alpha@textdiff.com
|
05-26-2008 10:29 PM
Warren Young | 9 | 49 |
|  | Hello!
#include "include/mysql++.h"
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main(int argc, char *argv)
FreezeBurnX
|
05-26-2008 10:13 PM
Warren Young | 18 | 127 |
|  | Hi,
I have only just subscribed to the list so I don't know how to add to
the existing April thread on this.
My question is about increasing the...
Brett M
|
05-23-2008 08:16 PM
Brett M | 18 | 110 |
|  | It's a shame to ask for help in searching through mailing list archive to avoid useless post but I have no other choice left...
Anyway, when I got...
CHICAR Karim
|
05-22-2008 06:35 PM
Chris Frey | 18 | 92 |
|  | Sorry I know this comes up alot. I'm never clear on LGPL.
I'm evaluating mysql++ and I would like to create a closed source app
using it. Likely it...
support
|
05-22-2008 06:34 PM
support | 36 | 464 |
|  | This is a newbie question, but does it make a difference what directory I
download and 'make' mysql++ in? (I have GNU/Linux)
Does mysql++...
alpha@textdiff.com
|
05-21-2008 05:54 AM
Warren Young | 9 | 193 |
|  | Hello,
I'm a newbie in using C++ and MYSQL togetter.
I know the basic's of using MYSQL togetter with PHP.
I know the basic's of using C++ in Visual...
Rob K.
|
05-18-2008 05:35 AM
Warren Young | 9 | 90 |
|  | On May 16, 2008, at 3:48 AM, Maarten Schrijvers wrote:
Availability of the OS is not the problem. I'm just not sufficiently
interested in setting...
Warren Young
|
05-16-2008 05:04 AM
Warren Young | 35 | 220 |
|  | Hi,
g++ -c -o mysqlpp_mystring.o -I. -fPIC -DPIC -pthread
-I/usr/include/mysql -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions...
Remi Collet
|
05-13-2008 03:52 PM
Warren Young | 36 | 324 |
|  | I have been using mysql++ version 2.0.6 under linux for several years
now, linking in the library libmysqlpp.la
It's missing from later versions,...
Keary O'Dell
|
05-08-2008 04:25 PM
Warren Young | 1 | 88 |
|  | ------=_NextPart_000_0012_01C8B0EA.D7BD1C70
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Turns out that I had to...
Richard K. Szabo
|
05-08-2008 03:48 PM
Richard K. Szabo | 0 | 81 |
|  | ------=_NextPart_000_0042_01C8B058.3ED92D10
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Dear mailinglist,
This...
Richard K. Szabo
|
05-08-2008 03:48 PM
Jonathan Wakely | 7 | 72 |
|  | Hello all:
So I recently started migrating my app to mysql++ 3.0 from 2.3 and I'm
having a really weird little problem.
The compiler is choking on...
Rick Gutleber
|
05-06-2008 08:02 AM
Rick Gutleber | 4 | 79 |
|  | Hello all,
In the user manual, section 3.5, I read "By default, MySQL++ uses
exceptions to signal errors."
But the following code does not throw...
Vincent Jacques
|
05-01-2008 09:20 AM
Vincent Jacques | 2 | 78 |
|  | Hi all,
is it possible to compile the MySQL++ library so I can use it in an
application that needs to be built as "MFC in a static library"...
O. Baum
|
04-29-2008 09:00 AM
Joseph Artsimovich | 4 | 63 |
|  | --_4fe409d7-c521-4eb9-b3df-5547cf2decb0_
Content-Type: text/plain; charset="gb2312"
Content-Transfer-Encoding: 8bit
Hi,
This is my SSQLS...
QUcupid
|
04-27-2008 01:52 AM
Warren Young | 2 | 86 |
|  | Hi:
I inherited a project that uses mysql++ as part of a larger C++ class
library that was meant to incorporate other databases. Since we no
longer...
Rick Gutleber
|
04-25-2008 10:17 AM
Rick Gutleber | 3 | 86 |
|  | --------------080001050000010201010500
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
I am a...
Daniel Kolbo
|
04-24-2008 11:57 PM
Warren Young | 13 | 116 |