psql dbMonitor stopped working

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
damon.cognito
Posts: 50
Joined: Wed 22 Jul 2009 09:30

psql dbMonitor stopped working

Post by damon.cognito » Wed 29 Aug 2012 07:17

Since upgrading to postgresql dotconnect 6 (dcpostgresql61), dbMonitor has stopped working (i.e. it shows no data). I have reinstalled dbMonitor (3.0.3) and dotconnect but this did not help. VS 10, postgresql 8.4.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: psql dbMonitor stopped working

Post by Pinturiccio » Thu 30 Aug 2012 07:18

dbMonitor 3.0.3 works with dotConnect for PostgreSQL 6.1.58 and with PostgreSQL database 8.4. Please make sure that you create a PgSqlMonitor instance in your project and set the IsActive property to "true" before the code that is to send the required data via dbMonitor.

Post Reply