Delphi win32 application to work with Oracle -
i have create win32 client on delphi, can work database on oracle. problem task client have demand "zero administration". in other words user downloaded our site , ran without installing oracle client , tuning tnsnames.ora.
my first aproach install apache on server side connection oracle. our win32 client case web brouser works oracle via https.
it works performance not expected. delay in reaction between clent , server side long.
is there way acheve goal (zero adminstration client enough performance)?
the product odac (oracle data access components) devart has "no oracle client needed" mode. easiest solution. include oracle instant client product , use oracle's "ezconnect" syntax don't have configure on client. using ezconnect allows connect oracle database without using tnsnames.ora file.
Comments
Post a Comment