dbMonitor error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Defacto
Posts: 6
Joined: Thu 28 Jan 2010 05:23

dbMonitor error

Post by Defacto » Sat 30 Jan 2010 07:58

When running a query using dotConnect professional the attached dbMonitor generates an error:

Invalid parameter d:\projects\delphi\third party\virtual treeview\source\virtualtrees.pas line 15119

the query:
select N0."OID",N0."TypeName",N0."AssemblyName" from "XPObjectType" N0

the query is generated (beyond my influence) but is executed normally.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 02 Feb 2010 08:42

Thank you for your report. I cannot reproduce the error with dbMonitor 3.0.2 and dotConnect for Oracle 5.35.79 while executing simple select from my database. Please give us the following information:
1) your version of dbMonitor (the Help | About menu of dbMonitor);
2) the version of dotConnect for Oracle you are using (the Tools | Oracle | About menu of Visual Studio);
3) the steps we should follow to reproduce the error.

Mottor
Posts: 5
Joined: Fri 12 Mar 2010 12:47

Post by Mottor » Fri 12 Mar 2010 12:57

I have the same problem here.
1) DBMonitor Version 3.0.2
2) dotConnect for Oracle Profesional Edition
Version 5.60.102.0 Beta
3) The message come after
"dotConnect for Oracle monitoring is started"
and before
"Open connection "Server=srvora;user id=user1;password=pass1"

Post Reply