  | | | MySQL++ | Hi I 've searched all over the internet for information about
inserting data into blob fields and I 've looked at the mysql++
examples. However I still can 't seem to solve my problem so I 'm
posting hHello
I am attempting to read a string that has been pushed
into a mysql table column by a java application not
using the mysqlpp library.
I see a conversion error when attempting to read a
string
I ran into the same problem as Elias. I 'm also running
Ubuntu but I 'm using the source files. The trouble-
shooting test proposed by Warren (using
mysqlpp cchar x 29 )
built without a hitch. I
Hello
Running mysqlpp 2.1.1 on Windows XP and 5.0 mysql.
Been trying tracking down what appears to be a leak. A
wee bit bizarre.
I have a column in a mysql database called messageData
is a VARCHI rediscovered a problem when building mysql++ from source using Visual C++ 2005 express on Windows XP. The original problem is described here
http //www.dbtalk.net/mailing-database-mysql-plusplus/Hello
I 'm disenchanted with the spotty database support in wxWidgets concerning the linkage between the backend database and the GUI frontend. It has an odbc class which displays rows in a grid objHi ive been having this problem and I believe i 've narrowed it down to
something im doing wrong with mysqlpp.
I 've asked on other forums and they told me they dont know whats wrong
because barring
Hello
I have a quick question.
Using mysqlpp 2.1.1.
I want to pack a buffer into mediumtext column.
What type field should I specify when using
sql_create_N(...)
I want to create a row using sDang that new user manual is great it took me ages to search the mailing list
to resolve the sql_create_#( name [1 not 0] .... ) issue.
thanks!
Warren Young wrote
> Warren Young wrote
> > chrhello everybody
does the API provide transactions? i did not found any transaction class.
thank you
Hi
I am hoping that some of you with greater mysql++ and c++ experience can help
me. What I want is to be able to use the SSQLS generated code as part of a
larger object....
FYI... I can get all thmysql++-2.1.1
---------
connection.cppthanks for helping guys. I have struggled but I feel the love from your
list!
I get real close to compiling the lib for your examples but I have one
silly error.
Since a am a newbie I thought I wouI have been searching for the past 3 days for an answer to my problem but can 't seem to find an answer while running #include <mysql++.h >#include <custom.h > sql_create_3(user 1 0Hi
I have a simple stored procedure that works the first time but when calling
the second time I get "Lost connection to MySQL server during query ". Does
anybody have an idea what I am doing wrong?I have not received anything for a while and got a probe message. My IT
says they are not blocking anything.
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/plusplus
To unsubscribeHi Warren
A couple of minor Windows related patches for you to
consider. They 're based on the tip of svn from earlier today.
The const_string.h one undefines min and defineHi
I have 2 instances of MySQL servers running on my machine and now I
want to connect to either 1 @ runtime. One is running on 3306(default)
and the other on 13306. So in the connection constructor Hi
I 'm trying to build mysql++ into my project. I 've setup a project within Visual Studio 2005 per the readme.vc instructions of the mysql++-2.1.1 release I 'm using with the following exceptions hi
Ubuntu Dapper Drake
gcc 4.0.3
MySql 5.0
Pentium M
mysql mysql++ and all relevant packages installed from ubuntu repositories
the following code
#include <stdio.h >
#include <mysql++.h >
int mainHello
On Linux/ppc gcc uses unsigned char 's by default. query.cpp constructs
an object of SQLParseElement and gives it a value of -1 for the "char "
parameter (n). Later this value is compared to -1 i am now using linux Suseversion is 2.6.5-7.151-smp andmysql server version
is 5.0.26-standard-log.
which version of mysql++ should i download and install?
actually i already download MySQL++ v2.1 oI actually solved my problem by simply adding the
#include "mysql.cpp "
header.
Thank you for your attention.
Regards
Martin
Hello! I am running Slackware Linux 11.0 with kernel 2.6.18 mysql-5.0.24a-i486-1 and mysql++-2.1.1-i386-1. My mysql user is mysql. I have problems with compilation of the first example from the user Hi I dont know what i am doing wrong here if someone through some
suggestions on this it would be wonderful give me a little detail as
to why it could happen. I seems to be from a string lib used bHello
I 'm studying expanded SSQLS code and I have a question.
As I can see field_list() (for example) return a temporary object of
<ClassName >_field_list. And real output to stream operate with itI need to keep a running total (not an aggregate) based on data in two
columns e.g.
a b calculated_col
100 -10 90
50 10 150
-10 -20 120
the rows are selected on certain WHERE criI have the same table defined in multiple catalogs. The table contains
a primary key that is set to auto-increment. In some of the tables
auto-increment works fine. In certain others the table Hi All
I have MySQL++-2.1.1 and mysql-4.1.11-2 on my Linux (Fedora Core) machine. I am using MySQL++ functions for creating a table dropping database inserting values into tables etc. I can creaHi
I need help in convertin this piece of code in C strings rather than
streams and strings. can someone please help me out with the use of
escape in char*.
c_struct is a C structure with some char |
|
 |