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

Subject: Memory leaks with VS7.1

Hello System VisualStudio 7.1 C++ MySQL 4.0.25 MySQL++ 2.0.0 Beta2 In anybody has memory leaks at the end of its program when he uses the system above. I only added <mysql++.h > and the libraries

More simple sample

I was working through the samples and to get a first overview I feel a smaller sample may serve beginners better. That simple1.cpp really says little and the util.cpp has the stuff litered around

Beta 2: Warning when compiling program in FC4 GCC4

I just installed 2.0.0 Beta 2 on a Fedora Core 4 system. I am getting the following warning /usr/local/include/mysql++/noexceptions.h In member function mysqlpp NoExceptions& mysqlpp NoExcepti

reply-to discussion

On Mon Jul 18 2005 at 10 56 21AM -0700 Earl Miles wrote > Warren Young wrote > >Earl Miles wrote > [reply-to discussion snipped] When I come across broken mailing list configurations such as m

Subject: Newbie query use help.

Hi folks I 'm a humble non-programmer who just wants to read a float table value into a float variable.

commit list

Warren I trust that you 're subscribed to the commit list so you 'll see any of my small changes (such as svn revision 967) without having to post about it here. Bigger changes I 'll post about here

Building w/ Mingw Dev Studio & WxWidgets

Hi All I finally got MySQL++ (1.7.40) built with one of the included console based examples. Now I am struggling with building MySQL++ along with WxWidgets using MinGW Developer Studio. All I do

Subject: 'long long ' not supported

I am getting the following compiler errors and I was wondering if there was a way to get around the unsupported 'long long. ' g++ -g -Wall -W -pedantic-errors -I/usr/local/include -I/usr/include/mysq

Unicode Characters

Hello everyone. I got MySQL version 5.0.9 Beta mysql++ 2.0 Beta and using VS.NET 2003 (Ver. 7.1) Windows XP Pro I am having issues with Unicode characters. All the examples of mysql++ compiled

Subject: BETA RELEASE: v2.0.0-beta2

This is the second beta release of MySQL++ v2.0. Not much has changed from a practical standpoint please see the beta1 announcement for most of the details http //lists.mysql.com/plusplus/4591

mysqlpp 2.0beta

Hello Everyone I 've been playing with porting my C++ app to use mysql++ 2.0 instead of mysql++ 1.7. Looks good overall. Nice work Warren and everyone! One question I 'd like to be able to maintai

VS 2003 / Mysql++ 1.7(or 2.0 b) =&gt;__int64 followed by     'long

np@(protected) wrote > Hello Is it possible to put mysqlpp Connection * con in a class (and a .h) ? Sure. I think you 've got serious problems elsewhere in your system guessing from your previous "lo

VS 2003 / Mysql++ 1.7(or 2.0 b) =&gt;__int64 followed by 'long 'is

Hello Is it possible to put mysqlpp Connection * con in a class (and a .h) ? I 've tried already and then theses previous errors appears under VS 2003 ... Sample code (.h) #include <mysql++.h > cl

Connection always on and field names

Hi I am using mysql++ very lightly..connect to a DB run a select/insert/update and use the result set. Now I have 2 things I want to do...One I want to figure how to keep the connection always on

problem with 2.0.0?

hi warren i have a programme with mysql++. it 's too simple. connect query result row -- > then I will analyse the data but when I try to upgrade to 2.0.0 I have to face so many error that is about

Subject: m4 macro for mysql++?

Hi I 'm adding a dependancy for mysql++ in my project and need my configure script to check that it 's installed. Is there an official m4 macro for this or an pkg-config file or do you all write you

MySQL++ and SSL

Hi all i 'm new with mysql and c++ and i have to wrote an application which insert data in a mysql database. I want data to be encrypt so i search on the web and i saw that mysql support SSL now. I

VS 2003 / Mysql++ 1.7(or 2.0 b) =>__int64 followed by 'long 'is ille

...\mysql++\lib\defs.h(53) error C2632 '__int64 ' followed by 'long ' is illegal ...\mysql++\lib\defs.h(53) warning C4091 'typedef ' ignored on left of 'unsigned __int64 ' when no variable is decl

VS 2003 / Mysql++ 1.7(or 2.0 b) = > __int64 followed by 'long ' is    illegal ??

np@(protected) wrote > i have a compile error in defs.h Please post the text of the compiler error. > If i try to force NO_LONG_LONGS macro Why would you do that? For standard platforms NO_LONG_

BC++6.0 linker error

hey I 'm using the "1_7_1win32_borland_1_2 " version of MySQL++ and I experienced some problems compiling the example applications under Borland C++ Builder 6.0 personal edition. I have added the lib

Access violation exception in visual studio

I have made a programm using the mysql++ API for the visual studio 7. The code is try { Query query con- >query() ostringstream strbuf query < < "select * from vsr " log < < "query " < < query.pre

Clarification of Compiling Procedure

On Fri Jul 08 2005 at 06 58 34AM -0600 Warren Young wrote > Robin wrote > > > >First I created a Static Library (.a) project > > Is your program GPL or LGPL? If not you need to create a DLL.

Installing Mysql++ on a SLES 9 system

Hello I tried installing 1.7.40 version of mysql++ onto a Suse system. I have mysql version 4.1.12 installed from source. I tried compiling mysql++ from the source. ./configure seems

Connection object

Hi Warren I 've a new problem. The "new\delete " of a Connection object have problem? ********************************************************************** The information in this message is confi

static globals in SSQL macro expansion - > multiple definition linker errors

Hi While we 're talking about wish-lists for version 2.0 I have an item to contribute. In fact it surprised me this hasn 't been addressed yet or maybe I 'm missing something. The SSQL macro

Configuring mysql++ for Solaris 8

I 'm trying to configure mysql++ for Solaris 8. Using mysql++ 1.7.40 and MySQL 4.1.12 pro. Getting error when checking for mysql_store_result in -lmysqlclient_r...could not find working MySQL clien

Subject: BETA RELEASE: v2.0.0-beta1

This is the first (and maybe only?) beta version for v2.0.0 which has been "cooking " for about a month now. The API and ABI should be stable now but there are no guarantees. It generates libra

Transaction???????

Hi Warren there is a class or method to handle transactions with mysql++? Obviously without using mysql C API. I have the mysql++-1.7.40 version. *************************************************

exception hierarchy

Hi I was reading comp.lang.c++.moderated tonight and read a post on exceptions and thought I 'd ask for comments here relating to mysql++. Would it be useful to split up the exception hierar

Building mysql++ with Eclipse and Cygwin

I noted in a recent thread that Bernd Prager was trying to do what I am also wanting to do that is build mysql++ with Eclipse and cygwin on a windows platform. It seemed that he found a solution
Page 29 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10