Can you post the actual SQL string that is the result of
session.Database.Tables["ProtectedConfigFolders"].SqlSelectString ?
-
Nir Bar
Freelance Developer
Mail: nir@panel-sw.com
Web: www.panel-sw.com
- C++ On Windows, Linux and Embedded Platforms
- WiX & InstallShield
--
Vie
Ok I have a custom action that reads a custom table and uses the following
syntax
var ProtectedConfigFolders =
session.Database.OpenView(session.Database.Tables["ProtectedConfigFolders"].SqlSelectString);
Now this works However if I try and ready the Directory table in the same
way
var dirvi
2 matches
Mail list logo