Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

tDaMetaCache.GetFields: unable to find table <Table>

edited August 2005 in General
This is a multipart message in MIME format

Comments

  • edited August 2005
    Hi Michael,

    For future reference, please send all attachments to
    support@digital-metaphors.com.

    This error indicates that DADE cannot find the given table name in your
    database. Be sure the table name is correct. Also, if you are using a
    DataDictionary, check to see that the UseTableOwnerName property is properly
    set. This could cause DADE to look for the incorrect table name.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2005


    Noted.


    The table name is correct. I can preview the data (on the data tab) and
    the report (on the preview tab) just fine. I am not using a data
    dictionary. This is very odd, sometimes it works just fine other times
    it dosen't and I cannot figure out why it has stopped working now.
    Anything else I can check?


  • edited August 2005
    Hi Michael,

    If your sure the table name is correct and you are not using the
    DataDictionary, the only other thing that could be causing this error is
    that for some reason, ReportBuilder is unable to access your database.
    Check to see that your connection object is valid and working properly. Try
    taking RB out of the equation and try accessing the table using Delphi
    TDatasets and a DBGrid.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2005

    Nico,

    Very odd, when I restarted the compiler and loaded the datamodule
    that contains the (DBISAM) session and database on it before the
    datamodule with report component, it worked. I still have this problem
    regulary in both Delphi 6 and 2005, can anyone reproduce it?

    Thanks

    J. Michael Eubanks


  • edited August 2005
    Hi Michael,

    If it's possible to create a simple example of the behavior, I can try to
    recreate it on my machine. Please send the simple example in .zip format to
    support@digital-metaphors.com.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.