TBDESession

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OlegProv

TBDESession

Post by OlegProv » Fri 10 Dec 2004 09:48

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.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 14 Dec 2004 16:36

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.

Guest

Re: TBDESession

Post by Guest » Mon 26 Jun 2006 01:49

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.

Post Reply