See changelog 2002-07-08 00:18 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-07-08 03:17:26 +00:00
parent 05cc84872f
commit 0dca189289

View File

@@ -1213,7 +1213,7 @@ static ERRCODE adsPutValue( ADSAREAP pArea, USHORT uiIndex, PHB_ITEM pItem )
if( pField->uiDec )
ulRetVal = AdsSetDouble( pArea->hTable, szName, hb_itemGetND( pItem ) );
else
ulRetVal = AdsSetLong( pArea->hTable, szName, hb_itemGetNL( pItem ) );
ulRetVal = AdsSetDouble( pArea->hTable, szName, hb_itemGetND( pItem ) );
if( ulRetVal != AE_DATA_TOO_LONG )
bError = FALSE;
}