Our application has a .ini file with connection details. the following
is an example when we connected to Oracle 9.2
; Setup for Oracle Native
[Database1]
CurrentDataSource=1
DBMS=o90 - oracle v9.2
DBMSName=Oracle Native
ServerName1=VODAFONE112
Database1=
DataSource1=VODAFONE112
;ServerName1=vodafonesupport
;Database1=
;DataSource1=vodafonesupport
DefIsolationLevel1=1
DefIsolationLevel2=1
DefIsolationLevel3=1
LogonParmA1=HGSWj
LogonParmB1=AEN
Can anyone advise what the following line should be for Oracle 11.2
DBMS=o90 - oracle v9.2
should this be
DBMS=o110 - oracle v11.2
many Thanks