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:
@@ -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.
|
||||
|
||||
@@ -446,6 +446,7 @@ static HB_ERRCODE odbcOpen( SQLBASEAREAP pArea )
|
||||
break;
|
||||
|
||||
case SQL_DECIMAL:
|
||||
case SQL_NUMERIC:
|
||||
pFieldInfo.uiType = HB_FT_LONG;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user