Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL++
Page 21 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

Migration form 1.7.40 to 2.0.7 (Connection::execute)

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 funct

Row::at() doesn 't take const int?

Is 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/plusplu

Subject: BETA RELEASE: v2.1.0beta1

Okay 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 r

Subject: Precision of stored doubles

I '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 '

Subject: compile with mysql++

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

Subject: ALPHA RELEASE: v2.1.0alpha4

- 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_ty

Instaling MySQL++-2.0.7 on Windows XP with mingw

Hello 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-compa

Transaction class design in Wishlist

In 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

Unable to Insert Binary data in to mysql

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 call

Subject: ALPHA RELEASE: v2.1.0.alpha3

I 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

Subject: ALPHA RELEASE: v2.1.0.alpha2

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

Subject: ALPHA RELEASE: v2.1.0.alpha1

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 rol

Subject: SSQLS_NO_STATICS Problem

Hi 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 appl

Mysql++ in Mozilla/Firefox - XPCOM?

Dear 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

r1169 - /branches/v2.1-bakefile/bootstrap

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 mysqlp

Evaluating Bakefile

I '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 fr

Subject: mysqlpp complier error

Hi 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../li

Problem building version 2.0.7 with Visual C++ 2005

I 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

SQLQuery

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 i

Is it possible to query variable 'datadir ' via mysql

Hello 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 rega

A Good Way to compile mysql++ with mysql server 4.1

Hello 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/ when

Subject: Help with BadQuery Exception

Hi 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

do not set opt_read_default_file in Connector::connect - it causes SIGSEGV on de

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 SIGSEGV

Subject: A patch for connection.cpp

Hi 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(). Calli

Will MySQL++ will build under MFC?

Hi 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 i

AW: [Linker error] undefined reference to `mysqlpp::Connection::~Connection(

Try 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 vers

AW: [Linker error] undefined reference to `mysqlpp::Connection::~Connection() '

What 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..

undefined reference to `mysqlpp::Connection::~Connection() '

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

Strange result from query::execute()?

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 thr

Stability problems with mysql++

Help! 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 -
Page 21 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10