Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Accessin Summary Table


1 reply to this topic

upkaar

upkaar
  • Full Members
  • 13 posts

Posted 27 May 2008 - 17:11

Hi All,

I'm writing a CUB file checking Title and Subject in Summary table as per my company standards. But I'm unable to get the SQL queried record set.

I'm using the following code :

Set View = Database.OpenView("SELECT * FROM `Summary`")
View.Execute
Records = View.Fetch

After the 2nd line my function exists without error. Is Summary table not accessible for such queries. Someone told me to use MsiSummaryInfoGetProperty function. I'm not sure how to use it. I've not had any accessing problem with any other MSI tables. Please advise.

VBScab

VBScab
  • Full Members
  • 436 posts

Posted 28 May 2008 - 08:46

For completeness sake, I'll redirect folks to the OP's identical post on AppDeploy which has been answered in this thread.
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.