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 9 of 46 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: Re: Problem Using sqlapi++

Quote from the INSTALL file provided with the package "The installation procedure depends on the compiler you use to build MySQL++. See README.unix - for Unix Linux Mac OS X etc. README.cyg

Subject: Re: Eyeballs needed on new reference counted pointer template

Warren Looks all right - haven 't tested it. Slight improvements might be made by only testing counted_ to know if it is a non null pointer instead of checking ref_ is set all the time. Like below.

Subject: Re: Eyeballs needed on new reference counted pointer template

On Wed Aug 15 2007 at 12 27 18AM -0600 Warren Young wrote > Smart pointers are tricky and automatic memory management is even > trickier and I just created a template that does both. I swapped

Subject: Re: SSQLSv2 design discussion

On Tue Aug 14 2007 at 11 35 29PM -0600 Warren Young wrote > It 's clear to me that SSQLSv2 needs to be some kind of specialized > declaration language that 's translated by a tool to C++ implementat

Subject: Eyeballs needed on new reference counted pointer template

Smart pointers are tricky and automatic memory management is even trickier and I just created a template that does both. I swapped it in for existing code in MySQL++ that used value semantics and

Subject: SSQLSv2 design discussion

It 's clear to me that SSQLSv2 needs to be some kind of specialized declaration language that 's translated by a tool to C++ implementation and header files. The main goal is to fix the type safety and

Subject: Problem Using sqlapi++

I 'm running MySQL database under Windows OS and tried to run C++ program to access the database. Somehow it doesn 't work. What are the steps should I take to make sure it will work. (I 've installed

Subject: Re: Inserting with a column that uses auto_increment

In an effort to provide some ideas for replacing the current macro- tized ssqls here 's an idea. I use boost heavily in my code and I completely forgot about this library http //spirit.sourceforg

Subject: Re: Inserting with a column that uses auto_increment

Warren Wow man there is no reason for this. You 're obviously upset about something other than 'just ' my comments. I hope that whatever is going on in your life improves. Something as minor as

Subject: Re: Inserting with a column that uses auto_increment

Graham Reitz wrote > > I also stated mysql++ has many very nice features. What 's wanted here isn 't more praise but more ideas. > 1) Macros are very difficult to debug. Yes that 's well understo

Subject: Re: Inserting with a column that uses auto_increment

No problem Joel I understand your point. There are different levels of suggestions. Sometimes they come with resolutions and sometimes they don 't. But the absence of a solution doesn 't mean sugges

Subject: RE: Linker error in VC7 with mysql++ and std::string - solved

Hi just for the archives When all hints in README.vc are followed the errors vanish. So yet again those who can read will win at the end. Thanks MartinD -- MySQL++ Mailing List For list

Subject: RE: Inserting with a column that uses auto_increment

Graham Reitz wrote > Any library even the c++ standard libraries should be able to and > eager to receive criticism from time to time. Just a general comment I think everyone knows that there 's stu

Subject: Re: Inserting with a column that uses auto_increment

I was offering constructive criticism. I also stated mysql++ has many very nice features. Yes I am using mysql++ and I really appreciate your assistance. Thank you. But I do think there there a

Subject: Re: Inserting with a column that uses auto_increment

Jim Wallace wrote > The insert uses the macro name as table name By default yes it does but section 5.4 of the user manual says "Another feature of standard SSQLSes you might find a use for is

Inserting with a column that uses auto_increment

How do you prevent an insert as shown in the code below from putting "bogus " data in an auto_increment field? It seems like the billing_id field in the code below inserts a number based on the

Is anyone using SQLString directly?

SQLString exists for those places where the library wants to let you pass any typical C/C++ type which it will convert automatically to a SQL-compatible string representation. This is what lets yo

Using Result, Query::store, Query::store_next and Connection::opt_multi_stat

James Vanns wrote > OK so with the latest version of MySQL++ 2.3.2 and MySQL 5.0.27 I > don 't seem to get the correct return code from Query success() when > using multi-statements that don 't retur

Using Result, Query::store, Query::store_next and Connection::opt_multi_statemen

OK so with the latest version of MySQL++ 2.3.2 and MySQL 5.0.27 I don 't seem to get the correct return code from Query success() when using multi-statements that don 't return a result set. This used

Query insert() Seg Faulting using SSQLS, not sure why...

I am using large SSQLS ( >50 entries custom.pl was updated) and when an insert is performed the program seg. faults in the below function of query.h template <class T > Query& insert(const T& v)

How to initialize mysqlpp::sql_tinyblob?

How would you initialize password in the following SSQLS? sql_create_2(clients 1 2 unsigned int client_id mysqlpp sql_tinyblob password) clients client client.client_id

MYSQLPP problem in visual studio : mysqlpp.dll was not found !!!

Hello We 've got a problem in the use of the mysqlpp library when using it in our program and even with the example project mfc in visual studio (2005 professional edition). There is no problem in c

multiple definitions of symbol linker error using sql_create_#

I created a header file where I placed all of my sql_create_# macros. I keep getting multiple definition linker errors. /usr/bin/ld multiple definitions of symbol agencies names (there are more b

MySQL++ licensing

Axel Howind wrote > Warren Young schrieb > > Jeff Huston wrote > > > > > > What happened to libmysqlpp.a ? > > > > Since the move to the new build system we only generate shared > > libraries. Due to th

Compiler error when using sql_create_N (when N == 50)

I changed the line (my $max_data_members 50 ) in the custom.pl script and recompiled the mysql++ libraries. The custom-macros.h now supports up to 50 table columns. The end of custom-macros.

MySQL++ licensing (was: 2.1.1 - > 2.3.2 ... libmysqlpp.a no longer exists)

Warren Young schrieb > Jeff Huston wrote > > > > What happened to libmysqlpp.a ? > > Since the move to the new build system we only generate shared > libraries. Due to the licensing of MySQL++ th

Linker error in VC7 with mysql++ and std::string

Hi there I am loosing it! I want to write a quite simple app reading data from a special source and dumping it into a MySQL DB. I got mysql++-2.3.2 and mysql-5.0.45 on Windows XP installed on F

problem installing mysql++ devel with RPMs on CentOS 5

Hello I am trying to install the mysql++ devel RPM on a CentOS 5 system. I downloaded the mysql++ library RPM and successfully installed that however I get an dependency error with the mysql++ devel

MySQL Server 5.0.46 Package does not seem come with [ mysqlclient ]

Actually it does some with that libray but not in the client rpm but in the compat one. Well as it turns out - after you install both devel & client standard rpms you will need to configure mysql+

"segment fault " when using mysql++

I 'm replying to you both personally and to the MySQL++ mailing list where this message is on topic. Please reply only on the list not to me directly. wangxu wrote > below is my code these code wo
Page 9 of 46 1   2   3   4   5   6   7   8   9   10   Next 10