Hi, All!
How connect to a Oracle9i Lite database using TBDESession ?
I configure BDE alias to ODBC.
BDESession.Connect; --- OK
OraQuery.Open; --- Error: OCI function is not linked
If it is possible more in detail
Thanks in advance, Oleg.
TBDESession
Sorry, TBDESession cannot be used for ODBC connection. TBDESession is used for Oracle
only. Oracle 9i Lite, Oracle 10g Lite do not support OCI interface for connecting to local
database. It is supported ODBC and JDBC interfaces on Mobile Client side starting
from Oracle 9i Lite. So ODAC cannot be used in this situation.
only. Oracle 9i Lite, Oracle 10g Lite do not support OCI interface for connecting to local
database. It is supported ODBC and JDBC interfaces on Mobile Client side starting
from Oracle 9i Lite. So ODAC cannot be used in this situation.
Re: TBDESession
OlegProv wrote:Hi, All!
How connect to a Oracle9i Lite database using TBDESession ?
I configure BDE alias to ODBC.
BDESession.Connect; --- OK
OraQuery.Open; --- Error: OCI function is not linked
If it is possible more in detail
Thanks in advance, Oleg.