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

newbie vc++.net - mysql++ - mysql

Hi Im a newbie with C++. I need some help in getting my C++ code to work with mysql through mysql++. I started a new project in VC++ .Net (VC++ Console Application .Net) and cutnpasted the code from

Connection Timers

We have an application that uses the mysqlclient++ libraries for email archival. We have recently been getting killed because of http //bugs.mysql.com/bug.php?id 4143. It seems that mysql keels

BadConverion::what()=Tried to convert "0.00P\uffffI " to a "d

I am selecting 4 columns from a mysql table defined as double NOT NULL default '0 ' On line 4 below a BadConversion exception is thrown with the what() message of Tried to convert "0.00P

opt_reconnect patch

Submitted for your approval. mysql 5.0.13 introduced a flag that will allow the connection to automatically reconnect if it lost its connection to the server for some reason. I added a opt_reconnec

mySQL++ 2.0.7

I have un-tarred the latest version of mySQL++ 2.0.7 and followed the instructions for the install. I am building this with MSVC 2003. Unfortunately the build process is looking for "mysql.h ". Ther

question...

Hi I 've this problem that at the moment I am not able to solve I 've two pc one is just for computation and the other is just for storage. MySql is installed on the second but all the software w

Subject: packarray - version 0.2

Hello fellow coders Version 0.2 of the packarray class is available at the same spot http //www.netdirect.ca/~cdfrey/software/packarray.cc This version handles endian issues all at once and con

Subject: mysql++ spec and rpm >= 4.0

Hi I ran into the following rpm spec error when building mysql++ on Fedora Core 4 error Legacy syntax is unsupported copyright error line 5 Unknown tag Copyright LGPL Apparently the

packarray template class - version 0.1

Hi I decided to treat myself to some Free Software coding tonight and you lucky folks can reap the benefit. -) Version 0.1 of the packarray template class can be downloaded here http //www.net

Simple connection from VC++ 6.0 to MySQL 4.1.9

Hi all I am newbie to writing code s to connect to MySQL from VC++ 6.0 but well familiar with MySQL. I need to know where can I download proper library and header files to be able to connect

Subject: Passing results by copy

Should it be possible to pass a Result to a function by copy? I had a problem with sporadic crashes and tracked it to a function where I had accidentally declared a parameter as "Result " instead of "c

Subject: Theese linking problems...

g++.exe -IC \mysql++\lib -IC \mysql\include -I..\dbtest2 -Id \Dev-Cpp\include -c main.cpp -o .objs\main.o g++.exe -LC \mysql++\lib\debug -LC \mysql\lib\gcc -LD \Dev-Cpp\include -o "C \Docum

Problems with mysql_close() (function does not return) + potential bugs foun

RedFraggle wrote > > In the problem might depend on the fact that i still have a 'Result ' > stored somewhere else which is not deleted while closing the > connection but i 'm not sure (this woul

Problems with mysql_close() (function does not return) + potential bugs found

I have a problem while calling mysql_close() After the dtor of Connection() is called the program hangs somewhere in libmysql after mysql_close() was called in Connection ~Connection() { mysq

Subject: roadmap for 5.2 and lates

Hellow. where i can read roadmap for 5.2 and lates versions of mysql? -- Best regards Nikolay Shestakov E-Mail nikolay@(protected) JID nikolay@(protected) -- MySQL++ Mailing List For lis

MySQL V5.0

Hi All Am running quite an old version of MySQL++ at V1.7.25. I know I really need to move on to a later release but I know there will be a lot of breakages in my app. and I do not have time to so

BLOB in an SSQLS

Hi I have a table that contains a BLOB and I 'd like to use an SSQLS to query it. e.g. Int Int Blob - containing 200 floats in binary format Varchar(128) Varchar(128) I use an sql_create_5() st

Subject: Support for VC 6 w/ 1.7.40 ?

Does MySQL++ 1.7.40 support Visual C++ 6.0 ? If not is the API for 1.7.1 the same as 1.7.40 so I do not need to modify my application.... Thanks for any info ) -- MySQL++ Mailing List For list ar

RELEASE: v2.0.7

This is mostly a collection of small bug fixes that has been piling up over the past few months. Upgrade only if you 're having one of these problems o Added explicit mysqlpp namespace qualif

Diffs included in commit mailing list

Hi I just noticed this announcement on gna.org https //gna.org/forum/forum.php?forum_id 898 Looks like it is possible to change the commit mailing list so the diffs are mailed out along with the

Subject: Re: Insert Multi Bug / Fix

Mark Merendino wrote > > At line 621 > > -- *this < < " ( " < < it- >value_list() < < ') ' > > ++ dynamic_cast <std ostream& >(*this) < < " ( " < < it- >value_list() < < ') ' Thanks for the fix. -- My

Possible mistake in file `libmysqlclient.def\ '

Oops I forgot to say that after changing the .def file of course it is required to regenerate libmysqlclient.a with dlltool

Possible mistake in file `libmysqlclient.def '

!????m????????~???{-3$?/? ?w??+zW??? "?az?zs??????? j???????%vg??h???^??B?g??????????????&??bnW????zX??+*??bz{]y??j)????@???????j?m "? "?W????z????+j{???(????????l?f??v?y????f???z????&?????

libmysql++-dev

Hello! I use Debian Sid and I installed the libmysql++-dev package. How can I compile a simple example? I tried with g++ test1.cpp -o test -I/usr/include/mysql++ but the compiler

Compilers other than GCC and MSVC

GCC MSVC++ and Sun Studio 11. If you prefer to just add support for Sun compilers the compiler defines "__SUNPRO_CC " when compiling C++. /kristofer > I suppose the compile would fail anyway i

fatal error while building library (windows)

While runing "make " I get the following error c \mysql\lib\defs.h(34) fatal error C1083 Cannot open include file ' mysql.h ' No such file or directory make[1] *** [coldata.obj] Error 2 make[1]

Subject: not finding namespace

Alright I give up. I 've searched the documentation and internet to the best of my abilities and I 've not been able to find a solution to this problem. I 'm using VC++ 2005 (beta). When I try to b

ask for a copy of VC7.1 project files for MySQL++2.0.6

Hi all I found that VC (7.1 2003) project files can fix the problems in building MySQL++ 2.0.6 in the maillist. Could some one send me a copy of that? Thanks a lot.

Subject: New Problem with DLL/MinGW

Well I seem to have compiled the DLL fine but then this pops up at the end of the compilation. del /q "..\examples\debug\ "*.exe Could Not Find C \mysql++\examples\debug\*.exe make[1] *** No rule to

Compilers other than GCC and MSVC++

The two include files lib/convert.h lib/defs.h contain defines that only seem to support GCC and MSVC++. I think most Unix compilers/platform headers will be able to interpret the GCC version of
Page 24 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10