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 (0)
Please log in to answer
Be the first to answer this question