| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | December 9 2004 11:40pm |
| Subject: | Re: Problem with Visual Studio .Net 2003 | ||
| View as plain text | |||
Pitu Caleya wrote: >> >> sql_create_3(table, Are you saying something like table.title() = "myTableName"; in your code? If not, that could give this problem. You have to set the table name when you want to use SSQLS for insertions. > Sorry, it was fault, I forgot the commas. I don't know wheather it would > compile without commas. It won't. Look at custom-macros.h, or the custom*.cc examples. > Query query; > query << "INSERT INTO"; > > It works, but it doesn't when doing: > > SQLQuery query; > query << "INSERT INTO"; That may be, but I'm not going to make any debugging efforts based on an example that misuses the library.
| 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 |
