1627 - Function failed during execution
Hi,
I am seeing the 1627 error when trying to insert a record into the COmponent table of MSI and fail to understand the mistake in my implementation. Here is my code to run the sql.
string insertquery = @"INSERT INTO Component (`Component`, `ComponentId`, `Directory_`, `Attributes`) VALUES (?,?,?,?)";
db.Execute(insertquery, "Comp_1", g.ToString(), "INSTALLLOCATION",0);
thanks in advance,
ragini
I am seeing the 1627 error when trying to insert a record into the COmponent table of MSI and fail to understand the mistake in my implementation. Here is my code to run the sql.
string insertquery = @"INSERT INTO Component (`Component`, `ComponentId`, `Directory_`, `Attributes`) VALUES (?,?,?,?)";
db.Execute(insertquery, "Comp_1", g.ToString(), "INSTALLLOCATION",0);
thanks in advance,
ragini
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
mayur_mak
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.