string insertString = "INSERT INTO Master_Alarm_List(Alarm_Date, System, Start, [End], Station, Easting, Northing)VALUES(@date, @system, @start, @end, @station, @coordse, @coordsn,)"; OleDbCommand com = new OleDbCommand(insertString, con);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)