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

Creating a Table using a CA


1 reply to this topic

mechester

mechester
  • Members
  • 4 posts

Posted 08 May 2001 - 04:51

I am attempting to create a table while an install is running.  The SQL text string that I am using is:

"CREATE TABLE `AddFeatures` (`AddFeature` CHAR(32) NOT NULL LOCALIZABLE PRIMARY KEY `AddFeature`)"

It appears to successfully generate a view using this string but then it fails when it is submitted to MsiViewExecute and my whole CA drops out - as in the very next statement after the call to MsiViewExecute is never touched.  Any guesses would be appreciated.