Error "field not found" in DB but field not in Data Dictionary
ADO, RB 12.04 Build 77, SQLAnywhere 9.02
I had a field named PIX in a DB table which I removed; then I took it out of
RB_fields. It was also in a join which I also removed. They're no reports
in the RB_items.
Now generating a data source on a custom report, I get an SQLAnywhere error
saying PIX not found.
What could still be looking for PIX?
--
Bill Skelton
Landmark Data Systems, Inc.
Two Old River Place, Suite L
Jackson, MS 39202-3435
601-362-0303
I had a field named PIX in a DB table which I removed; then I took it out of
RB_fields. It was also in a join which I also removed. They're no reports
in the RB_items.
Now generating a data source on a custom report, I get an SQLAnywhere error
saying PIX not found.
What could still be looking for PIX?
--
Bill Skelton
Landmark Data Systems, Inc.
Two Old River Place, Suite L
Jackson, MS 39202-3435
601-362-0303
This discussion has been closed.
Comments
project to compile with the Delphi debug .dcu's. Then run the project under
the debugger and when the error occurs examine the call stack.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
SQL View as well.
As always, thanks for your guidance.
Bill