I'm trying to return the table names from MSI database table, however, I don't know the hidden system table name to query. normally it's something like sysobjects
select name from sysobjects where type = o.
Can anyone suggest anything. (other than typing in every table name manually into my vb app.

Thanks in anticpation...
Johno.