New build of DbxIda

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Post by esasse » Thu 07 Aug 2008 14:52

Could you please explain a little bit these changes?

Ability to autoclose
Since it's an "ability", do I have to enable it somewhere?

COMMIT and ROLLBACK in TSQLQuery
How can we use this?

Thanks.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 08 Aug 2008 06:57

1. You don't need to enable autoclosing of transactions. It is always enabled.

2. You can assign 'COMMIT' or 'ROLLBACK' to the SQL property of TSQLQuery component and call the ExecSQL method. It works the same as when you call Commit or Rollback methods of TSQLConnection. This feature is added for compatibility with the Borland driver.

esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Post by esasse » Fri 08 Aug 2008 11:48

Thanks!

Post Reply