TransactionsSupported property

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
jim
Posts: 3
Joined: Wed 23 Feb 2005 22:35

TransactionsSupported property

Post by jim » Wed 23 Feb 2005 22:38

Hi,

When connecting to Oracle 9i using either OCI or SQL *Net, the
TransactionsSupported property is always false.

Does this make sense? It would seem to me that Oracle
would have no trouble supporting transactions. Or am I missing
something??

Any comments or suggestions???

thanks in advance...

jim

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

Post by Paul » Thu 24 Feb 2005 10:11

This is a behaviour of Borland dbExpress. You must check
SQLConnection1.TransactionsSupported property after establishing a connection.

Post Reply