I am trying to query the Network_Inventory view of the rmeng db. My ODBC connection tests fine. I am able to open the connection using csharp code. However, I get a 42S02 [OBDC] [SQLAnywhere] Table 'Network_Inventory' not found error.
The query is simple.. SELECT * FROM Network_Inventory. I have also tried SELECT * FROM dba.Network_Inventory.
I have a similary setup with the cmf Database that queries the Network_Devices view and it works just fine.
Appreciate your help.
Thanks
Anthony