  | | | MySQL++ | The make process encountered error when compiling lib/manip.cpp with
following error messages
manip.cpp In function `mysqlpp SQLQueryParms&
mysqlpp operator < <(mysqlpp quote_type2 mysqlpp SQLStHello
I found the thread on the patch for nullable fields in sqlss and I tried to
apply it to the version 2.1.1 source code that I have. I ran the patch program
with -p0 option and had several huHi
With mysql++ 2.1.x it looks like the Bakefile changes have dropped the
SONAME. I 'm not sure how (or even if) Bakefile actually supports
SONAMEs but it would be really nice to actually have theHi!
I 've tried the nullable patch for SQLSS (
http //lists.mysql.com/plusplus/5435 ) and got it working almost.
It compiles and accepts null-fields ok.. but I loose all my spaces in
text fields.Hi
I am a newbie to mysql++. I have successfully compiled the mysql++ lib
under the environment of visual studio 2005. And then I tried to
compile and execute the examples to make sure the lib is woHi
I am working on the Xandros flavour of UNIX which automatically has MySQL
v 4.0.24 installed on it. I am trying to install mysql++ v 2.1.1 on it.
I have untarred the tar.gz file and try the "./cHello
After searching a while I found there are some issues with MySQL++ and
MySQL Stored Procedures.
Reference
http //www.mysqltalk.org/stored-procedures-and-multi-queries-bug-vt158123.html
AlCompiling my application I get
sql.obj error LNK2001 unresolved external symbol "private virtual
void __thiscall mysqlpp Query unlock(void) "
(?unlock@(protected)@(protected)@@(protected))
sql.obj error LNKHi all
I get the following error when trying to build from source
In file included from custom1.cpp 29
stock.h In function `void populate_stock(stock* const mysqlpp Row&)
[with mysqlpp sql_duIf you 're a user o bjam and Boost.Build or if you have a Boost
installation lying around attached to this message is a "Boost.Build
plug in " package with Jamfiles ready to build mysqlpp.lib and all I have done really heavy testing of version 2.1.1 on all those platforms
and have achieved success in almost any situation (exception SSQLS with
NULL but that 's planned for 3.0) the only thing I aJimmy Guo wrote
>
> The --enable-thread-check in 2.1.1 's configure.ac is handled too late.
> As a result the ACX_PTHREAD call is a nop in terms of influencing
> MYSQL_API_LOCATION. Before I submit Hello
After trial and error over a few hours it looks like retrieving binary
data that contains 0 (null) characters is not possible with mysql++. Is
this correct?
I am using mysql++ 2.1.1 and MyHi
I tried to build the dll using MsVs7.1 and the given vc workspace but
I got a linker error
Linking...
Creating library Release\mysqlpp.lib and object Release\mysqlpp.exp
connection.obj error While fetching data from a union query as shown in the code fragment
below I get the following error when fetching the data from the second
part which is only one row. The same behaviour is found wAfter regenerating the custom.h and custom-macros.h I could succesfully
compile.
But when I include custom datatypes such as mysqlpp Date in the
sql_create macro I get the following error
c \Progr
Hello
I 'm fairly new to mysql and I have a question about finding out if a particular field is NULL for type int and varchar. Using the quick example in the "User 's Guide " I tried comparing thHello
RHEL 4 gcc 3.4.3
MySQL-server-standard-5.0.19 installed
MySQL-client-standard-5.0.19 installed
MySQL-devel-standard-5.0.19 installed
With version 2.0.7 I was able to build the static librarHi
after I 've connected with mysql (4.1.12) I need to know some info like CHARACTER-SET.
I 've tried with Connection- >info() but the result is always "... "
How can I obtain this information with Several interesting fixes in this release
o MinGW and Cygwin will now build and link to mysqlpp DLLs.
o Fixed bug in Query causing it to initialize the "throw
exceptions " flag incI am using MySQL 5.0.19 and MySQL++ 2.1.0 under Visual Studio 7.1.
The following code compiles with an error
#include <mysql++.h >
#include <custom.h >
int main(int argc char* argv[])
{
return 0Hi
I have setup mysql++ fine setup the test db and everything seems to
be working. However when I run ./simple1 I get the following error
Database connection failed Access denied for user 'rootJoel Fielder wrote
>
> I think that the copy constructor for mysqlpp Query is copying the
> wrong exceptions flag.
Indeed! exceptions() is a method on basic_ios! It 's almost random
chance that Hi there
I 've just started using the MySQL++ library and has run into trouble when I
escape strings. Consider the query below where column "foo " is a string and
column "bar " is an int
mysqlpp Hi
I have a program which receives a packet from another application
and processes it against the DB depending on whats passed. The
structure of the program is event driven so I have a class whicHello
I would like to highlight a possible bug according to the following
entry in the change log for version 2.0.0 2005.08.16 (r1031) The
"Excess Hair Removal " release
>The "throw exceptions " flI actually found a way to build a shared library all you have to do is go
through all thwe process to build a static one then use one of the usefull
minngw tools a2dll all you have to do is
a2dlIt 's finally here version 2.1
o Converted automake and makemake files to their equivalents in
Bakefile format.
o Added the Transaction class which makes it easy to use
traconfigure give me this
checking for MySQL library directory... configure error Didn 't find mysqlclient_r library in '/usr/local/mysql/lib/mysql /usr/local/lib/mysql /opt/mysql/lib/mysql /usr/lib/mHi
I 've been using mysql++ for years with all the disgusing patches I 've
finaly found a good time to upgrade to 2.x. But I 'm having a major problem
with exceptions. It works perfectly on my worksta |
|
 |