  | | | MySQL++ | Hi
I have a program which uses multiple threads each thread has its
own connection object so no sharing is happening there. Now I have a
library called DBAccess which is basically all the functiHi
Can you please post this question
I have a table 'Person ' with column 'age ' that allows NULL. How can I use
SSQLS to read that table and return '0 ' for age if age is 'NULL '?
What type do I nee > > Bill K wrote
> > You probably want the regular MySql C API.
> >
> > http //dev.mysql.com/doc/refman/5.0/en/c.html
>Yup. MySQL++ is known not to work with the old Borland C++ line of
>compilers.
>AMySQL++ didn 't do some of the things I wanted it to do so I wound up
writing my own wrapper for MySQL. But I think it would be good if these
could be added to MySQL++ but I 'm not sure if they wouldMSQLPP newbie question here.
I have a recordset. I need to display the columns names along with the
rows. Any good hint?
Thank you
--
*Andrea Fastame*
fastame@(protected) <mailto fastame@(protected) >
I 'm trying to get the package installed on Novell SLES-10. Make ran OK
once I provided the correct paths for the include and library files for
mysql. However when I try to run the examples I getWhen there is a problem with a connection the next time we call a
function like mysql_query() or mysql_ping() it does report an error
witch is fine but if I call
2 function in a row before reseting tI would teach to my students basic SQL using C language with minimal set
of prerequisites input output from dos shell simple development
environment. In my school we adopt Borland C 5.02.
My quesHi
I want to use data binding but I cannot figure out whether mySQL++
supports it? mySQL C API supports it but it has a big ---- it does
NOT support vector data binding for prepared statements. THi I wanted to read and write a C++ structure to the DB. I went
through the example given and from this sinppet of code I got from the
user mannual had a small Q.
I thought that std string is a /0I have a design concern with MySql++ I have multithreaded software that
can have 1000 threads simultaneously connecting to a Mysql server
At first I made one connection per thread but it quickly Hi I am using MySQL++ extensively in my code and I just made some
modifications which now uses a ton of stl maps and vectors and strings.
When I first did this my code would core dump and after doinHi
We are starting to migrate our databases to MySQL and intend using the
MySQL++ wrapper. I have searched the documentation and mailing list
archive and could not find information on which versions
Hello.
Firstable thanks for your help this mailing list is very great because
it 's rare to find other information elsewhere.
Then we solved the problem of delete/free on a Row.
(Remember the follHi I 'm trying to buil latest mysql++ with Visual studio 2005 an getting
following error.
Compiling...
connection.cpp
.\connection.cpp(165) error C2065 'ulong ' undeclared identifier
.\connectI have a daemon running 24/7 that uses the mysql++ package to connect to my
database. It works great but after it passes the wait_timeout of the server
it of course spits out a "MYSQL SERVER HAS GOI got unresolved external on Connection ping() since it wasn 't exported
from the DLL. I added MYSQLPP_EXPORT to fix it.
Where is MySql++ now? I went to get the latest code to see if this was
fixeHi
I 'm new to the mysql.
I 'm using 4.1.20 libraries(mainly libmysqlclient.a) and associated header files. These are all
'c ' APIs.
I would like to download the source codes for thThank 's Warren
I 've found the solution....... duplicate a field that I read from a "left outer join " with 2000 rec
-----Messaggio originale-----
Da Warren Young [mailto mysqlpp@(protected)]
InHi
I 've a big query to execute.There is a way to speed up with mysql++ whitout modify teh SQL?
**********************************************************************
The information in this messageWhile searching for an example of using ssql with blob data I came
across the following thread
http //lists.mysql.com/plusplus/5208
Since the nature of my data could potentially lead me to the sameTo whom it may concern
There is a bug in mysql++-2.1.1 's configure.ac file that was not in
mysql++-2.0x.
The thread has to do with not using the mysqlcient_r library even
thought --enable-thread-cI 'm trying to build mysql++ under Cygwin. I ran './configure ' and 'make '
and everything compiles fine. But when I type 'make install ' I get this
error
Hi
I have two questions...
I 'm writing a code something like this
create query
run query using use()
while (mysqlpp Row row res.fetch_row()) {
try {
{{create and Hi all
I have found a bug.
mysqlpp transaction 's destructor can throw exceptions.
destructors should never throw.
If I am using the transaction object and then mysql "goes away " resulting in oneI forgot to ask you- is there any data binding support in mysql++
much like in mySQL C API with the MYSQL_BIND structure? Are you
planning of adding one soon?Thank you.
--
MySQL++ Mailing List
For I have a question. I saw that you do not support prepared statements
for now (http //lists.mysql.com/plusplus/5864). Are they not more or
less equivalent to the Template Queries we have in mysql++ ? IFound a little problem with the Windows install.bat file. The first few
lines are
@(protected) off
if "%1 " " " goto error
set BASE_DIR c \mysql++
set INST_INC_DIR %BASE_DIR%\include
set INST_LIB_DIR %I have roll back to 5.0.22 (mysql-standard-5.0.22-linux-i686) but the problem still exists.
>No there 's some problem with 5.0.24 that I haven 't yet tried to look
>into. You can either roll backI have installed mysql-standard-5.0.24-linux-i686 from binary and it does work well.
but when I tried to compile mysql++-2.1.1 by typing
./configure --prefix /home/jing/mysql++ --with-mysql /home/ji |
|
 |