Posts by TNERING • 183 points
4 posts
-
1
votes2
answers195
viewsA: Inserting single quotes into null fields
Thanks to Mr Maniero’s comment I went to make sure that the value of the field was zero... I added a validation in the conversion of the values to the object Cliente and bingo! I basically added…
-
6
votes2
answers195
viewsQ: Inserting single quotes into null fields
I created a very simple application to simulate a small client registration, but when testing the manipulation of data by the application I could see in the database that the fields that are null in…
-
6
votes1
answer3605
viewsA: Simple National Opting Query (by CNPJ) - C#
After a lot of head breaking and get help from a fellow professional in the WEB area I managed to reformulate the methods and get the desired result... Below detailed and functional code...! PS.: It…
-
5
votes1
answer3605
viewsQ: Simple National Opting Query (by CNPJ) - C#
I am implementing in C# a Consultation of Company Opting for the National Simple Tax Regime through this link…