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

How to change makefile.vc for VC++7.1?

I know very little about makefile how to change makefile.vc So that it will generate debug\coldata.obj rather than debugcoldata.obj in current(lib) directory? Afraid of changing the makefile accident

Can I set the MYSQL_OPT_RECONNECT option?

makemake mingw or makemake vc to use mingw32-make

Thanks for the helps. I re-installed mysql with c include/Lib Files and now have lib and include. But I still have question on what is the right way to generate make file. I try to use "makemake ming

where can I find mysql\lib and mysql\include

I appreciate any help on this! I install mysql server 5.0 it appears mysql\lib and mysql\include are not installed automatically in my computer how can I find them from mysql.com? I would appreciat

problems with mingw

Hi I tryied to compile mysql++ with the latest version of migw i run "makemake mingw " without problems but when i run "mingw32-make " after some time it sayd that there is an error ( "at the moment

mysql\lib and mysql\include for VC++ 7.1

I am running windows and having problem in compile under VC++ 7.1 version. I download VC6.0 version and it is OK to compile since I notice there is mysql\lib and mysql\include and the whole project

Subject: static linking mysqlpp

Hi. I was just considering linking mysqlpp statically in my recent project. The reason why I 'm thinking about this is because I 'd like my project to be portabel to other machines (i.e. our compute c

pending patches

Hi Warren... are you keeping all the pending patches that are waiting for version 3.0? It would be a shame if any of them were lost. - Chris -- MySQL++ Mailing List For list archives http //li

linker-error using mingw shipped with devcpp4.9.9.2

hi all! I have to build mysql++ a second time (firstly with msvc which was flawless) for compatibility issues. the libraries were compiled successfully both debug and release but i encounter an err

Using/Installing the library with MSVC 2005

Hello people how do I get the files out of the mysql++-2.0.7.tar.gz package to work with MSVC 2005? I need some sort of step by step guide because I never used libraries with MSVC before... Please

Subject: =?iso-8859-2?Q?connecting_with_mysql++?=

hej im using VC++ 2003 and i wanted use mysql but as i read extracting mysql++ is not enough and i need to build libraries but i really dont understand a thing from readme.vc can somebody give me a

Subject: =?iso-8859-2?Q?connection_to_mysql_via_.Net?=

here i found the article about it http //dev.mysql.com/doc/refman/5.0/en/odbc-net-op-c-sharp-cp.html but how to choose the port that connector should connect to. string MyConString "DRIVER {MySQL

problem concerning mysqlpp::Date and SSQLS solved

i 've solved my problem by converting tiny_int explicitely to a (short int). i thought tiny_int is simply a typedef for short int so i used it directly with printf ). thx for all help Vers

Patch: Nullable fields in SQLSS

Here is my patch that enables one to use nullable fields in SQLSS. Since it will break binary compatibility I feel necessary to explain the steps that I have followed. If you don 't care just skip to

Subject: new version of mysql++ ?

hi all! i 'm developing a contact management app using the free wxWidgets and mysql++. I read about some problems with ssql structures and i encountered a bug myself reading a date value out of my

Patch for custom.pl

During the investigation of some SSQLS problem I noticed that the custom.pl script generated unnecessary code for the set() functions due to the $set variable not being emptied after a pass. Have a

no version information available...

Hi Everyone I 've made great progress so far.. I 've been able to get my simple programs to compile thanks to Mr. Povilaitis. Now the problem is runtime $ ./testmysql ./testmysql /usr/lib/libm

Subject: Another newbie here...

Hi List. I 'm new to using MySQL++ and not particularly experienced with hugely complex projects.. So I hope everyone will be patient with me as I ask a few really simple-minded questions. Poin

Subject: Re: tak =?utf-8?q?nov=C3=BD_torrent?= :-)

Neboj casem se na to rada urcite dostane -) Co se tyce zipu tak format zip je otevreny takze s nim nemam sebemensi problemy (mohu i upravovat zdrojaky defaultniho softu). Problem nastava az z form

Subject: Re: forwardd: JAJ.wz.cz - =?iso-8859-2?q?=8E=E1dost?=

Docela dlouho jsem premyslel jestli tomu cloveku mam odpovedet ale nakonec jsem se smiloval nad jeho neznalosti a napsal mu postup jak si vytvorit (pres webove rozhrani) ucet u ICQ a jak pak nastavit

problems with make

I 'm running Mac OS 10.3.9. I used ./configure --with-mysql /usr/local/mysql to generate the makefile. When I run the makefile it produces the error below and then stops. g++ -g -O2 -o .libs/reset

Subject: query.execute not working

Hello all I 'm trying to run the following code query conn.query() ttime time( NULL ) sprintf( dTime "%d000 " ttime ) sql "insert into Survey values ( ' " sql + dTime

set_option

I was wondering if anyone had an example of using the Connection set_option( Option o ) method. I am trying to enable mysql to be able to hand multi query statement by setting the opt_multi_statemen

Subject: Build Errors - Borland

I am getting the following build errors when trying to compile the simple1 or simple2 examples with Borland BDS 2006 [C++ Error] convert.h(109) E2268 Call to undefined function 'strtoll ' [C++ E

Subject: Borland C++ Builder Interest

Extract from http //tangentsoft.net/mysql++/ "... this problem has gone unfixed due to lack of interest for many months we no longer ship Borland project files with the package. We 're willing to r

Problem with NULL values in integer fields

Hi all I am getting conversion error when I try to read data into SSQLS structure and value of an integer field is null. I modified example stock table to have NULL values for num field and cus

how to insert a TIMESTAMP field using SSQLS

MySQL++ Luminaries Hello again. Could you please help me insert a timestamp into one of my table fields? For simplicity lets say my table DDL is CREATE TABLE test (id BIGINT NOT NULL systime T

plz help me.. there is a memory leak..

I am making some server program that insert data to mysql 5.0.6 And I am using mysql++-2.0.7. But there is a memory leak so let me know how can I avoid this problem.

Subject: Re: problems compiling on osx

Chad Dombrova wrote > > dyld resetdb Undefined symbols > __ZNKSt11logic_error4whatEv > __ZNSoD0Ev > __ZNSoD1Ev > __ZNSs20_S_empty_rep_storageE > __ZNSs4_Rep11_S_max_sizeE > __ZNSs4_Rep11_S_

SSQLS compilation errors when KEYS = 0

Most exalted ones I 'm using gcc 3.4.3 on Redhat Enterprise Linux with MySQL 4.0.1 and mysql++ 2.0.4. I 'm having some issues trying to use SSQLS that I would appreciate some help with. If I try to
Page 22 of 46 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10