Sachin Dubey (Tata Consultancy Services) wrote:
> I am trying to update the listview table-
> Can you please point me what's wrong with this:
>
> Microsoft.Deployment.WindowsInstaller.View view = null;
> view = session.Database.OpenView("UPDATE `ListView` SET `Binary` = 'Success' 
> WHERE `Property` ='PREREQ_CHECK_STATUS' AND `Order` = 1");
>   

The column is named Binary_ not Binary.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to