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

Subject: Compile Error/Code Issue

After about 2 years of sitting around dreading the idea of doing this on my own I finally decided to try to get my application functional again by updating to the new code (with lack of C++ experienc

How to delete a row in mysql++

Hello I want to perform a simple query to delete a row based on a column value in mysql++. Could somebody please point me to a simple example of removing a row entry. I can do this simply in mysq

Problems with mysql and mysql++ examples

Hi I 'm new to mysql and would like to use mysql++ to interface to mysql. I 'm using the following mysql++2.1.1 mysql.5.0.27 Visual Studio 2005 XP machine. Ok looks like I installed and built ev

"quote " manipulator misbehaves

I think there 's a bug with manipulators for Query. I tried to run the following example (compiled with mingw g++ 3.4.5) mysqlpp Query query (&con) query < < "INSERT INTO foo (title) VALUES( " < < m

Visual Studio unable to locate mysqlpp.dll

When I try to start an application in debug mode with Visual Studio 2005 I get an error "This application has failed to start because mysqlpp.dll was not found. Re-installing the application may f

missing LIBMYSQL.dll

I compiled the mysql++ and make my own program that writes to mysql database and everything worked fine. Now i did the same thing on another computer but now when i run the programm (or sample1 in

Exception of type std::length_error

Hi everyone I hope this has not been asked before I searched the online archives of the list and could not find any references to my problem. I 'm trying to run a simple test program based on the

SSQLS compare operators patch

Korolyov Ilya wrote > > Summary SSQLS compare operators patch > Project MySQL++ > Submitted by breeeze > Submitted on ?????????????? 20.

Patches?!

Hello What about patches - #7458 #7464 #7474 -- MySQL++ Mailing List For list archives http //lists.mysql.com/plusplus To unsubscribe http //lists.mysql.com/plusplus?unsub mysql@(protected)

Subject: Hello From New Member

Hello I 'm a new member of the MySQL++ mailing list. I do most of the database tasks here at my workplace. I 'm doing everything in Windows XP & 2000. I 'm currently trying to upgrade from really o

Could not find working MySQL client Library

Hi Saw a post a few days ago by Zeddy Chirombe regarding this error while building mysql++ I had the same error earlier today and wanted to share the solution. checking for MySQL library directory.

Errors of examples

Hi all I successfully compiled mysql++ source files and examples. But when I ran the resetdb sample I got runtime errors. I stepped into the program and found that it could successfully connect

How to call a stored procedure with parameters

Hi Does anybody have an example of how to call a stored procedure using mysql++ with IN/OUT parameters? Roger

Could not find working MySQL client library!

I am new to the band wargon - I am lost not sure sure what the none existent user/group tangents are when I try to built it from the RPM just as what follows. when I use the mysql++-2.1.1.tar.gz

Using MySQL++ in Your Own Projects

I compiled the library and the sample1 application and it works fine. The problem is that i can 't built my own project... I read in readme file that i should "Add a .cpp file to the solution so it _k

LINK : fatal error LNK1104: cannot open file 'libmysql.lib '

I folowed the instructions and errors report slutions on this mailing list - i edited the project properties (i changed the additional inclede directory to C \Program Files\MySQL\MySQL Server 5.0\inc

Subject: MySQL++ crash on < < and more

Hey all Ive got the following code the comments show whats wrong with it ofstream ofin ofin.open( "log.log ") if (!con.connect( "database " "host " "username " "password " 3306)) { return } if

Subject: Windows install issues

Hi I 'm having some trouble making the library. I 'm using dev-c++ (mingw compiler) I have succesfully made the libmysqlclient.a file unde c \mysql\lib\opt but when I run the "mingw32-make -f Makefil

Connection character set be changed silently?

My programm connect to MYSQL server(4.1.12) set it 's character set by "set NAMES gbk " the variables when client programm started is character_set_client gbk character_

Exporting classes

It 's taken me a while but I 've got round to getting the latest version out of svn and getting it to compile on Windows. I had a couple of minor problems which I 'll supply patches for but there 's a

Patch to remove some warnings

Korolyov Ilya wrote > > Original custom.pl.patch has such line > > if (cmp mysqlpp sql_cmp(x.C$j y.C$j )) > > it give some additional warnings so I propose to change it for > > if (

Subject: Problems with timestamp

Hello all in <mysql++/sql_types.h > there are such lines ... typedef Time sql_timestamp ... I guess it _really_ incorrect it should be at least ... typedef DateTime

another question

Hi all I have a new question mysql++ have types struct Date public DTbase <Date > struct Time public DTbase <Time > struct DateTime public DTbase <DateTime > my question is - why DateTime isn 't a d

cannot initiate connection with password

hi i have problem when i try to connect with password. when i connect without password no problem occur. but when i try to use password and disable exception connected() function always return fals

Teaching mysql

Thanks to all good C/C++ IDE found. It is free GNU and simple the best for my students. Some initial problems to link libmySQL.dll library solved with anonymous notes. IDE-C++ http //www.bloods

Problem in building mysql++-2.0.7 examples on Solaris 8 using CC 5.3

Hi I am trying to build the mysql++-2.0.7 examples on Solaris 8 using CC 5.3 But get the following error /bin/bash ../libtool --mode link CC -g -L/usr/local/mysql/lib/mysql -library Cstd -o r

Connection Timeouts

Hi all What 's the best way to set connection timeouts to a long value (an hour or more)? I 've got code that creates a group of connections and set the timeout for each one to a large value (3600

Works great on WinXP, when run on Win03 it crashes and burns.

Howdy folks Well anyway I 've been coding with mysql++ for a while now been working great. I 've pretty much never had a problem with it on Windows XP... until I tried to send the program to my Ded

mysql++ memory usage

Hello I have a simple logging application that needs to be able to run unattended and reliably for as long as possible. The memory that it uses is increasing as it runs. Here is an simplified exa

Subject: mysqlpp and wchar_t problem

hi.. i have a problem using Query class from mysqlpp with wchar_t. i hope somebody can help me with this. i want to insert unicode to table. here is the sample code mysqlpp Connection con( "test "
Page 16 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10