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

Query class derived from std::ostream constructor issue

Hi I 've noticed a serious bug that was introduced in MySQL++ v2.0.0 when the Query class was changed to derive from std ostream. Per the C++ standard regardless of the order of statements in a

Good News/Bad News

I have the newest MySQL source code distribution located at C \mysql then I have the latest release from MySQL++ which I just got recently. I then edited the mysqlclient.def and changed mysql_more

libmysql.dll crashes when losing internet connection

In my application I have queries being executed on 15 second intervals using mysql_ping prior to sending the queries to make sure I 'm still connected (using a persistant connection). However if I u

Proper use of the Connection object and how to handle many queries in a shor

Steve Povilaitis wrote > Most exalted ones Yes O kneebiting supplicant? > Is it better/preferred to instantiate one Connection object and then pass > this object to different parts of the client

Proper use of the Connection object and how to handle many queries in a short ti

Most exalted ones Is it better/preferred to instantiate one Connection object and then pass this object to different parts of the client application that need to execute queries then close the conn

Issue with MySQL++

I uncommented the DLL stuff with MinGW and to my surprise the only error I ran into right off is I got the following with make and don 't know if there is a way to correct it. g++ -shared -o mysqlp

Problems with MySQL++ and the Mailing List

I just posted my problem a while ago (early this morning) and then got a surprise that I can no longer recieve the mailing list. Is there a server problem? I tried reapplying twice with no luck and

calling stored procedure with mysql++

Hi I have to call a stored procedure with mysql++. The procedure is something like Procedure proc( firstparam varchar(20) second param varchar(20) ) begin [some code] select firstReturn secondRe

unicode and the always connected connection

Dear All I have developed a server program using mysql++-2.0.3a on RedHat9 and the mysql server is 4.1.14. In my program I connect to the mysql server when the program starts and keep the connec

Problems building lib on SunOS

Hi All I originally sent this to plusplus-owner sorry about that having one of those (geriatric) days... I 'm experiencing difficulties building the mysql++ libs on a SunOS 5.8 platform with gcc

License Question

I have some confusion about the licensing hopefully someone can set me straight. Where the description page says "Since MySQL++ is licensed under the LGPL you cannot link it statically to closed-s

Subject: Mysql++ and stl bitset class.

I want to store some bitstrings in a mysql database so for testing i made a simple program MySql CREATE TABLE table ( bitString VARCHAR(1024) ) Program bitset <1024 > bitString query < < "INSER

Subject: RES: RES: C++ Compiler

Thx -----Mensagem original----- De Warren Young [mailto mysqlpp@(protected)] Enviada em s?bado 5 de novembro de 2005 17 12 Para MySQL++ Mailing List Assunto Re RES C++ Compiler Fabricio Mota

How can I implement the following logic?

Most exalted ones What is the best way to implement the following functionality using mysql++? I have a table with two fields one is an autogenerated primary key 'id ' field of type int the other

RES: C++ Compiler

Oh sorry. I use Win XP. What you recommend? FM -----Mensagem original----- De Chris Frey [mailto cdfrey@(protected)] Enviada em sexta-feira 4 de novembro de 2005 01 10 Para plusplus@(protected)

C++ Compiler

Hi All I 'm ingressing in the "MySQL Developing World " (lol) so I would like you recommend me what C++ compiler (and where to download it if possible) I could use to get good results compiling MySQ

Re: Does MySQL 5.0 support available?

dengxy wrote > >It 's unlikely that VC++ products have this problem Something tells me > >that you have problem using gtkmm compiled by non VC++ compiler in a > >VC++ project > > > > Thanks for this inf

mysql++ connection/resuse destructor bug

Hi all I think I?ve found what may be a Mysql++ bug related to the ResUse destructor. Although my own code where I?ve encountered the problem is large and complicated I?ve boiled it down to a simp

mysql++ and ADO namespace conflict

Platform WinXP Pro w/VS 2003/VC++ 7.1 - All service packs installed. I have a COM object I am building which accesses both a Jet (Access) database and a MySQL database. I had been using ADO for

RES: RES: Hi all

Ok could you suggest me where I may find it with more occurrences? Another problem is MySQL is a very big project and I have no UML (or any abstraction) that could help me to understand it!! Can y

RES: Hi all

In true I have a project to develop a new (revolutionary) engine for mySQL and so increase many times applications performance and reduce enterprises cost with hardware infraestruture. So I 'm looki

Newbie problems accessing data in result set and re-using the query identifi

On Mon Oct 31 2005 at 10 25 36AM -0600 Troy Jennings wrote > I have tried searching the list the documentation and the internet > but have been unable to find any helpful guidance. Try the ex

Newbie problems accessing data in result set and re-using the query identifier

I am using the Microsoft Visual C++ 2005 beta environment and have successfully built this project several times. Up until now I had been performing queries simply to see if there is a result or no

Does MySQL 5.0 support available?

Since I failed to compile mysql++-2.0.6 with MySQL 5.0.15 at win32 using MinGW with given command from README.mingw due to a unreferenced symbol error with the example to the debug version of libmysql

Hi all

Hi all Anybody has worked as a developer to MySQL Database Server features? Thank you Fabricio Mota -- MySQL++ Mailing List For list archives http //lists.mysql.com/plusplus To unsubscribe

New Features

Hi all Are any of you developing any new feature to MySQL Database Server in intention to submit to MySQL AB??? Thanks Fabricio Mota -- MySQL++ Mailing List For list archives http //lists.mys

error: Client does not support authentication...

Hello everybody I installed the latest mysql++ 2.0.6 and got errors when running apps error Client does not support authentication protocol requested by server consider upgrading MySQL client

Subject: Retrieving 300K+ records

Hello I am not sure if this is OT for this list. If so please direct me to the proper place. I am using mysql++ to retrieve rows from a table. The table has between 300K-400K rows in it. the table

SSQLS contained within class definition compilation issues

I 've read some previous posts about compilation issues but they don 't seem to pertain to my problem. I have a class declaration in which some private functions pass a vector of SSQLS type. During

Subject: Errors compiling MySQL++

Hello everyone! -D [story] OK here 's my story... I was reading this tutorial http //www.informit.com/articles/article.asp?p 101661&seqNum 5 And it said to download MySQL++. I downloaded it and co
Page 25 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10