From: Warren Young Date: May 31 2006 8:21am Subject: Re: sql_create problems... List-Archive: http://lists.mysql.com/plusplus/5704 Message-Id: <447D5222.30609@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Leif Landén wrote: > > Code: > /* > This is located in the beginning of the cpp file for the class we are > using it in.. > */ > sql_create_4(score, > 0, 0, As stated in section 5.2 of the user manual, the second parameter to this macro cannot be zero, and the third parameter cannot be equal to the second.