Hi guys,
what could be the reason for a missing table in Database Information (Tables)? I mean I can see that table in Object Designer and there are records in it, but I can't see it in the "Database Information (Tables)" view. Any ideas?
Edit: It's not a virtual table, it's a customized one (in 50.000 no. range).
"Money is likewise the greatest chance and the greatest scourge of mankind."
0
Answers
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
What I suppose is that the "Database Information (Tables)" view is some kind of SQL view, isn't it? And maybe it has to do with updating that view or user rights in any way... something like that?
btw, database info (tables) is a virtual table (you can run it by building a form on "table information", as always).
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Yeah, I already checked if I get another view when I create a new form on 2000000028 Table Information. But the result is the same, the table is still missing.
The only time I have seen a situation like you describe is after someone messed around in the table object on SQL side. Be careful there. It is kind of a metadata table which also holds the objects. Changes to this table have no effect on the actual SQL tables or SIFT views (in case of a table or tabledata object).
Usually after someone messed around with table object the NAV client will just shut down with some weird error messages.
FD Consulting
When i do a 'select * from dbo.Object' i don't get amount of records, record size or table size. Any hints on where they are stored?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Anyway, finally solved now. Thanks for all the input.
I think your table was empty.
Regards.