We have a web service running (ASP.NET) that receives data from an external provider. Once we receive the data, we have approx 120 seconds for any one of our customers to view and respond to the data (it's a request for service, if our customers don't answer within the time limit, the external...
I have a web page in ASP.NET that is set to refresh every x seconds. This page contains a datagrid (and a few other items) that shows records from an SQL Server 2000 database table.
The problem is that the whole page refreshes every time and is annoying to the user. I NEED to refresh so that...
We have a complex stored procedure that aggregates data (uses a group by clause, among many other things). This query, when run in the SQL Query Analyzer, returns the following SQL Server warning:
Null value is eliminated by an aggregate or other SET operation
But, it still returns the data...
I have written a VB6 ActiveX DLL and successfully installed/accessed it on a remote server (via COM+). I've also written a C++ NT service that must access this remote COM+ app.
If I run the C++ application as a console app (vs as a true NT service), it works. But, once installed as an NT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.