Home End User

Error "field not found" in DB but field not in Data Dictionary

edited January 2012 in End User
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

Comments

  • edited January 2012
    Try adding RBuilder\Source to the Delphi library path and configure the
    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
  • edited January 2012
    I found the "needle in the haystack!" I had not removed the field from an
    SQL View as well.

    As always, thanks for your guidance.

    Bill

This discussion has been closed.