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

Help needed

Hi I would like to know the exact location from where i can download the MySQL C API. This is urgent as i want to demo a program to the client using c++. Thanks Vivek R

Still having pointer problems with mysqlpp examples.

I am running VS 2005 on Windows XP. So far I have tried Sample1 resetdb and dbinfo. All 3 build correctly but all 3 are having errors when cleaning up from query calls. The general problem se

Exception occurring while running resetdb

I 've loaded MySQL++ and built the resetdb program successfully. When I try to run it I get the following error Unhandled exception at 0x7c81eb33 in resetdb.exe Microsoft C++ exception std bad

how to optimize the query that returns only one result

for results we access it using iterators usually. But in case we will get one result apparently we hope to directly access data. is it possible? -- gtalk freeespeech@(protected) -- MySQL++ Mailin

Trouble finding mysqlpp.dll under VS 2005

I 've installed MySQL++ 2.1.1. Following the directions in readme.vs I think I have the library properly configured. Both debug and release versions build fine. I created a new project and tried

Problem with DELETE

Hello everyone. I 'm just starting with mysql++ and I have a problem with a DELETE query

configure: error: Could not find working MySQL client library!

Hello everybody I 'm new to mysql++ and would appreciate some help. when I want to install mysql++ when configuring with ./configure --with-mysql-lib /usr/local/mysql/lib --with-mysql-include /usr/lo

Prepared statements

Hello can anybody help me with mysql++ and prepared statements? Correspond the example in the following code a prepared statement? mysqlpp Query query con.query() query < < "create ta

Source code about user authentication in MySQL 5

Hello Can someone tell me where I can find the source code files whit th user authentication in it? I want to see if I can integrate LDAP authentication myself. Regards Arjan.

Subject: Help Me: Running Examples

Hi all I have installed Mysql++ through "mysql++-2.1.1.tar.gz (1.8 MB 2006.04.08) ? Library source code " and run following commands after changing directory to "/usr/src/mysql++-2.1.1 " (

how to get result with row name with join(2 cols same name)?

Hi I just ran a query something like this select * from tab1 tab2 where tab1.f1 tab2.f1 and tab1.f2 X here the output has 2 f1 's I havent written the code to see what happens but was wonder

Subject: Configure script broken?

Sorry for such a n00b question but for some reason the configure script contained within the mysql++-2.1.1 tarball doesn 't work. Something is "broken " within the script [p29409@(protected) ~/mysql++-2.1.

mysql.h

Hi all i have problem. I have downloaded the zip file with mysql++-1.7.40 then i put this folder into C \Program Files. I have opened the mysql++ project and tried to debug it but i always got man

Subject: Mingw and MSVC 2005 Binaries

To help many people with the library building i have uploaded a binary distribution of the above compilers it includes debug as well as release versions with different names. The link is http //ww

Error while initializing the MySQL Dll

I 've built successfully MySQL++ and several examples as well as my own application. But when I 'm trying to run either examples (for instance resetdb) or my own app I 'm getting the following error

How to use SQL Null while trying to fetch row values

Hi I am trying to make more efficient use of the tables that I have since the size seems to keep growing larger. I had my table fields to be all NOT NULL and hence i never had to do any checking now

Subject: Issue with sql_create

Hello all I 'm having an issue at compile-time with the sql_create macro. Here is the code snippet and the subsequent compile errors Code

Do we need to recompile MySQL++ lib for Xeon 64bit / Dual Core

Hi I have trouble trying to deal with a client in india who only has a xeon processor or a dual core and my application uses MySQL++ library to make the connection to mysql. The MySQL installation is

Bug in const ColData Row::at(size_type i) const

Hi all I have traced a problem with blobs to this function const ColData Row at(size_type i) const In this function A ColData object is constructed from c_str() of the fields data. When the field

FedoraCore 5

HI Please would anyone help me. I have a fedoracore system I 'm installing mysql++ 2.1.1 on but I keep getting this lines of error Legacy snytax unsupported copyright Line 5 Unknown ta

fixed length char handling/declaration by SSQL

Hi I 'm new to mysql++ and trying to figure out how to use this. One of the code snipped I need to write is store some fixed length binary data (say char(16)) and want to handle it efficiently or w

Subject: how to support const wchar*

vc7.1 mysql5.0.22 mysql++2.1.1 if compiling with _UNICODE all string must be std wstring & const wchar* but utf8trans function only trans string between different charset. how to use const wchar*

Custom.pl error

New user here. I am using MSVS .NET 2003 and mysql++2.1.1. When I try to build the examples 12 of the 19 build and run perfectly but 7 of them (the ones that include <custom.h > give me this error

Problem of memory with Row ???

Hello all. The following program (very simple) crashes at the first time it achieves the end (}) of the block < for >

bound between SSQLS structure name and table name

Hi I 'm using MySQL++ since some weeks and really enjoy the nice SSQLS features. That 's really a nice thing! I applied the Null type patch and a personal one (to add a sql_cmp(const Null <T >&a const N

Subject: MySQL++ won 't compile on OS X

Hey there. I 'm new. I was wondering if anyone had any experience in compiling MySQL++ on OS X 10.4. I configure properly but during the make I receive lots of multiple definition errors. Any ins

Compling Simple.cpp

I am new to gcc and it 's been some years since I 've done any C++ programming so please forgive me but I 'm having trouble compling simple.cpp I am entering shell > g++ -I/usr/local/include/mysql+

Subject: MySQL++ can be frustrating

I compile the examples and after recompiling the libraries and redirecting where the .lib files are I get it to work. So then I am working on my own program bring in an example and it 's crashing on

plusplus-plain Digest 30 Jun 2006 14:29:17 -0000 Issue 777

Hello Bill ty for answer in the 2.1.1 is there any related fixes ?? i am a bit worry of migrating is there api changes ? because each time the lib change i have to rewrite a lot of code t

crash in mysqlpp::Result::size,mysql_num_rows

Hello sometimes my server crashes with the following call stack Call stack Address Frame Function SourceFile 10003994 011CE4D8 mysql_num_rows+4 005A86DE 011CE5B8 mysqlpp
Page 18 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10