  | | | MySQL++ | 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 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
*******************************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 BrowserHi
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
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 libraryApologies 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 anHi
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 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 programI 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 " testQueHello
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
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 thI 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
/uDear 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
CenHello 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 NullisN1. 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. II 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
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 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 exampHi
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(!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 _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 unHi
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 YaMySQL++ 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 CHi
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)
QuHi
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 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 generatHello
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?
RegHello
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 clHi
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 <iomanipHello
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  |
|
 |