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

Compile time

Does anyone on the list have tips for reducing compile times for MySQL++ code (read template instantiations) with g++? I have a source file that contains 6 ResUse and 6 Row objects and it takes g++

undefined reference error while compiling

hi so that i finally got the examples working I wanted to write an own snippet about mysql++ connection.. as long as i just have one error everything is ok.. but when i correct the error I get a bu

using debug dlls but still getting Debug Assertion Failed errors

Hi all I have compiled the library and installed it. When I run my program I get Debug Assertion Failed error in file dbgheap.c. I searched the archives and the only solution suggested was to

Please help a newbie

Robert Hutchings@(protected) ~ $ cd c Robert Hutchings@(protected) /cygdrive/c $ cd mysql++ Robert Hutchings@(protected) /cygdrive/c/mysql++ $ cd lib Robert Hutchings@(protected) /cygdrive/c/my

Tweaking the source RPM spec file for x86_64

In order to build the source RPM under RHEL 4.1 I had to tell "configure " to look for the MySQL libs under /usr/lib64. here 's a patch against the mysql++-2.0.7-1.src.rpm spec file that will fix this.

Stepping into libmySQL.dll with VC6l

Hi How do I set things up so I can step into the dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks Jan -- MySQL++ Mailing List For list archives http //

Problem connecting do lampp mysql server

Hi there again. I solved the Problem described in the Thread above... but therefore I dont know how to answer to a Thread here I couldnt write it.. *beginners fault ) * The trick was to compile t

problems while building the mysql++ example codes

hi Im running FC IV. after installing the mysql++ packages i tried out to compile the example programs.. that returned [root@(protected) examples]# make g++ -L../lib /resetdb.o /util.o -oresetdb

undefined reference in libmysqlpp

Hi all I hope somebody can help pinpoint the error. I am new to mysql and mysql++. This is the command g++32 -g -I../leda/incl -I. -I/usr/local/include/tre/ -I/usr/local/include/boost-1_33_1

problems storing files in blobs

Hi i 'm using mysqlpp 2.0.6 I 'm trying to store an image in a blob. Unfortunatly from time to time i get sql-syntax error when file content contains " or ' or similar. Here 's what i 'm doing buffer

undefined reference to 'mysql_shutdown@4 ':help!

Hi! this is the first time I use mysql++. While I 'm compiling examples (MinGW[latest version] on Windows XP SP2) I obtain this error g++ -L..\lib\debug -Lc \mysql\lib\gcc debug/resetdb.o debug/util

Subject: free(): invalid pointer

Hi I 'm using Fedora Core 4 with MySQL 4.1.16. I compiled and run resetdb successfully. It created the sample database. Then I compiled simple1.cpp but when I run it it dumps this [root@(protected)

Subject: bug fix for MySQL++-2.0.7

Hi I think I have fixed a small bug in MySQL++-2.0.7 Result iterator is not a model of the RandomAccessIterator concept. This makes it unusable with the boost iterator library amongst other thin

Newbie Pain: still can 't "make " it

OK I have installed the Platform SDK and updated the INCLUDE variable but still can 't get make to work for VC 2005. Any ideas? C \MySQL++ >make cd lib && make BIN_DIR debug all example_setup m

Help a newbie!

I am using VC++ 2005 (free version) with MySQL++ files unzipped/untarred into C \mysql++. I am using XP Pro SP2. I have installed MySQL Server 5.0 into C \MySQL and it is running OK. So on my firs

subscript_iterator - > operator.

Is there a specific reason why subscript_iterator doesn 't have a - > operator? Would it be possible or how hard would it be to implement one? I 'm not very familiar with the inside structure of mysql++

problem building the library and examples under windows, using VC++ 7.1

The error I receive is this C \mysql++-2.0.7 >c \cygwin\bin\make.exe cd lib && c \\cygwin\\bin\\make.exe BIN_DIR debug all example_setup make[1] Entering directory `/cygdrive/c/mysql++-2.0.7/lib ' ma

problem with keeping track of Connection instance

Hello I 'm trying to build a program that establishes a connection with the mysql server and save the mysqlpp connection instance in memory throughout the execution of the application. When I try to

Good/Bad News:MinGW Support

Good News Got the lib to compile and the dll to work and the examples to compile with not a single error/warning/or problem. Bad News The examples all return an error saying "The procedure entry p

MinGW UPDATE

I was messing with getting MinGW support working for MySQL++ when I noticed something and had to ask. In the file libmysqlclient.def it says LIBMYSQL.DLL is that the dll for just MySQL or is it exp

Subject: SSQLS linking problem

Hello The issue has been raised a few times already on the list IIRC. Just a little reminder - Create dbHandling.h (class definition) and dbHandling.cpp (member function implementations). - If you

Anyone got mysql++-2.0.7 to work with VC++ ??

Hello everyone I 'm in desperate need of some clues as to how one get VC++ to make a .dll or what ever they call .so on windows can anyone help me ? I 've got the VC++ Toolkit 2003 Microsoft Platfor

Problem compiling simple program with SSQLS definition

The following program won 't compile with g++ 3.3 or g++ 4.1 and mysql++ 2.0.7 #include <mysql++.h > #include <custom.h > sql_create_3(flux 0 0 int qtdmail int qt

Subject: Library or DLL problems

I am building a project using MS VC++ 2005 (beta). It is actually building a DLL (for a pGINA plugin). I am able to build it successfully and it appears to run on the build machine and a second ma

simple1

Hi Im a beginner at nearly everything. I cant get simple1.cpp to compile in WinXP and VisualC++2003.Net can someone send me a vcproject file that works for it? (to innoveaofsweden@(protected)) (mysql

CV++ sln files

Hi Can someone help a newbie like me. Im using WinXP and VC++2003.Net and I just cant get the mysql++ code to work can someone send me a VC++2003.Net solution/project file with everything in it so

Subject: cant find file on mysql.com

Hi I use mysql in winXP and VC++ in the readme file is says that I should download a "native win32 port " from the mysql.com website Im a newbie and dont know what that is and I couldnt find it on t

Link problems when building on SUSE 10

Hi all I would appreciate some help compiling mysql++-2.0.7. I am using SUSE 10 on a Intel Pentium 4 with 64 bit support and the compile is breaking at the link stage. The version of mysql is mysql

some other problems

Hi I found a file readme.vc and did the stuff in it. I get this error when I try to compile simple2.cpp I only get 2 errors now error C2375 'rand ' redefinition different linkage fatal error C19

Help to a newbie

Hi Im a beginner. I have Visual C++ .Net and I downloaded the "mysql++-2.0.7.tar.gz ". I ran the install file with a subdirectory argument. I then started VC++ and created a new project (VC++ Console
Page 23 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10