From: Warren Young Date: January 21 2008 5:18pm Subject: Re: Still gettiing a BadConversion thrown with mySQL++ 3.0 RC1 from a DECIMAL List-Archive: http://lists.mysql.com/plusplus/7393 Message-Id: <4794D402.6090402@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Bart Verstraete wrote: > > is it because mysql++ search a "," and not a "." Actually, it may be the opposite: MySQL++ currently assumes the decimal point is '.', but it's ',' in your country, right? I've just checked in a change which will make it look for the decimal point setting in your C locale and only fall back to the hard-coded '.' value if that fails. Please let me know whether this fixes your issue or not.