Posts by Sérgio Torres • 70 points
4 posts
-
0
votes2
answers231
viewsQ: How to make a SELECT keeping the first column until the records are finished
I would like to do a SELECT that repeats the first column, but when all the records are finished, change the data in the first column and repeat all the records again. Let me give you an example to…
-
1
votes1
answer100
viewsQ: Invalid Parameter when Initializing Process() running Git ssh in C#Console Application
I’m trying to make a C# Application Console with some command options to run in Git ssh. Git’s ssh executable is in the following path: C:/Program Files (x86)/Git/bin/sh.exe, and I’m trying to run a…
-
0
votes1
answer3947
viewsA: How to increase timeout on IIS 7.5
Try this code on web config: <system.web> <httpRuntime executionTimeout="200" /> </system.web> Obs: I saw this post of a similar problem in Stack Overflow in English and the answer…
-
4
votes1
answer102
viewsA: What to do if the end user doesn’t want to collaborate?
I believe that the best way out in these situations is to talk to the project sponsor and demonstrate to him what his needs are for information and attention of the end user, and he takes care to…