| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | December 9 2004 1:41am |
| Subject: | Re: Problem with Visual Studio .Net 2003 | ||
| View as plain text | |||
Pitu Caleya wrote: > > sql_create_3 (table, 1, 3, unsigned int id, CString name, CString info); That should be sql_create_3(table, 1, 3, unsigned int, id, string, name, string, info); The critical change is the additional commas. I don't know that MySQL++ will not work with class CString, but I have no evidence to believe that it will work, either. Use standard C++ strings if at all possible. The formatting change is just because I think it reads better that way.
| 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 |
