From: Warren Young Date: July 25 2006 8:40pm Subject: Re: Issue with sql_create List-Archive: http://lists.mysql.com/plusplus/5846 Message-Id: <44C681D2.7080300@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris (Clu) Miller wrote: > sql_create_2(player, > > 1,2, > > string, player_name, > > string, player_pass) This code's legal...I just dropped it into custom1.cpp and it compiled fine. Try that on your end, just to be sure. If it compiles in custom1.cpp, something's wrong with your project, or the build settings. For instance, are you sure you don't have a struct or class player somewhere else in your project? Anything like that could cause this sort of problem. If it doesn't build in custom1.cpp....well, that would be weird. VC++ 2003 hasn't generally had problems with SSQLS.