Posts by Jonatas • 81 points
7 posts
-
0
votes1
answer14
viewsA: Authenticated users
I found... But I’ll put it on the record, in case you help someone who has the same question Process. Windows 7 Professional 1st Right click on the specified folder. 2º Properties. 3rd Security 4th…
-
0
votes1
answer14
viewsQ: Authenticated users
as add (authenticated users) back to GROUP OR USER NAMES in tab security guard in a certain folder?
-
2
votes1
answer3406
viewsQ: TNS-03505 - ORACLE tnsping
While trying to drip, using the tnsping. ex: tnsping UMEXEMPLO The following error appears to me TNS-03505: Failed to resolve name Which solution usually applies? EDIT: From other machines we…
-
1
votes1
answer416
viewsQ: Connection . dbml - Visual Studio 2017 ( C# + SQL Server 2016)
In Visual Studio 2012, there was an option to create the DB connection file at (Add > new Item ) and then choose the dbml extension file. Where is Visual Studio 2017? I remember it’s something…
-
3
votes1
answer256
viewsQ: Insert the value of an attribute into a textbox
I need to enter the value of the attribute SALDO class Conta in a TextBox. In java resgato via method get and convert with parse.float and Seto as string in the field. In C# as executed?…
-
2
votes0
answers51
viewsQ: Opening Sqlite3 in Windows10
When I open Sqlite3 on Windows 10, it simply opens the command prompt, giving command permission in front of the line sqlite>. Already in windows 7 and 8 it opens normally. My intention to use…
-
-1
votes2
answers592
viewsA: Best practices regarding the use of access modifiers
Encapsulating and leaving attributes as Protected example: protected String name; Allowing only the methods of the heirs classes access and manipulate the attributes. If we let Private example:…