2010-10-21 22:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)

* harbour/contrib/sddodbc/sddodbc.c
    + added support for SQL_NUMERIC data type
This commit is contained in:
Mindaugas Kavaliauskas
2010-10-21 19:10:57 +00:00
parent 9719da34d9
commit 7e05d44e9b
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-21 22:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/sddodbc/sddodbc.c
+ added support for SQL_NUMERIC data type
2010-10-21 09:12 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idehome.prg
! Corrected: paths to be shown in original case in "Stats" tab.

View File

@@ -446,6 +446,7 @@ static HB_ERRCODE odbcOpen( SQLBASEAREAP pArea )
break;
case SQL_DECIMAL:
case SQL_NUMERIC:
pFieldInfo.uiType = HB_FT_LONG;
break;