Unix Technical Forum

Does mysql++ 2.1.1 work on you comp.?

This is a discussion on Does mysql++ 2.1.1 work on you comp.? within the MySQL forums, part of the Database Server Software category; --> Hello! I use Visual C++ 2005 Express Edition and mysql++2.1.1. Everythink works fine when I'm useing object mysqlpp::Connection(...) only. ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 07:58 AM
andref@autograf.pl
 
Posts: n/a
Default Does mysql++ 2.1.1 work on you comp.?

Hello!

I use Visual C++ 2005 Express Edition and mysql++2.1.1.

Everythink works fine when I'm useing object mysqlpp::Connection(...)
only.
mysqlpp::Connection baza("information_schema",
"localhost","root","pass",0);

It even realy connects to MySQL.

But when I create mysqlpp::Query objeckt like that:
mysqlpp::Query and=baza.query();

The progrogram compiles, links, but when I run the program it crushes
when object is deleteing from memory - destructor works. i.e:
// -1
{
mysqlpp::Query and=baza.query();
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com