Hi ,
I have my exe installed on about 10 pc (Windows 10, Windows seven,...) with this String connection for DB2 connection:
and works well
today I installed my exe on another pc with Windows 10 in the same lan and I get error in oCn := FW_OpenAdoConnection( Connessione, .t.)
"Error Adodb"
why?
is there any DLL to check on Windows?
thank you
I have my exe installed on about 10 pc (Windows 10, Windows seven,...) with this String connection for DB2 connection:
local Connessione
local oCn
Connessione := "Provider=IBMDA400; Data Source=192.168.1.200; User Id=THISISID; Password=THISIPSW; Default Collection=LIBRARY;"
oCn := FW_OpenAdoConnection( Connessione, .t.)
...and works well
today I installed my exe on another pc with Windows 10 in the same lan and I get error in oCn := FW_OpenAdoConnection( Connessione, .t.)
"Error Adodb"
why?
is there any DLL to check on Windows?
thank you
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)