DataDictionary ???
I get the following error when trying to run a report (RB7 coming from RB
6.03)
TdaMetaCache.GetFields: unable to find table R_Properties in cache
Is it something to do witht the DataDictionary as we used to use it by now
have written stored procs that we have inserted into the RB_TABLES table.
Works fine under RB 6.03
The UseDataDictionary on the Designer component is set to False
Any ideas ??
Mark
6.03)
TdaMetaCache.GetFields: unable to find table R_Properties in cache
Is it something to do witht the DataDictionary as we used to use it by now
have written stored procs that we have inserted into the RB_TABLES table.
Works fine under RB 6.03
The UseDataDictionary on the Designer component is set to False
Any ideas ??
Mark
This discussion has been closed.
Comments
Do you still have a DataDictionary component present in your application?
If so, try removing it and see if that helps. If not, there may be a
dataview defined in DADE looking for the R_Properties table which apparently
no longer exists in your database.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I was the UseTableOwnerName property. It was set to True. We are using
Firebird.
Setting to false fixed the problem
Cheers
Mark