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

I am crashing once in a while @ similar points (multi threading)

Hi I have a program which uses multiple threads each thread has its own connection object so no sharing is happening there. Now I have a library called DBAccess which is basically all the functi

Mysql++ list post

Hi Can you please post this question I have a table 'Person ' with column 'age ' that allows NULL. How can I use SSQLS to read that table and return '0 ' for age if age is 'NULL '? What type do I nee

Teaching mysql ... 2

> > Bill K wrote > > You probably want the regular MySql C API. > > > > http //dev.mysql.com/doc/refman/5.0/en/c.html >Yup. MySQL++ is known not to work with the old Borland C++ line of >compilers. >A

Can/should this be added to MySQL++?

MySQL++ didn 't do some of the things I wanted it to do so I wound up writing my own wrapper for MySQL. But I think it would be good if these could be added to MySQL++ but I 'm not sure if they would

Displaying recordset column names

MSQLPP newbie question here. I have a recordset. I need to display the columns names along with the rows. Any good hint? Thank you -- *Andrea Fastame* fastame@(protected) <mailto fastame@(protected) >

Subject: Install issue on SLES-10

I 'm trying to get the package installed on Novell SLES-10. Make ran OK once I provided the correct paths for the include and library files for mysql. However when I try to run the examples I get

Aparent connection lost resulting in crash

When there is a problem with a connection the next time we call a function like mysql_query() or mysql_ping() it does report an error witch is fine but if I call 2 function in a row before reseting t

Teaching mysql ...

I would teach to my students basic SQL using C language with minimal set of prerequisites input output from dos shell simple development environment. In my school we adopt Borland C 5.02. My ques

Subject: Support for data Binding?

Hi I want to use data binding but I cannot figure out whether mySQL++ supports it? mySQL C API supports it but it has a big ---- it does NOT support vector data binding for prepared statements. T

Reading Writting BLOB VARBINARY Q.

Hi I wanted to read and write a C++ structure to the DB. I went through the example given and from this sinppet of code I got from the user mannual had a small Q. I thought that std string is a /0

Connection sharing vs lost of query per connections

I have a design concern with MySql++ I have multithreaded software that can have 1000 threads simultaneously connecting to a Mysql server At first I made one connection per thread but it quickly

Does MySQL++ Lib needs to be recompiled with -pthread for Multithreading?

Hi I am using MySQL++ extensively in my code and I just made some modifications which now uses a ton of stl maps and vectors and strings. When I first did this my code would core dump and after doin

Subject: MySQL Versions supported

Hi We are starting to migrate our databases to MySQL and intend using the MySQL++ wrapper. I have searched the documentation and mailing list archive and could not find information on which versions

SOLVED: Problem of memory with Row ???

Hello. Firstable thanks for your help this mailing list is very great because it 's rare to find other information elsewhere. Then we solved the problem of delete/free on a Row. (Remember the foll

Subject: Build problems with VC2005

Hi I 'm trying to buil latest mysql++ with Visual studio 2005 an getting following error. Compiling... connection.cpp .\connection.cpp(165) error C2065 'ulong ' undeclared identifier .\connect

Daemon passes wait_timeout and gets "MYSQL SERVER HAS GONE AWAY "

I have a daemon running 24/7 that uses the mysql++ package to connect to my database. It works great but after it passes the wait_timeout of the server it of course spits out a "MYSQL SERVER HAS GO

Ping not exported + where is MySql++ now?

I got unresolved external on Connection ping() since it wasn 't exported from the DLL. I added MYSQLPP_EXPORT to fix it. Where is MySql++ now? I went to get the latest code to see if this was fixe

Where to find the 4.1.20 source code

Hi I 'm new to the mysql. I 'm using 4.1.20 libraries(mainly libmysqlclient.a) and associated header files. These are all 'c ' APIs. I would like to download the source codes for th

R: Big query

Thank 's Warren I 've found the solution....... duplicate a field that I read from a "left outer join " with 2000 rec -----Messaggio originale----- Da Warren Young [mailto mysqlpp@(protected)] In

Big query

Hi I 've a big query to execute.There is a way to speed up with mysql++ whitout modify teh SQL? ********************************************************************** The information in this message

ssqls blob ColData size bug status request

While searching for an example of using ssql with blob data I came across the following thread http //lists.mysql.com/plusplus/5208 Since the nature of my data could potentially lead me to the same

bug in mysql++-2.1.1 configure.ac to use mysqlclient_r

To whom it may concern There is a bug in mysql++-2.1.1 's configure.ac file that was not in mysql++-2.0x. The thread has to do with not using the mysqlcient_r library even thought --enable-thread-c

Install problem under Cygwin: Can 't find libmysqlpp.dll.a

I 'm trying to build mysql++ under Cygwin. I ran './configure ' and 'make ' and everything compiles fine. But when I type 'make install ' I get this error

a new query inside a result loop and exception

Hi I have two questions... I 'm writing a code something like this create query run query using use() while (mysqlpp Row row res.fetch_row()) { try { {{create and

Subject: Bug in mysqlpp::transaction

Hi all I have found a bug. mysqlpp transaction 's destructor can throw exceptions. destructors should never throw. If I am using the transaction object and then mysql "goes away " resulting in one

Data binding support in mysql++

I forgot to ask you- is there any data binding support in mysql++ much like in mySQL C API with the MYSQL_BIND structure? Are you planning of adding one soon?Thank you. -- MySQL++ Mailing List For

Prepared Statements vS Template Queries?

I have a question. I saw that you do not support prepared statements for now (http //lists.mysql.com/plusplus/5864). Are they not more or less equivalent to the Template Queries we have in mysql++ ? I

MSoft install batch file error

Found a little problem with the Windows install.bat file. The first few lines are @(protected) off if "%1 " " " goto error set BASE_DIR c \mysql++ set INST_INC_DIR %BASE_DIR%\include set INST_LIB_DIR %

mysql++ couldn 't work with static library -- libmysqlclient.a?

I have roll back to 5.0.22 (mysql-standard-5.0.22-linux-i686) but the problem still exists. >No there 's some problem with 5.0.24 that I haven 't yet tried to look >into. You can either roll back

mysql++ couldn 't work with static library -- libmysqlclient.a ?

I have installed mysql-standard-5.0.24-linux-i686 from binary and it does work well. but when I tried to compile mysql++-2.1.1 by typing ./configure --prefix /home/jing/mysql++ --with-mysql /home/ji
Page 17 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10