Posts by hashtah29 • 35 points
3 posts
-
0
votes1
answer77
viewsQ: Extract information from requests header in Fiddler
I need to extract information from the header of a request in the app FIDDLER to make a comparison of a context variable that is sent in the header and set routes based on that variable. In this…
-
1
votes4
answers594
viewsQ: Return value in SQL Server query
I need this appointment to return 2 instead of A. TIPOUSUARIO is the varchar type. someone can tell me where the mistake is? USE DATABASE SELECT TIPOUSUARIO FROM TABLE UP (NOLOCK) WHERE TIPOUSUARIO…
-
2
votes2
answers441
viewsQ: System.Data.Sqlclient.Sqlexception: Conversion failed when Converting the varchar value to int
I’m getting this Exception in c# when I try to read SQL data. I’m wondering if this error is a problem with my SQL or C#. My SQL code that makes the conversion is this: `$ (SELECT ORDEM FROM TABELA…