Viewing 15 posts - 61 through 75 (of 129 total)
Frederoco, here is the codebehind for the web page;
//using AjaxControlToolKit;
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Default : System.Web.UI.Page
{
static...
June 11, 2021 at 10:56 am
Jeff, here is the StoredProcedure that gathers the data. the Scalar function converts the numeric values for the bases and puts them into a text readable format.
USE...
June 11, 2021 at 10:53 am
Brian Gale, here is the Connection Strings in my Web.Config;
<appSettings>
<add key="GroupStatus" value="Data Source=X.X.X.X;Database=NMS_RT;User ID=username;Password=password" />
</appSettings>
<connectionStrings>
...
June 11, 2021 at 10:50 am
Here is a sampling of the data table;
WEADate_TimeBase1Base2Base3SSI1SSI2SSI3Lock1Lock2Lock3Pref_basedbualarm
2252807200002021-06-09 12:32:30.673453.2.01 389.3.01 804.1.01 615337000453.2.01 00
7610600100002021-06-09 13:49:46.170158.1.01 160.1.01 365.1.01 222012110158.1.01 10
7615501300002021-06-09 15:02:10.077483.1.01...
June 10, 2021 at 10:25 am
Jeffrey, here is the Code I am using in the project;
//using AjaxControlToolKit;
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Default : System.Web.UI.Page
{
...
June 10, 2021 at 10:14 am
November 20, 2018 at 6:38 am
Do not as a standard store user functions on master ...
November 20, 2018 at 6:09 am
I wanted to post my finished product of the query you guys helped me with. I appreciate the help greatly.
USE nms_rt
GO
--Clear the RT_Group_Diff DataTable
November 19, 2018 at 1:23 pm
November 19, 2018 at 10:03 am
SELECT b.WEA,November 14, 2018 at 3:00 pm
November 14, 2018 at 12:07 pm
November 14, 2018 at 11:01 am
SELECT b.WEA,November 14, 2018 at 9:59 am
Viewing 15 posts - 61 through 75 (of 129 total)