Viktor, how can I rebuild only lib sddodbc ?
>-----Original Message----- >From: Mindaugas Kavaliauskas [mailto:[email protected]] >Sent: Thursday, September 24, 2009 6:32 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] MS SQL and ODBC. > >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 [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
