2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Serious bug in conversions to string |
From: | Dirk Zimoch <[email protected]> |
To: | <[email protected]> |
Date: | Mon, 5 Mar 2018 16:44:12 +0100 |
On 05.03.2018 15:51, Dirk Zimoch wrote:
The only place where I can see how to fix this quickly is in dbPut() where dbFastPutConvertRoutine[][]() must not be used for DBF_DOUBLE or DBF_FLOAT to DBF_STRING conversions.
Argh! Not even this is possible, because dbPut has no reference to the source record. The whole conversion issue is totally messed up.