3 messages in com.mysql.lists.plusplusLosing precision on INSERT queries
FromSent OnAttachments
Brent Miller26 Apr 2003 21:40 
Brian Butcher27 Apr 2003 02:05 
Brent Miller27 Apr 2003 10:04 
Subject:Losing precision on INSERT queries
From:Brian Butcher (bria@e4e5.fsnet.co.uk)
Date:04/27/2003 02:05:11 AM
List:com.mysql.lists.plusplus

Any ideas? Should I be storing the values in a string instead of a double?

I would expect the precision to be determined by the the precision that was requested of MySql when the table was created. i.e. look at the CREATE table command.