DB Monitor

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

DB Monitor

Post by Karen » Mon 14 Mar 2005 16:58

Hi,
We are evaluating ODAC to move from BDE. I downloaded trial version and converted couple of projects to use ODAC. BDE converter doesnot convert TwwDatasource to ToraDatasource. We have couple of projects using TwwTable component, does BDE converter converts this to TOraTable component. I downloaded DB Monitor, some how i am not able to see sql statements or transactions in DB Monitor. Is there any special configuration for this.

Thanks,
Karen.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 15 Mar 2005 11:17

Our BDE migration wizard has limited set of functionality, it works with native BDE components only, so in your case you need to replace InfoPower components manually.
As to DBMonitor questions you should place TOraSQLMonitor component on your form and set its Active property to True.

Post Reply