You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Applications/Wave Demo Apps/UpdateWAVMetaData/Program.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,12 @@ static int Main(string[] args)
94
94
if(Convert.ToInt32(connection.ExecuteScalar(database.ParameterizedQueryString("SELECT COUNT(*) FROM Device WHERE Acronym = {0}","acronym"),acronym))==0)
95
95
{
96
96
parameterizedQuery=database.ParameterizedQueryString("INSERT INTO Device(NodeID, Acronym, Name, ProtocolID, FramesPerSecond, "+
intdeviceID=Convert.ToInt32(connection.ExecuteScalar(database.ParameterizedQueryString("SELECT ID FROM Device WHERE Acronym = {0}","acronym"),acronym));
0 commit comments