vesp_GetDisconnectedItemsCount - Fixed to account for Deleted Items

vesp_PurgeDisconnectedData- Stored procedure to remove disconnected data
Fixed the window header to show the SQl Server name and the Database name
This commit is contained in:
Rich
2016-01-22 21:25:29 +00:00
parent 497b614111
commit 15d8380fe6
2 changed files with 139 additions and 3 deletions

View File

@@ -1274,6 +1274,8 @@ namespace VEPROMS
tc.MySessionInfo = MySessionInfo;
tv.MySessionInfo = MySessionInfo;
tv.MyUserInfo = MyUserInfo;
// Initialize Caption with Server name and Database name.
SetCaption(tv.TopNode as VETreeNode);
System.Threading.AutoResetEvent autoEvent = new System.Threading.AutoResetEvent(false);
//System.Threading.TimerCallback timerDelegate = new System.Threading.TimerCallback(MySessionInfo.PingSession);
//System.Diagnostics.Process xyzzy = System.Diagnostics.Process.GetCurrentProcess();