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 11 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Subject: Blobs getting truncated?

Aloha- I just started using MySQL++ and while I like it a lot I 'm having a strange problem with saving blobs to the database. Basically any image over 64k gets truncated the image goes grey in the

Subject: how to compile and link

Hello I 'm new to MySQL++ I 've just installed mysql++-2.3.0 in an Ubuntu Linux following the instructions in README.linux I want to compile an example but I must be missing something... it doesn 't

release 2.3.0 - memory leaks with mfc

I have started to work with the MySQL++ 2.3.0 library. I have compiled de example at MySql++\examples\vstudio\mfc and after I run it shows the Output view Detected memory leaks! {144} normal block

Subject: Read / Write Query timeouts

I am using the set_option method on the Connection to set read/ write and connect query timeouts. I set these before I do the connect . I 'm also using the latest Mysql ++ which has a fix for pendi

Building the mysql++ Library Using MinGW

I am coding C++ in Dev-C++ using the MinGW compiler running on Windows Vista. I am attempting to build the library as described in README.mingw and I am at the Building the Library and Example Pr

RELEASE: v2.3.0

Here it is the biggest release since v2.0 o Added Query for_each() and Query store_if() methods proposed by Joel Fielder and added examples for each. o It 's now possible to sto

Subject: Bug: char[]s not escaped

Tested against 2.2.3 mysqlpp quote and mysqlpp escape don 't escape text passed as an array of characters #include <mysql++.h > #include <iostream > using namespace std using namespace mysqlpp i

bootstrap fails silently when unix2dos isn 't installed

Hello after solving the bakefile issue the bootstrap script still wouldn 't create configure. Looking into the scripts I discovered rebake did return with a non-zero exit status but did not prin

Borland c++ builder

Hello all I want to use Mysql with Borland c++ Builder. Would anyone please give me help on accomplishing this. I do not know how the libraries are organized and what include files needed. TIA Mo -

cannot build simple1

Hello All I downloaded and built mysql++ solution using VB++ Express. It built w/o errors after moving some files into the include directory of the compiler. I have attempted to build simple one but

Subject: v2.3 release imminent

As far as I 'm concerned v2.3 is essentially feature-complete. The only other thing I think I might do is this Wishlist item o Define HAVE_MYSQL_SSL_SET by default on Windows? Make similar

Regarding the beginners questions

Martin Persson wrote > > Sorry about flooding the list with newbie questions > but from personal experience and after RTFM I thought > it would be a better solution than pestering an expert > with

Recent change to custom.pl breaks examples on mingw

As promised more mingw breakage... I only rebuilt the lib before so decided to do the examples too and got the errors below. Reversing revision 1596 fixes it but is there a better solution? Joe

exceptions when running bootstrap script from svn

Hi since we had some problems with the MySQL++-wrapper I decided to look into this myself and possibly prepare a patch. But then I couldn 't even get the svn version to work. The configure script

Cannot use query timeout feature

We want to produce a mysqlpp build containing the query timeout fix. That 's why we downloaded the latest sources from mysqlpp repository and copied the files connection.h connection.cpp (they are sup

Subject: Recent changes to coldata.h

Just a quick one! Rebuilding (on mingw) from SVN after the recent wad of changes lib/coldata.h 177 error there are no arguments to `data ' that depend on a template parameter so a declaration of `

Subject: Cant build mysql++ 2.2.3

I am building 2.2.3 mysql++. Below is the configure script output and the contents of the config.log. **************************************************** checking whether -lnsl is needed.

Bug in mysql++

Axel Schwenke wrote > > from the README I understand you are the maintainer of mysql++ That 's right. By the way the right place to send reports like this is to the MySQL++ mailing list not to m

Unable to connect to db server on localhost

Hi I wanted to play around a bit with MySQL server 5.0 MySQL++ 2.2.3 and MingW 3.81 on a Windows XP SP2 system. First I am actually a bit uncertain whether MySQL++ is built properly. I 've followe

Subject: Quoting mis-understanding

Hello The gist of my problem is this I load data from a CSV file into a table. The fields are unquoted. I then read back parts of this table to create a new table. The problem is that the table

Possible bug report

I have downloaded the most recent version of the driver mysql++-2.2.3 Configured it compiled then run my test program that used to work fine with previous versions of the API Now it is crashing a

fatal error C1083: Cannot open include file: 'winsock.h '

Can anyone please tell me Where is the above header file present ? I am using Microsoft Visual Studio 2005 Express Edition. Version 8.0. The express edition doesnt have the C++ support library from Mi

Subject: mysql++ and stored procedures

Does mysql++ handle stored procedures? I didn 't see anything in the docs. When I tried I an exception was thrown with this message PROCEDURE test.get_times_cited can 't return a result set in the

connectnig to a table through internet

Hi! I 'm wondering that is this possible I have a mysql table on a server and with php on that server i can connect this way $connection mysql_connect( "127.0.0.1 " "ulti " "****** ") But.

Util.h problem

I got a problem when trying to compile the example files in Visual C++ 2005 even though I compiled all Mysql++ files and linked to all the output files as well as the original Mysql dev files like m

Can I get mysql++ 's version information?

Dear maintainer My problem is described in the title. I search all the apis and can 't find any hints. I wonder if it can be found anywhere or to be added in the future. Appreciate your reply. --

Subject: LNK2005 visual studio 2005

Hi everybody we are using mysql++ for quite a long time and started with version 2.1.1. I 've tried to update our project to use 2.2.0 some time ago and got a linker error. I was waiting to relea

Possible memory leak of mysql++?

Kun Niu wrote > > string database "perldbi " Some of your results might change if you change this and the others to this form string database( "perldbi ") Or for that matter pass the string

Fatal Error C1083 Cannot open Include file 'mysql_version.h '

I have installed the database at the same location as mentioned in the readme.vc but I have not installed the source of MySQL Do I need to install the source too ? On 6/5/07 Warren Young <mysqlpp@

Subject: RE: Stay connected with DB

Warren I 'm using a connection pool to reduce the overhead associated with opening/closing database connections. Often one of the connections in the pool times out. Here is a snippet of code from
Page 11 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10