hi,
I'm converting my .prg from FHW(17.09) + xHarbour to FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019
this code (Ado fo DB2 AS400):
works in FWH 1709 but in new FWH64 I get "ADO ERROR UNKOWN"
any help?
I'm converting my .prg from FHW(17.09) + xHarbour to FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019
this code (Ado fo DB2 AS400):
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function main()
local oCn
LOCAL Connessione := "Provider=IBMDA400; Data Source=192.168.1.200; User Id=USER; Password=PSW; Default Collection=MYLIB;"
  oCn := FW_OpenAdoConnection( Connessione, .t.)
  if oCn = Nil
    msginfo("Connessione al DB2 errata")
  endif
return nilworks in FWH 1709 but in new FWH64 I get "ADO ERROR UNKOWN"
any help?
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)