  | | | MySQL++ | After about 2 years of sitting around dreading the idea of doing this on my
own I finally decided to try to get my application functional again by
updating to the new code (with lack of C++ experienc
Hello
I want to perform a simple query to delete a row based
on a column value in mysql++.
Could somebody please point me to a simple example
of removing a row entry.
I can do this simply in mysq
Hi
I 'm new to mysql and would like to use mysql++ to
interface to mysql.
I 'm using the following
mysql++2.1.1
mysql.5.0.27
Visual Studio 2005
XP machine.
Ok looks like I installed and built evI think there 's a bug with manipulators for Query.
I tried to run the following example (compiled with mingw
g++ 3.4.5)
mysqlpp Query query (&con)
query < < "INSERT INTO foo (title) VALUES( " < <
mWhen I try to start an application in debug mode with Visual Studio
2005 I get an error "This application has failed to start because
mysqlpp.dll was not found. Re-installing the application may fI compiled the mysql++ and make my own program that
writes to mysql database and everything worked fine.
Now i did the same thing on another computer but now
when i run the programm (or sample1 in Hi everyone
I hope this has not been asked before I searched the online archives of
the list and could not find any references to my problem.
I 'm trying to run a simple test program based on the Korolyov Ilya wrote
>
> Summary SSQLS compare operators patch
> Project MySQL++
> Submitted by breeeze
> Submitted on ?????????????? 20.Hello
What about patches - #7458 #7464 #7474
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/plusplus
To unsubscribe http //lists.mysql.com/plusplus?unsub mysql@(protected)
Hello I 'm a new member of the MySQL++ mailing list. I do most of the
database tasks here at my workplace. I 'm doing everything in Windows XP &
2000.
I 'm currently trying to upgrade from really oHi
Saw a post a few days ago by Zeddy Chirombe regarding this error while
building mysql++
I had the same error earlier today and wanted to share the solution.
checking for MySQL library directory.Hi all
I successfully compiled mysql++ source files and examples. But when I
ran the resetdb sample I got runtime errors. I stepped into the program and
found that it could successfully connectHi
Does anybody have an example of how to call a stored procedure using mysql++
with IN/OUT parameters?
Roger
I am new to the band wargon - I am lost not sure sure what the none
existent user/group tangents are when I try to built it from the RPM just
as what follows.
when I use the mysql++-2.1.1.tar.gz I compiled the library and the sample1 application and
it works fine. The problem is that i can 't built my
own project...
I read in readme file that i should "Add a .cpp file
to the solution so it _kI folowed the instructions and errors report slutions
on this mailing list
- i edited the project properties (i changed the
additional inclede directory to C \Program
Files\MySQL\MySQL Server 5.0\incHey all
Ive got the following code the comments show whats wrong with it
ofstream ofin
ofin.open( "log.log ")
if (!con.connect( "database " "host " "username " "password " 3306))
{
return
}
if Hi
I 'm having some trouble making the library. I 'm using dev-c++ (mingw
compiler)
I have succesfully made the libmysqlclient.a file unde c \mysql\lib\opt
but when I run the "mingw32-make -f MakefilMy programm connect to MYSQL server(4.1.12) set it 's character set by
"set NAMES gbk " the variables when client programm started is
character_set_client gbk
character_ It 's taken me a while but I 've got round to getting the latest
version out of svn and getting it to compile on Windows. I had a couple of
minor problems which I 'll supply patches for but there 's aKorolyov Ilya wrote
>
> Original custom.pl.patch has such line
>
> if (cmp mysqlpp sql_cmp(x.C$j y.C$j ))
>
> it give some additional warnings so I propose to change it for
>
> if (Hello all
in <mysql++/sql_types.h > there are such lines
...
typedef Time sql_timestamp
...
I guess it _really_ incorrect it should be at least
...
typedef DateTime Hi all
I have a new question
mysql++ have types
struct Date public DTbase <Date >
struct Time public DTbase <Time >
struct DateTime public DTbase <DateTime >
my question is - why DateTime isn 't a dhi i have problem when i try to connect with password.
when i connect without password no problem occur.
but when i try to use password and disable exception connected() function
always return falsThanks to all good C/C++ IDE found.
It is free GNU and simple the best for my students.
Some initial problems to link libmySQL.dll library solved with anonymous
notes.
IDE-C++ http //www.bloodsHi
I am trying to build the mysql++-2.0.7 examples on Solaris 8 using CC
5.3 But get the following error
/bin/bash ../libtool --mode link CC -g -L/usr/local/mysql/lib/mysql
-library Cstd -o rHi all
What 's the best way to set connection timeouts to a long value (an hour or
more)? I 've got code that creates a group of connections and set the
timeout for each one to a large value (3600 Howdy folks
Well anyway I 've been coding with mysql++ for a while now been working
great. I 've pretty much never had a problem with it on Windows XP... until
I tried to send the program to my DedHello
I have a simple logging application that needs to be able to run unattended and reliably for as long as possible.
The memory that it uses is increasing as it runs.
Here is an simplified exahi..
i have a problem using Query class from mysqlpp with wchar_t. i hope
somebody can help me with this.
i want to insert unicode to table.
here is the sample code
mysqlpp Connection con( "test "  |
|
 |