Conversion form ADO to ADO.NET (Query)
hi I have given the task to convert complete ADO code to ADO.NET equivalent code
please help me in converting this query , i m using C# - MSACCESS
strTempSql = "INSERT INTO TempAveragePart VALUES('" + tmpCases[i].Replace('\'', '`') + "' ," + average + ",'" + a.Replace('\'', '`') + "','" + b.Replace('\'', '`') + "')";