how to check ODBC driver version installed on a database server?
hi guys,
I am trying to check on the ODBC driver version installed my database server , was wondering how can I check it?? I have tried to use the oracle installation process whereby it can show me all the installed application but somehow i think the unix.prd was deleted. FYI my database version is 7.3.3.5.0.
As far as I know there are no database views, which you can query to see the version of ODBC. The other way is:
Run the ODBC administrator from the desktop (ODBCADM.EXE or ODBCAD32.EXE):
Click the "Drivers" button
Choose the desired ODBC driver
Click the "About" button
Version information will be displayed for the selected driver.
if I am not wrong u are referring to the ODBC version installed on your client PC rite? in my case I am referring to my solaris unix...not sure if u hv any unix server probably u can help to check on the 'install.log' in ur oracle home 'orainst' directory?
Bookmarks