次のクエリで間違った構文エラーが表示されます
dt = sFunctions.ExecuteQuery(Variables.con, "House_Machinery", "usp_housemachinery_Master_insert" + Id + ",'" + txtItemName.Text + "'," + txthp.Text + "," + txtrate.Text + "," + Variables.sTendercode + "," + Variables.StrResourceHeaderCode);
sFunctions.setSqldbConnCommand_Close(sSqldbCommand);
エラーは次のとおりです。
incorrect syntax near ','
私の問題の原因について誰か洞察がありますか?
それでも同じエラーが発生します。