How can I do to connect the query(BDE) to an OraSession?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
leo.mgo
Posts: 1
Joined: Fri 03 Feb 2006 18:24
Contact:

How can I do to connect the query(BDE) to an OraSession?

Post by leo.mgo » Fri 03 Feb 2006 18:55

With The BDESession is possible that a OraQuery connect to a BDE Database. How can I do to connect the query, for example, to an OraSession?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 07 Feb 2006 10:17

If you mean TQuery, then it is impossible to connect it to TOraSession. Please use TOraQuery or TOraQuery.

Post Reply