| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Pitu Caleya | Date: | December 7 2004 3:36pm |
| Subject: | Re: Problem with Visual Studio .Net 2003 | ||
| View as plain text | |||
I've tried using 1.7.23 and 1.7.17 but i couldn't solve it. To simplify, when running this code it works: Query query; query << "INSERT INTO..."; But, when calling the base class operator <<, it fails: Query query; ((SQLQuery) query) << "INSERT INTO..."; It considers "INSERT INTO..." as a void *, and so, it calls the "_Myt& ostream::operator<<(const void *_Val);". That's the reason because SQLQuery::insert, SQLQuery::update, etc functions don't work, but i couldn't find the solution. Maybe the management of templates in visual c++?
| Thread | ||
|---|---|---|
| • Problem with Visual Studio .Net 2003 | Pitu Caleya | 2 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Warren Young | 2 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Warren Young | 6 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Pitu Caleya | 7 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Warren Young | 7 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Pitu Caleya | 8 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Warren Young | 9 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Pitu Caleya | 9 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Warren Young | 10 Dec |
| • Re: Problem with Visual Studio .Net 2003 | Pitu Caleya | 10 Dec |
