Update query on CreateFolder table is not working
When I am trying to use update query on CreateFolder table in msi then I am getting runtime exception but it is working fine with other tables.
string value = textBox2.Text.Trim();
MessageBox.Show(value);
database.Execute("Update `CreateFolder` Set `CreateFolder`.`Component_` = '" + value + "'");
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
ur00361883
9 years ago