  | | | MySQL++ | I 'm a green-hand
I try to run msys.bat and enter ./configure --mysql /d/software/mysql
but the error is told
"checking for mysql library directory ... configure error Didn 't
find the mysql Hi
I was reading the source code to figure out how iterators exactly work on
Result objects since I knew I used them before. Apparently my projects
only use operator*().
Consider the followI often store booleans (MySQL type BOOL alias for TINYINT(1)). So it
would be very nice to have an automatic conversion from ColData to bool
so I in my programs can write someting like
RoHi
As a new user of mysql++ I have been surprised by the way the exception
flags works.
The User Manual says
The state of the object 's exception enabling flag is passed down to
chiHi
When a Row object is constructed it will copy all data of the fetched
row of type MYSQL_ROW to a vector of std string. That seems to me as
unnecessary use of time and memory. The row data iMinor cleanup patch for the simple example makefile.
- Chris
Index software/mysql++/examples/Makefile.simple
diff -u software/mysql++/examples/Makefile.simple 1.1.1.5 software/mysql++/examplesThis is a monster release! Most of it 's documentation but there 's a
fair bit of functional change too
o Multiple item form of insert() now works if you 're using the
SQLQuery classThe biggest piece in the new 1.7.40 release is the new reference manual
documentation. I 've spent nearly every working hour for the past 3
weeks since 1.7.35 was released adding material to the docI am trying to compile some code and I seem to be running into a whole
lot of problems. Searching with google has been fruitless.
Maybe some of you might have an idea of what this means or On Wed May 25 2005 at 08 56 39PM +0800 Willy K ' wrote
> g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c
> application.cpp
> g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c
> utI am trying link a static executable.
I use the following on linking
g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c
application.cpp
g++ -I/usr/include/mysql++ -I/usr/include/mysql -02 -c Hello everyone.
Here is what I 'm using
Windows XP Pro Visual Studio .NET 2005 Beta 2 MySQL Server ver. 5.0.4
Beta MySQL++ ver 1.7.35
I am trying to incorporate MySQL++ and Windows FHi
I am working on a program to do analysis of data from the Wikipedia
(http //wikipedia.org) database using MySQL++.
The program reads a very large result (up to several gigabytes) from the Hi all I 'm a new C++ programmer and I need to make a connection to a
MySQL server. I 'd like to know if mysqlpp library has SSL connection
support in the source tree I 've downloaded I can 't find anHy there
just trying to compile the mysql++-1.7.35 with the following error
source 'custom1.cpp ' object 'custom1.o ' libtool no \
depfile '.deps/custom1.Po ' tmpdepfile '.deps/custom1.TPo ' \
dHy there
just trying to compile the mysql++-1.7.35 with the following error
source 'custom1.cpp ' object 'custom1.o ' libtool no \
depfile '.deps/custom1.Po ' tmpdepfile '.deps/custom1.TPo ' \
dHello everyone I 'm just trying to grab one column of information and I
keep getting the exception thrown by this snippet of code in
coonection.cpp
if (lock()) {
if (throw_excptns) {
throwwhen i build the example sample1 in visual c++ 2005
it says winsock.h not found
how do i solve this?
Hi
I 'm learning about SSQL 's and want to use the equal_list method with the
vector <bool >* signature. The following example...
In another thread some of those of us who have been using MySQL++ the
longest were shown something about MySQL++ that we didn 't even know existed.
Since one of the big pushes recently has been bHi
The type conversion operator to std string in mysql_dt_base
(datetime.h) should be declared const. Otherwise it leads to
compilation bugs with SSQL 's that have a field of Date type which isHi
Below is a patch that contains a couple suggested documentation changes
as well as an explanation of how the type system works in type_info.{h cpp}.
The documentation describes what I was Here 's the equal_list() example based on Mark Merendino 's email split out
into its own file custom5.cpp.
- Chris
Index software/mysql++/examples/Makefile.am
diff -u software/mysql++/exampNoticed this in the diffs from 1.7.34 to 1.7.35 in the Wishlist
@@ -103 7 +114 8 @@
also floating point precision item in previous section.
o Attribution and licensing needsI 'm reading through the diffs from 1.7.32 to 1.7.33 and noticed the
following change in lib/query.h
@@ -11 13 +30 11 @@
#include <mysql.h >
#define mysql_query_define1(RETURN FUNC) \
- REOn Tue May 10 2005 at 11 10 31AM -0600 Warren Young wrote
> Also can you explain what you found in the library that prevented your
> example code from working in the first place? I.e. precisHello everyone.
Using latest mysql++ and MySQL 5.0.4
Windows XP VisualStudio .NET 2003 utilizing Windows Forms.
Able to connect to mysql only with empty params
mysqlpp ConnecI 'm trying to work with mysql 4.1.10 mac OS 10.3.9 and mysql++1.7.35.
The installation seemed to go correctly once I told it where to find
mysql (installed by Fink). But...
The examples crash zlf wrote
> Hi all
> I am using 'mysql_config ' to produce g++ argument.
> However execute [g++ -c testMain.cpp 'mysql_config --include '] will get
> an error message [mysql_config --inclHi all
I am using 'mysql_config ' to produce g++ argument.
However execute [g++ -c testMain.cpp 'mysql_config --include '] will get
an error message [mysql_config --include No such file or |
|
 |