Hi,
In our product, Hana odbc driver is used to access HANA database. Is there a way to figure out which version of the odbc driver lib is being used on IBM AIX?
% strings libodbcHDB.so | grep Build
%
% strings libodbcHDB.so | grep SAP
%
% strings libodbcHDB.so | grep HDB
%
%
I know the odbc driver is 57 with the above command on Linux.
$ strings libodbcHDB.so | grep Build
libSQLDBCHDB 1.00.57 Build 0378530-1510
SQLDBC 1.00.57 Build 0378530-1510
1.00.57 Build 0378530-1510
$
Thanks
Hunter