I have a requirement to read data from Cache database, before that i would like to see the DB model(List of tables or classes etc).I have used Management tool but i could'nt find out the tables list.How we find out the DB model using management tool?
Help is highly appreciable.
Thanks,
A Cache instance will have several namespaces. When you are connected to the System Management portal you will want to use the menu item System Explorer->SQL and be sure you are connected to the namespace that has the tables you are looking for. If you still find no tables it may be that for the system you are connecting to there are no tables defined. Application developers can, and did in the past, develop entire applications without actually using any class definitions/sql tables. If this is the case it is possible to create the class definitions/tables after the fact but does require understanding of the data structures that exist.