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 2 of 46 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: Re: Issues with multi-queries

I tried pasting the whole cpp file then parts of it... no go. I 'll try again with less data Multiquery code- modified multiquery example from 2.3.2. Pretty self-explanatory with comments at the

Subject: Re: Issues with multi-queries

Paul Martin wrote > I cant attach b/c of size limits on this list Actually I think the list just strips all attachments. Just paste the code inline instead. If you are in fact pasting it inlin

Subject: Re: Patch: Nullable fields in SQLSS

ddneilson wrote > I just tried checking this out of the svn and noticed that the > ./configure script seems to be missing from the repository. It 's a generated file not an original source file so

Subject: Re: Patch: Nullable fields in SQLSS

<quote > Anyone reading this who wants to use Null <T > types in SSQLSes please try this and report to the list if it doesn 't work. This is a very invasive patch and I 'm not convinced it 's completel

Subject: Issues with multi-queries

I 'm having some issues using multi-queries... I 'm using a C++ dialog app with MySQL 5.0.19-nt and MySQL++ 2.3.2 on a Windows XP platform. I have modified the 'multiquery example ' to demonstrate these

Subject: Re: Patch: Nullable fields in SQLSS

Waba wrote > Here is my patch that enables one to use nullable fields in SQLSS. So it 's only 21 months since you posted this but it 's applied now. ) Not even close to applied as-is but I hope I

Subject: Re: bug fix for MySQL++-2.0.7

Richard Forrest wrote > > class subscript_iterator public std iterator <ReturnType SizeType > > > should probably read > > class subscript_iterator public > std iterator <std random_access_it

Subject: RE: Sample files -- BadQuery w/Errnum patch part 4

Ok. I appreciate your patience with me on this and hope it is a useful addition. Let me know if I need to do anything else. > -----Original Message----- > From Warren Young [mailto mysqlpp@(protected)

Subject: Re: Sample files -- BadQuery w/Errnum patch part 4

Jim Wallace wrote > I 'm thinking the deadlock test may not be a useful for mysql++. I 've > altered xaction.cpp to test errnum() which is much simpler. Here 's the > patch. Argh... ) I was going

Subject: RE: Sample files -- BadQuery w/Errnum patch part 4

I 'm thinking the deadlock test may not be a useful for mysql++. I 've altered xaction.cpp to test errnum() which is much simpler. Here 's the patch. Index xaction.cpp

Subject: RE: Sample files -- BadQuery w/Errnum patch part 4

> -----Original Message----- > From Warren Young [mailto mysqlpp@(protected)] > > I think we don 't want the example to succeed. It 's > intentionally demonstrating a programming bug so it should f

Subject: Re: Sample files -- BadQuery w/Errnum patch part 4

Jim Wallace wrote > > 2. Why does the first example need the loop? The second pass > > isn 't actually needed to make it deadlock is it? > Not to get the deadlock but to have it succeed it must do

Subject: RE: BadQuery w/Errnum patch part 4

<blush > Yes I was going to ask you about the other exceptions since there where places those were used that didn 't have a MySQL errnum. But it looks like you resolved it. > -----Original Message---

Subject: RE: Sample files -- BadQuery w/Errnum patch part 4

I put some inline comments in. I 'll redo the samples after we hammer this out. > -----Original Message----- > From Warren Young [mailto mysqlpp@(protected)] > Sent Thursday October 25 2007 10 24

Subject: RE: Sample files -- BadQuery w/Errnum patch part 4

I put some inline comments in. I 'll redo the samples after we hammer this out. > -----Original Message----- > From Warren Young [mailto mysqlpp@(protected)] > Sent Thursday October 25 2007 10 24

Subject: RE: Expose errnum() in query -- BadQuery w/Errnum patch part 3

That 's correct you can 't reproduce the problem unless there 's a sql call between the exception and your call to errnum() which occurs on the rollback of a transaction. If you run the deadlock tests

Subject: Re: Sample files -- BadQuery w/Errnum patch part 4

Jim Wallace wrote > + deadlock1 and deadlock2 Tests detecting a deadlock between > + two transactions using the BadQuery what_errnum() value I 've looked at these and have some concern

Subject: Re: BadQuery w/Errnum patch part 4

Jim Wallace wrote > > This is the new BadQuery exception with the new errnum parameter. Applied with a lot of changes. Also applied the same change to ConnectionFailed and DBSelectionFailed as

Subject: Re: Expose errnum() in query -- BadQuery w/Errnum patch part 3

Jim Wallace wrote > + /// If you want the string *and* number you must > + /// call errnum() before calling error() since error() clears I tried to replicate that by causing an error in one of the

Subject: Re: Building svn tip on Windows

Jim Wallace wrote > > Add the 1 on the end of line 39 of common.h otherwise you get this > error > lib\beemutex.cpp(65) fatal error C1017 invalid integer constant > expression > > --- c \tmp\co

MySQL++ and Gentoo

On Wed Oct 24 2007 at 04 49 48AM -0600 Warren Young wrote > Michael Hanselmann wrote > > Actually I 'm a Gentoo dev too and just bumped the package last week. > > Thanks! The current .ebuild fi

Subject: Sample files -- BadQuery w/Errnum patch part 4

I 've attached sample source files. If they don 't make in into the list I can send then inline. Added sample projects to bkl file and a blurb in the readme. See http //lists.mysql.com/plusplus/7060

Subject: BadQuery w/Errnum patch part 4

Part 4 of broken up new version of BadQuery update patches after review by Warren. This is the mother lode. This is the new BadQuery exception with the new errnum parameter. See http //lists.mysql.

Subject: Expose errnum() in query -- BadQuery w/Errnum patch part 3

Part 3 of broken up new version of BadQuery update patches after review by Warren. This was needed for the new BadQuery exception and since isolated it is a separate patch. See http //lists.mysql.

Subject: Better exception usage -- BadQuery w/Errnum patch part 2

Part 2 of broken up new version of BadQuery update patches after review by Warren. Again per Warren the BadQuery was misused in this case. See http //lists.mysql.com/plusplus/7060 for reference D

Subject: Patch for better exception use -- BadQuery w/Errnum patch part 1

Part 1 of broken up new version of BadQuery update patches after review by Warren. In this case the BadQuery was being misused in this case and Warren suggested a new exception. See http //lists.mys

Subject: Building svn tip on Windows

I got the tip from SVN a this morning and had to make two minor changes to get it to compile using VS2003 Add the 1 on the end of line 39 of common.h otherwise you get this error lib\beemutex.cpp(65

Subject: Re: Problem with "mysqlpp:Result "

There are two problems I can see. 1. there is no end control for variable i 2. res is a vector (i guess) res.at(i) will out of boundary when i is exceed the size ALeX <logocomune@(protected) > 10/

Subject: RE: Please send me a test message

Got it fine. Thanks. Odd. I seems to get all the other postings from the list but not yours. I 'll subscribe with my other e-mail to see if I can figure out what 's up. I used to get your but a few

Subject: Re: Problem with "mysqlpp:Result "

ALeX wrote > I have this little problem if i use this code of exemple > if (res) { > mysqlpp Row row > mysqlpp Row size_type i > for (i 0 row res.at(i) ++i) { > cout < < '\t ' < <
Page 2 of 46 1   2   3   4   5   6   7   8   9   10   Next 10