Page 1 of 1

TBDESession

Posted: Fri 10 Dec 2004 09:48
by OlegProv
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.

Posted: Tue 14 Dec 2004 16:36
by Paul
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.

Re: TBDESession

Posted: Mon 26 Jun 2006 01:49
by Guest
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.