From: James Moore Date: December 22 2004 1:32am Subject: RE: About float fields List-Archive: http://lists.mysql.com/dotnet/328 Message-Id: <200412220131.iBM1VqI13167@server2.chocolatelust.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit My personal solution is to not use automatically generated SQL (ie, ditch CommandBuilder.) I find that for the simple case building the commands myself is simple anyway, and in the more complex case CommandBuilder doesn't do what I need. Not really a solution to your problem, but it's something to think about. - James