[DUG] class tquery not found
Stacey Verner
stacey at cjntech.co.nz
Thu Aug 9 08:01:36 NZST 2007
This is usually because you have a DFM file that has a TQuery in it, but
the associated pas does not, and it doesn't have dbtables in the uses
clause.
Add dbtables to the uses clause which should fix the problem, but also
look putting the TQuery object into the PAS file because if it's in the
PAS file it won't compile if dbtables isn't there.
Stacey
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
On Behalf Of Bob Pawley
Sent: Thursday, 9 August 2007 03:36
To: DUG
Subject: [DUG] class tquery not found
Delphi aborted with the error 'class tquery not found".
Any thoughts for a solution??
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.adventureeducation.co.nz/pipermail/delphi/attachments/20070809/bce8e0c0/attachment.html
More information about the Delphi
mailing list