>-----Original Message-----
>From: Viktor Szakáts [mailto:[email protected]] 
>Sent: Thursday, September 24, 2009 7:09 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] MS SQL and ODBC.
>
>> Viktor, how can I rebuild only  lib sddodbc ?
>
>just run make in that directory.
>
>Covered in INSTALL, section "HOW TO DO A PARTIAL [RE]BUILD".
>
>Brgds,
>Viktor

[...]

>>>> oErr:severity_____         2
>>>> oErr:osCode_______     65528
>>>
>>> 65528 = -8


I can read all fields from this table :)
Maybe this solution should be make in svn ?
/*
         case SQL_CHAR:
         case SQL_VARCHAR:
         case SQL_LONGVARCHAR:
         case -8:
         case -9:
           pFieldInfo.uiType = HB_FT_STRING;
           break;
*/

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to