  | | | MySQL++ | I have migrated from 1.7.40 to 2.0.7. I had an issue compiling my code. I was using the execute member function in the Connection class to perform "FLUSH PRIVILEGES ". However the execute member functIs there a reason why Row at() doesn 't take constant unsigned ints?
same with the [] operator.
Respectfully
Alan Alvarez.
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/pluspluOkay it 's beta time for v2.1. That means that it 's feature complete
and only wants testing to find bugs before release. I had other plans
for features to add to v2.1 but due to having such low rI 'm having a problem where the doubles I try to store in my MySQL
database using the macro generated smart types in MySQL++. I tried
searching the mailing list for problem concerning 'double ' and
'Hi
I 'm in trouble compiling and building a c++ application that use mysql++...
Under linux i downloaded and compiled mysql++ so now i can run examples
but I don 't understand how to compile a new pr- Added Transaction class and an example to test it. You need to
re-run resetdb to make this work.
- Extracted all the C++ equivalents of SQL types from the top of
type_info.cpp into a new sql_tyHello every one I spen much time to install mysql++ to work on mingw and
this is the way I did?t hope help some one
The REAME.mingw file ask to do
First you will need to create a MinGW-compaIn Wishlist we read
o Transaction support. Create a "Transaction " class an
object of which you create on the stack giving it a
reference to the Connection object. Tr Hai all
I am haranath.t and this is my 1st post to this group.I am very much new to
mysql database.Here i want to
insert the finger print template 's(Binaray data) into mysql database
from C API callI wouldn 't have released this one so soon if it wasn 't for the
potentially destructive uninstall target in the previous version.
Hopefully I 'll slow down from releasing tarballs every day. )
So Changes since yesterday 's alpha1
- Merged the changes between v2.0.6 and v2.0.7 in so there are no
missing features in v2.1.x relative to 2.0.x.
- Added uninstall rpm ebuild and ctags Makefile This is the first working version from the MySQL++ v2.1 branch. There
are no new features. In fact it goes slightly backwards as it is
currently based on MySQL++ 2.0.6 I haven 't bothered to rolHi
I 'm trying to add the ssqls-link patch to allow generation of SSQL
without static member generation per these instructions
http //lists.mysql.com/plusplus/5314
I get the missing header upon applDear all
I checked the archive and haven 't seen a mention of this. XPCOM
is Mozilla 's Cross-Platform COM - it gives an interface for
javascript Mozilla/Firefox/Thunderbird etc. extensions do things
This seems like a bug in Bakefile.
- Chris
P.S. Bakefile support looks cool... unfortunately I don 't have a lot of
time to play with it right now.
On Sat Feb 25 2006 at 06 08 32AM -0000 mysqlpI 've been evaluating Bakefile (http //bakefile.sf.net/) as a way to
replace the automake and makemake build systems in MySQL++. This has
the potential to allow us to maintain a single input file frHi
I got following error. It is probably caused by buggy gcc(version 2.95.3)
If anybody out there know any workaround pls let me know.
Thanks
-- Junji
---
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../liI have visual studio 2005 installed and i am having trouble making the
2.0.7 version of MySql++.
I have downloaded mingw
I have set up the environment variables
I run 'makemake vc ' and everything is Hi
Is there any way to avoid the 12 parameters limit for SQLQuery() when
using mysql++-1.7.x ? My query should have 14 parameters.
The following code will certainly fail
Query insert_values
iHello MySQL++
I 'm looking for way to query the value of "datadir " mysql 's variable
at runtime with mysql++ but don 't know how to do that is it possible
and if yes then how?
Thanks.
--
Best regaHello
System XP on Dell (yes bad combo but....)
Mem 2Gig
HD 80Gig
Dev Env Code Blocks
compiler GCC .... mingw32-g++.exe that comes with Code Blocks.
http //www.codeblocks.org/
whenHi all
I am getting a "BadQuery " exception thrown _*every time*_ I send in this
statement
"select * from signature "
I am on an XP box running MySQL++ ver 1.7.32
I am running MySQL ver 4.1
I Hi.
Setting opt_read_default_file causes SIGSEGV in mysqlclient_r on debian sarge
during mysql_real_connect() in some cases.
This is a stack in the moment of SIGSEGV
Program received signal SIGSEGVHi all
I found Connection set_option() and Connection connect() do not work
together.
In MySQL C API mysql_options() should be called after mysql_init() and
before mysql_real_connect().
CalliHi
Thank you for your help in advance.
I am using VC++7.1 (.from .net under XP sp2.) to build console
application for resetDB it runs well. I create a MFC project with
simple dialog when click OK iTry to define the makro MYSQLPP_NO_DLL and recompile / link
Goddchen schrieb
> What compiler?
> I 'm using dev-c++ which i think uses g++
>
> What platform?
> I 'm using windows xp sp2
>
> What versWhat compiler?
I 'm using dev-c++ which i think uses g++
What platform?
I 'm using windows xp sp2
What versions of each?
Dev-c++ 4.9.9.2
What command did you give?
Just tried to compile my project..hi everyone... i wrote a REALY simple program )
#include "mysql++.h "
int main( int argc char* argv[] )
{
mysqlpp Connection con
}
when i try to compile it i get the following errors
Should the following have different results?
...
std string s "SET AUTOCOMMIT 1 "
query.execute(s.c_str())
query.execute(s)
The first succeeds. The seconds thrHelp!
I am using Debian 3.1 / gcc 3.3.5 (Debian 1 3.3.5-13) and the old mysql
++ 1.7.40 installed via configure/install/make install. The Makefile is
as follows
CXXFLAGS -pipe -Wall -W -O2 - |
|
 |