DBMonitor feature missing due to missing SQLExpr.pas?!

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
DOtto
Posts: 1
Joined: Wed 11 Jan 2006 08:21
Location: Reinbek, Germany

DBMonitor feature missing due to missing SQLExpr.pas?!

Post by DOtto » Wed 11 Jan 2006 08:35

I try to add: SQLExpr.pas as Component to the Package: dclusr.dpk

But Delphi tells me on Compile:

German: [Fehler] dclusr.dpk(40): Package 'dbexpress' enthält bereits die Unit 'SqlExpr'
English: [Error] dcluser.dpk(40): Package 'dbexpress' already contains the unit 'SqlExpr'


Delphi 7 Pro Update 1

Tim

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 11 Jan 2006 15:36

This unit is already added to 'dbexpress' package. You do not need to install this unit in this case.

Post Reply