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

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

All I have just installed MySQL Server 5.0.46 successfully when I tried to config mysql++ it failed with this ------------ checking for MySQL library directory... configure error Didn 't find my

Subject: failing row[] assignment

Dumb developer again... anyone see anything wrong here? . . mysqlpp Query query con.query() std string select build_query(in) mysqlpp Result result mysqlpp Row row res

2.1.1 - > 2.3.2 ... libmysqlpp.a no longer exists

Dumb developer question. I 've casually used 2.1.1 for some time now and am upgrading to 2.3.2. What happened to libmysqlpp.a ? Of course I 'm getting a bunch of unresolved externals now... how sh

always the same error-message -sh*t

Hello in my program - the is always the same loopaction 10 get the current timestamp as ulong 11 insert into timestamptable INSERT INTO TimeStampData(TimeStampValue) values(ulDateTime) 12 get the

Do C++ wrapper for the MySQL C API (MySQL++) support 64 bit Windows Vista?

Hi I am alok. I am writing some application for 64 bit Windws vista. Recently I came across C++ wrapper for the MySQL C API (MySQL++). Can you please tell will it support 64 bit Microsoft vista. I

Keep ID-value after using Combobox

I want my users to pick an item in a Windows Forms combobox. To fill that combobox I use a SSQLS like so sql_create_2(TblUrensoort 2 0 string UrensoortOmschrijving int UrensoortID) -- mysql

Subject: Nullable fields in SSQLS

Hi is there an updated version of Waba 's nullable fields patch for the 2.3.2 release? Best regards -Patrick -- MySQL++ Mailing List For list archives http //lists.mysql.com/plusplus To unsubscr

unsuccessful queries and lost connection

Hi all I 'm programming a piece of software that continuously looks up if it has pending sql queries (UPDATE and INSERT) and executes them. I should also control if I lost the db connection or if a s

problem compiling program using mysql++

Hello. I 'm new to mysql and mysql++. I 'm trying to compile the below program for use with mysql++ #include <iostream > #include <iomanip > #include <mysql++.h > int main(void) { // - > Create a conn

v3 development plan

Joel Fielder wrote > > I 'd like the get the row[ "whatever "] interface without > pulling in mysql.h. So this is database independence again then. I think you might be putting too much hope in the

How to retrieve ENUM values by INDEX

All I have question. Here is the scenario CREATE TABLE students( StudentID int(11) unsigned zerofill not null auto_increment StudentClub enum( 'Soccor ' 'Music ' 'ACM ' 'BoyScouts ') n

datetime.h problem if I use mysql++ like a DLL

Hi I 'm new in this ML. I 'm working on Windows 2003 (using VS 2005) for build MySQL++ and all component of my project. Today I 'm founded that it is impossible on windows use the following method of D

Connection class reorg in a testable state

Those interested in the recently proposed changes to Connection might want to check out what 's in svn right now. In particular allow me to direct your attention to - Connection Connection(db s

about mysqlpp::sql_char and std::string

where is mysqlpp sql_char defined and how can i fet a std string to work with it thanks Albert -- MySQL++ Mailing List For list archives http //lists.mysql.com/plusplus To unsubscribe http

Single-parameter tquery with SQLQueryParms fixed

I believe I 've found the proper fix for this problem. In the Query methods that execute queries (execute() store*() use()) that take a SQLQueryParms reference add this line above the call to the

STATUS_DLL_NOT_FOUND

I have just downloaded mysql++ and build. I got no error but was unable to run the examples. It did not even let me to debug in VS 2005 dont stop at break point even on the first line of simple1.cpp

parameters problem

Hi all. I admit that i am one of the query.def abusers ) I know that i must change my code putting the parameters ' values in the store or use or execute call. The problem is that my query is dynamica

Weird parsing of templated query

Hi I am trying to figure out why the following is happening query < < "SELECT COUNT(*) FROM Category WHERE name %0q " query.parse() query.def[ 0 ] "testing " query.store() > The MySQL serve

Subject: Problems with mysqlpp::Result

Hi I am using mysql++-2.3.2 with Visual Studio 2005. *I can connect to MySQl *I can use querys But I can 't read results query < < "select * from MyDb " 09 mysqlpp Result res 3Dquery.store()

Newbie question: very slow performance

I am seeing very slow performance when using mysql++ to access a local db. By "very slow " I mean slower by a factor of 100-1000 in comparison to running the same queries (in every case a call to a

LoadLibrary fails with mysql++

Hello I 'm trying to use mysql++ in my project. My application is composed of one exe loading different dll. When I use mysqlpp in one of my dll the LoadLibrary API Fails with 998 Error (STATUS_AC

Connection::connect() interface is changing

I have started work on MySQL++ v3.0. My task at the moment is cleaning up the connection establishment interface. I have something I like but I thought I 'd run it past the list just in case. The

Problem compiling MySQL++ with MinGW

Hi I 'm having big difficulties compiling the MySQL++. I 'm using MinGW 5.1.3 in Windows XP. I have followed the steps in readme.mingw. Using dlltool probably works fine (i don 't quite know what it s

RELEASE: v2.3.2

Anyone using 2.3.1 please upgrade to this one! There 's a serious bug in the change to const_string which caused data corruption. Also if you 're using MySQL 's "multi statements " with either 2.3.0

gcc won 't compile 2.3.1 with -Wall -Wextra -pedantic

A stray comma means gcc won 't compile 2.3.1 if you turn on the above flags (presumably it 's just -pedantic that 's complaining but I 'm not going to do a long series of tests for a typo). Here 's a pat

RELEASE: v2.3.1

Little other than bug fixes to 2.3.0 in this one o Fixed a problem with SSQLS BLOB handling due to data lifetime issues. const_string objects now keep a copy of their data not j

Subject: ColData::get_string() missing

Hi I just wanted to update to 2.3.0 and noticed that ColData get_string() isn 't there anymore. We 're sorta used to it. ) Can we have it back? Best regards Sven Klose -- MySQL++ Mailing List F

Problem with Multithreaded Runtime Setting

Hi i 'm currently working on a project where i need to work with several different librarys. i work with ms visual studio 2003 compiler. All of the libs except mysql++ require me to use the "Multit

MySQL include paths

Hello compiling a small program that uses the MySQL++-library I was wondering why I have to include mysql 's include directory to my include path. Well I know otherwise the compiler won 't be abl

2.3.1 soon?

I 've just discovered a problem in the new SSQLS + BLOB handling. Unless you use this feature very carefully you are likely to access freed memory because of the way ColData_Tmpl <const_string > --
Page 10 of 46 1   2   3   4   5   6   7   8   9   10   Next 10