From: Warren Young Date: December 9 2004 11:40pm Subject: Re: Problem with Visual Studio .Net 2003 List-Archive: http://lists.mysql.com/plusplus/3787 Message-Id: <41B8E278.3050302@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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.