Hey
I created a windows service and added it to a setup project. The setup project should install the service and run it but for some reasons it doesn't install the service and gives following error: "Service cannot be started. The service process could not connect to the service controller"
I get this error after it runs the service in the background after a while but service is never installed. I have checked...
User Profile
Collapse
-
Problems with installing windows service using setup project
-
Please see the following screen-shot
Please see the difference yourself
I first count number of records in the table for each bucket and then use the value of @@ROWCOUNT to determine the number of failed records.... -
Having problem with Update from query
Hey guys,
I'm trying to update some columns in a table using another table's data but there seems to be some problem due to join among the two tables. Here is my query
...Code:Update DMM_SalesReporting..sapis_test SET Claims_Qty = ISNULL(Claims_Qty, 0) + CONVERT(varchar(30), b.BaseUOMQuantity), Claims_Dollars = ISNULL(Claims_Dollars, 0) + b.BaseUOMAmount, Update_DateTime = getdate(),
-
-
hmm, that's interesting. could you please explain why? Is it because that the inital value inside div is a space character? How can i change the background color of a specific child node because the following code of line doesn't work
thank you...Code:ochildNodes[0].style.backgroundColor="#0000FF"
Leave a comment:
-
DOM question: value of childnode
hey all,
i'm very new to DOM and javascripting. I found a tutorial somewhere and i was playing around with it but it got stuck on getting the value of a node that i just append at the end. It returns me an empty string when i try to get the node value. I've looked around but no luck making my code work. Any help will be appreciated, thanking in advance! Please see the code below
...Code:<html> <head><title>JavaScript</title>
No activity results to display
Show More
Leave a comment: