On 2009 Sep 24, at 20:08, Horodyski Marek (PZUZ) wrote:

-----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;
*/

Using such arbitrary values without knowing what exactly
they are and where do they come from looks kinda dangerous
to me.

Aren't these things documented somewhere? Even Microsoft
cannot be that sloppy.

Brgds,
Viktor

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

Reply via email to