Thanks mainly to Richard Lipkin and Armando Estrada:
My problem was solved.
1.- Oracle is at least five times complicated than other adodb connections I known.
2.- I Was trying to work with 32 bits client to 64 bits Oracle Server and ODBC drivers and connections has a big issue.
3.- I was expecting to make a single adodb with connection string and it was hard to me...
Oracle Client has several parts, I needed to struggle to finally get (for 32 bits):
Instant client BASIC
instant Client Package - ODBC:
join in a single folder.
call Install_odbc (with no response of success or failure).
modify windows path variable to include the folder created before.
check the odbc controlers to make sure there is an "Oracle in InstantClient_12_2"
and Voila !
cCon:="Driver=Oracle in Instantclient_12_2;dbq=localhost:1521/XE; Uid=hr;Pwd=hr" // Adodb using ODBC
HB_SETCODEPAGE("ESMWIN") to void Ñs and specail char issues.
Thank You again and regards
↧