Posts by Lucas Ferreira • 51 points
4 posts
-
0
votes0
answers580
viewsQ: SQL - Align Column Values to Right
Hello! I wonder if by means of an SQL sentence there is any possibility of aligning the values of the columns to the right. Here is an example below that I can do via C#, but I wanted to do the…
-
2
votes0
answers283
viewsQ: Get Street and number in a string in an irregular expression
I have a table that I have all the address in one column, but it is irregular. Below are some of the occurrences: BR 459 KM 153 RODOVIA ITAJUBA MF KM 05 Rodovia MG353 2Km 55 RUA 37 QUADRA 4 LOJA 611…
-
3
votes2
answers1248
viewsQ: C# XML digital signature, poorly formed Reference element
I have a code c# that generates a xml with digital signature, but when calling the function signedXml.ComputeSignature() it shows the following error: Badly formed Reference element. However, I…
-
-2
votes1
answer64
viewsQ: C#XML Namespace Control
Hello! I’m building an XML file and it has the xmlns attribute in the parent element, but I don’t want it to appear in the child as is happening below: Follow the code in C language#:…