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 12 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

program to act as a psuedo mysql server

Hi I need to get started on a project to write a psuedo server/middleware for mysql server that just captures and inspects queries directed to the server. Is there any api reference that I could use

Subject: Mysql2.2.3 and Kdevelop:

Hi I am trying to compile mysql2.2.3 under kdevelop3.4. No Reported such a Problem earlier. did it creep into the recent version?? I am getting the following problem *******************************

API to retrieve MySQL data by Windows Web Server (IIS)

Hi I am new to MySQL++ so wonder if API such as connection () can be executed directly by Windows Web server (IIS) in URL to retrieve data from MySQL and to send results back to Internet Browser

New Bie query:

Hi I am trying to read the documentation to understand the phil. of mysql++. I am playing with the examples. I am able to retrieve the content from a Database already in mysql on my system

pro domo static library for MySQL++

HEllo all I am well aware of the Reply to Can 't configure to build static library on Mac OS X 10.4.9 http //lists.mysql.com/plusplus/6594 However I disagree with the argument that a GPL-ed library

Bug: program dies with untrue error message for template query

Apologies if this is the wrong place to send bug reports - I couldn 't find any hints about where to post this on the mysql++ web page or README file. When running the program below mysql++ throws an

whats wrong with this simple1.cpp code:

Hi I just started learning mysql++. I opened the simple1.cpp and tried playing with it. This is the Code // The only modification is Avoiding connect_db function and removing the

Can 't configure to build static library on Mac OS X 10.4.9

There is no configuration option to enable building static library of mysql++. configure --enable-static does not seem to work on Mac OS X 10.4.9. Dynamic library builds fine and example program

Single Argument Template Query Problem

I have observed a problem when using a single argument template query with the 'storein ' family of queries. For example testQuery < < "SELECT * FROM a WHERE b %0 AND c 2 " printf( "%s\n " testQue

Delete an entry using a SSQL stock element

Hello I search a way to delete an entry in my Mysql Database using a SSQLS stock element. The stock element looks like this sql_create_3(language_stock 1 0 unsigned int language_id

query memory bug

I am using mysql++-2.2.3 on freeBSD 6.1 with mysql 4.1.22 Currently I have a structuer of data that I form into a query and then store it in the db. if I print out the structure before I create th

Subject: Issue with lockable.h

I am trying to incorporate mysql++ into an existing project and I have been able to get it to compile however when I include the mysql++.h header file I get the following warnings when I compile /u

Not able to register mysqlpp.dll

Dear Folk I am developing a network application using the followings S/W Windows XP Pro with SP2 Win32 C++ Visual C++ 2005 express edition MySQL 5.1 MySQL++-2.2.0. H/D Laptop Cen

Null templated arguments with sql_create macro

Hello all I am trying to use templated null arguments with the sql_create macro but getting an error I am not sure how to solve error passing 'const mysqlpp Null <long long int mysqlpp NullisN

mysql++ and Visual Express C++

1. Will I be able to use mysql++ with Visual Express C++ 2005 or will I need Visual Studio. 2. I 'm not quite sure how to install mysql++ and run the examples. Couldn 't find that in the manuals. I

Subject: Strange linking error

I just received a strange linking error. I have searched through all of the archives and never seen it come up. This is with the most recent mysqlpp downloaded and compiled (2.2.3). I am compiling on

Subject: Compiling the examples

Hi all (note that this is my first post to a mailing list so I hope I am doing it the right way) I am trying to get started with mysql++ and use the examples to try things out. But unfortunately

Easier way to get OUT parmeters from Stored Proc call

I posted a method earlier that wrapped on SP with another doing a SELECT on the OUT parameter(s). Since then I 've found the wrapper can be avoided by doing call and select from C++. Here 's an examp

problem with mysql_real_connect and mysql_close

Hi mysql_real_connect open a socket connection to the database. But who closes this connection and when Is this done by mysql_close() or do I have to explicitly close the connection? 171 if(!

Error LNK2005

Hi all I have a problem. I am using mysql++-1.7.40 and VS 2003. In 2 C++ projects the mysql++ works fine but now I tried to do a 3rd project and I always get this error error LNK2005 "public _

Subject: Visual C++ Release build

Hi all I have recently create a program in visual c++ using mysql++ and am now on the stage of looking to create an executable for distribution. As such I am now trying to make my program work un

Please help me how to install mysqlclient.a library file

Hi Could anybodt tell me how to install mysqlclient.a library file on linux system as I am struggling to install that. please reply. vamsi. Send a FREE SMS to your friend 's mobile from Ya

Subject: Re: RELEASE: v2.2.3 - Fedora RPM

MySQL++ 2.2.3 is now available on official Fedora repository (Extras). For - Rawhide (will be Fedora 7) build against mysql-5.0.37-2.fc7 - Fedora Core 6 build against mysql-5.027-1.fc6 - Fedora C

Differences between query constructors

Hi Just wondered why there is a difference between the query constructors Query Query(Connection* c bool te) #if defined(_MSC_VER) && !defined(_STLP_VERSION) && !defined(_STLP_VERSION_STR) Qu

problem with SSQLS in header files...

Hi What are people 's thoughts on using SSQLS structures in header files? I 'd like to define a class with fetches and processes data from a DB. That class has methods which take and return vectors

RELEASE: v2.2.3

Just some fixes to v2.2.2 o Previous version left examples/vstudio/* out of the tarball by accident. o Improved generation of RPM temporary build directory path name generat

Subject: No examples/vstudio folder

Hello I just downloaded and unpacked the v2.2.2 distribution a couple of days ago. The examples/vstudio folder does not appear to be included. Is it missing or have I just lost it somewhere? Reg

Subject: NULL in templatized queries

Hello Currently using NULL in templatized queries isn 't possible[1]. Since I need the ability for NULL in templates (user configurable queries which can 't be hand-rolled) I invested some time. A cl

Header not found

Hi I am a total newbie to SQL! I use debian I have installed the library everything is fine except that the following code won 't compile #include <mysql++.h > #include <iostream > #include <iomanip

Subject: Passing functors into query

Hello Quite often I have code like this query < < "select whatever " query.storein(wherever) for(it wherever.begin() it ! wherever.end() ++it) { DoSomething(*it) } I thought it would be
Page 12 of 46 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10