I have my exe installed on about 10 pc (Windows 10, Windows seven,...) with this String connection for DB2 connection:
- Code: Select all Expand view
- 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