Hi,

I need to insert values into ComboBox using C# Custom Action.

Code snippet

string samWeb="abcd";

ses.Database.Execute("INSERT INTO
`ComboBox`(`Property`,`Order`,`Value`,`Text`) VALUES ('ComboWebsiteProp'," +
"1,'" + samWeb + "','" + samWeb + "')");

I am getting error as

Function failed during execution. Database: Table(s) update failed.

Are there any initializations required?

Thanks,

Pavan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to