Hi,

to:
         case SQL_CHAR:
         case SQL_VARCHAR:
         case SQL_LONGVARCHAR:
         case -9:
           pFieldInfo.uiType = HB_FT_STRING;
           break;
in odbcdd.c.

This helped, but only on nvarchar.
When I make "select *" problem still :

oErr:severity_____         2
oErr:osCode_______     65528

65528 = -8

It is also not defined or documented. So, add -8 in a same way as -9, to a type you guess it should correspond.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to