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

libtool request

Hi Would it be possible to update the libtool used when building the release tarballs to something newer than 1.4.3? 1.4.3 is pretty old (released 2002-10-22) the 1.5.x releases contain many impro

Link Error

I know this is a stupid question but I 'm having a brain fart today. I 'm trying to compile and link my application with mysql++. I an doing the following in a make file QCC -c -o bin/CounterCard.o

SSQL multiple definition errors

Hello all i am trying to use some SSQL structures in a library built around mysql++ & cannot seem to avoid multiple definition errors - i have seen some comments saying that changes may be made to t

Bakefile

All Why would Bakefile upset Chris Frey? I haven 't been on the list for long enough but to me he 's always seemed like the biggest proponent of having native makefiles for every platform (the purpo

RELEASE: v2.0.5

This version is mostly changes to the build system. If your current version is working you can stick with it. o Visual C++ build now requires GNU make. It is tested to work with eithe

MySQL++ on MinGW

i am working on Dev C++ to write a simple mysql++ program. can any one tell me about the issues regarding the dll files. and how to get one the dll that will wrk for dev c+?

NULL colums problem

Hi I upgraded from 1.7.0 to 1.7.40 and now i receive a BadTypeConv exception for my column of type TINY INT UNSIGNED (or others type) when they have the NULL values. i know there are some changes

Problem with STL

Hi to all i solved the compile problems i had. I tried to compile mysql++ under VC 7.1 and had no errors so i guessed it was not a problem of makemake in fact in the path was present the old cl.e

Subject: Mysql++ linking problem

Hello everybody! I have problem linking mysql++. The line that boils out follows link /OUT mysqlpp.dll /DLL /NOLOGO /LIBPATH "c \Program Files\MySQL\MySQL Server 4.1\lib\debug\ " libmysql.lib

Subject: Problem compiling Mysql++

Hi to all i followed the instruction in README.vc to build up Mysql++. 1) executed vcvars32.bat 2) makemake vc I got the following cl /Ic \mysql\include /DMYSQLPP_MAKING_DLL /D_WINDLL /D_UNIC

Subject: Running mysql++ in xcode 2.1

Hello I 'm trying to use mysql in a C++ project using Xcode 2.1. (and i 'm using MAC OS X 10.4.2). In order to do this i also installed mysql++ (because it was noted on the website that it was alread

odd message

what is the following List-ID <plusplus.mysql.com > Date 3 Sep 2005 14 33 12 -0000 Message-ID <1125757992.12006.ezmlm@(protected) > From plusplus-help@(protected) To freeespeech@(protected)

Subject: Re: R: SSQL:sql_create_x(...)

Paoletti Vincenzo wrote > I try to create sql_create_x with some field type "std string " the compiler gets errors. std string works fine in custom1.cpp. Please provide a small example program sh

Subject: SSQL:sql_create_x(...)

Hi I 've tried to use the sql_create_x(...) like example posted but the compiler gets a lot of errors ERRORS make Making C++ object test_mysql_main.o ... test_mysql_main.cpp 15 parse error bef

Subject: error loading mysql++ library

Hi I 'm trying to link the mysql++ library with a simple program and am having some trouble. The examples compile and run fine so I hope it 's something simple I 've overlooked. I 'm using gcc and in

RELEASE: v2.0.4

If you aren 't having troubles with MySQL++ you can ignore this release. Just minor bugfixes and cleanups. o Made mysql_shutdown() second parameter autoconf check less sensitive to com

VC++ users: new proposed requirement for GNU make

The recent changeover to the makemake system hasn 't been received uncritically. Some of the problems people have with it could be fixed if I mandated the use of GNU make. It allows Makefiles that

Solaris 8 issues

I am having a heck of a time with running configure on Solaris 8. I have tried many things and basically I have tried everything I know to fix the problem. I have a pretty vanilla installation

Subject: more mingw build problems

Hello All Trying to get this thing to build (as a static library) with the latest version of code in the subversion trunk. When I run "makemake mingw " from the root directory I get the

SSQLS Compile Errors

I 'm trying to compile the following code on QNX 6.3 sql_create_c_order_8( GrossCount 2 0 int CounterNum 1 int EventID 8 string GCType 2 int Count 3

Newbie VC build help

Hello I followed the instructions in the README file that came with mysql++-2.0.3a.tar.gz and ran the vcvars32 batch file before attempting to build the library. Yet I get the following error

Error when runing configure on solaris 8

I am having a heck of a time building the MySQL++ library on Solaris 8. Whenever I run configure I am getting the following error configure error Conuld not find working MySQL client library! To m

RELEASE: v2.0.3

This release is primarily to fix the VC++ build bugs o Visual C++ makemake system updated to build both debug and release versions. o Fixed bug in simple1 example that casued crash

Subject: unable to build from source

Hi I 'm trying to build mysql++2.0.2 from the source and I get the following output/error when I run make make make all-recursive make[1] Entering directory `/home/xanadu/Desktop/mysql++-2.0.2 ' M

Can 't run example!!

Hi I 've just got new version of MySQL++ 2.0.2. I used to work with the old one 1.7.9. First let me tell you that I 'm so glad this project 's proceeding since MyOLEDB has so many unbelievable bugs!

How to store files

I 'm not sure about how to store a file into the database. I know that the field type is blob and I have to open the file with fstream in binary mode. Do I use a char * to store the file into the memor

VC 7.1

Any chance of getting the solution for the new release of the library and examples?

Subject: Using mysql c/c++ API project

Hello! Can you tell me which project used mysql c/c++ API in open source projects i want to download sourcecode and analysis it and learn how to use mysql API. Thanks! -- MySQL++ Mailing List

unexpected abortion when printing rows

I used ResUse as the result type and printed rows in a while loop but when I used this method in a class member function it would abort after printing the lines the codes in the function are my

Undefined reference to Connection object....

g++ -I/usr/include/mysql -L/usr/include/mysql -L/usr/local/include -I/usr/local/include -lmysqlclient box.c -o box on this code #include <sys/types.h > #include <sys/socket.h > #include <neti
Page 27 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10