  | | | MySQL++ | Hi I 've noticed a serious bug that was introduced in
MySQL++ v2.0.0 when the Query class was changed to derive
from std ostream.
Per the C++ standard regardless of the order of
statements in a
I have the newest MySQL source code distribution located at C \mysql then I
have the latest release from MySQL++ which I just got recently. I then
edited the mysqlclient.def and changed mysql_moreIn my application I have queries being executed on 15 second intervals
using mysql_ping prior to sending the queries to make sure I 'm still
connected (using a persistant connection). However if I uSteve Povilaitis wrote
> Most exalted ones
Yes O kneebiting supplicant?
> Is it better/preferred to instantiate one Connection object and then pass
> this object to different parts of the client Most exalted ones
Is it better/preferred to instantiate one Connection object and then pass
this object to different parts of the client application that need to
execute queries then close the connI uncommented the DLL stuff with MinGW and to my surprise the only error I
ran into right off is I got the following with make and don 't know if there
is a way to correct it.
g++ -shared -o mysqlpI just posted my problem a while ago (early this morning) and then got a
surprise that I can no longer recieve the mailing list. Is there a server
problem? I tried reapplying twice with no luck and Hi
I have to call a stored procedure with mysql++.
The procedure is something like
Procedure proc( firstparam varchar(20) second param varchar(20) )
begin
[some code]
select firstReturn secondReDear All
I have developed a server program using mysql++-2.0.3a on RedHat9 and the mysql server is 4.1.14. In my program I connect to the mysql server when the program starts and keep the connec
Hi All
I originally sent this to plusplus-owner sorry about that having one of
those (geriatric) days...
I 'm experiencing difficulties building the mysql++ libs on a SunOS 5.8
platform with gccI have some confusion about the licensing hopefully someone can set me
straight.
Where the description page says "Since MySQL++ is licensed under the
LGPL you cannot link it statically to closed-sI want to store some bitstrings in a mysql database so for testing i made a
simple program
MySql
CREATE TABLE table ( bitString VARCHAR(1024) )
Program
bitset <1024 > bitString
query < < "INSERThx
-----Mensagem original-----
De Warren Young [mailto mysqlpp@(protected)]
Enviada em s?bado 5 de novembro de 2005 17 12
Para MySQL++ Mailing List
Assunto Re RES C++ Compiler
Fabricio MotaMost exalted ones
What is the best way to implement the following functionality using mysql++?
I have a table with two fields one is an autogenerated primary key 'id '
field of type int the otherOh sorry. I use Win XP.
What you recommend?
FM
-----Mensagem original-----
De Chris Frey [mailto cdfrey@(protected)]
Enviada em sexta-feira 4 de novembro de 2005 01 10
Para plusplus@(protected)Hi All
I 'm ingressing in the "MySQL Developing World " (lol) so I would like you
recommend me what C++ compiler (and where to download it if possible) I
could use to get good results compiling MySQdengxy wrote
> >It 's unlikely that VC++ products have this problem Something tells me
> >that you have problem using gtkmm compiled by non VC++ compiler in a
> >VC++ project
> >
>
> Thanks for this infHi all
I think I?ve found what may be a Mysql++ bug related to the ResUse
destructor. Although my own code where I?ve encountered the problem is
large and complicated I?ve boiled it down to a simpPlatform WinXP Pro w/VS 2003/VC++ 7.1 - All service packs installed.
I have a COM object I am building which accesses both a Jet (Access)
database and a MySQL database. I had been using ADO forOk could you suggest me where I may find it with more occurrences?
Another problem is MySQL is a very big project and I have no UML (or any
abstraction) that could help me to understand it!! Can yIn true I have a project to develop a new (revolutionary) engine for mySQL
and so increase many times applications performance and reduce enterprises
cost with hardware infraestruture. So I 'm lookiOn Mon Oct 31 2005 at 10 25 36AM -0600 Troy Jennings wrote
> I have tried searching the list the documentation and the internet
> but have been unable to find any helpful guidance.
Try the exI am using the Microsoft Visual C++ 2005 beta environment and have
successfully built this project several times. Up until now I had been
performing queries simply to see if there is a result or noSince I failed to compile mysql++-2.0.6 with MySQL 5.0.15 at win32 using MinGW with given command from README.mingw due to a unreferenced symbol error with the example to the debug version of libmysqlHi all
Anybody has worked as a developer to MySQL Database Server features?
Thank you
Fabricio Mota
--
MySQL++ Mailing List
For list archives http //lists.mysql.com/plusplus
To unsubscribe Hi all
Are any of you developing any new feature to MySQL Database Server in
intention to submit to MySQL AB???
Thanks
Fabricio Mota
--
MySQL++ Mailing List
For list archives http //lists.mysHello everybody
I installed the latest mysql++ 2.0.6 and got errors when running apps
error Client does not support authentication protocol requested by
server consider upgrading MySQL client
Hello
I am not sure if this is OT for this list. If so please direct me to the
proper place. I am using mysql++ to retrieve rows from a table. The table
has between 300K-400K rows in it. the table I 've read some previous posts about compilation issues but they don 't
seem to pertain to my problem. I have a class declaration in which some
private functions pass a vector of SSQLS type. DuringHello everyone! -D
[story]
OK here 's my story... I was reading this tutorial
http //www.informit.com/articles/article.asp?p 101661&seqNum 5
And it said to download MySQL++. I downloaded it and co |
|
 |