Posts by Emanuel Lima • 1 point
4 posts
-
0
votes2
answers31
viewsA: AWS Amazon - I changed the default Ubuntu user folder
The solution I found was to make a copy of the camera image and upload the copy. With this, I was able to access the copy and work from it. The original machine was no longer accessed at all and I…
-
0
votes2
answers31
viewsQ: AWS Amazon - I changed the default Ubuntu user folder
After changing the default folder of the Ubuntu user, I can no longer login, because the private key is not found. What to do?
-
0
votes5
answers1583
viewsA: How to read data from the Mysql database of an application in c#?
Try: command.CommandText = string.Format("SELECT id from hackers where Nick='{0}'",textBox1.Text);…
-
0
votes2
answers92
viewsA: Value conversion
Use the "top 1" parameter, so your SQL statement will return a single value and not a list of values: SELECT top 1 p.Km_Atual FROM Rota WHERE p.Km_Atual as LAST_INSERT_ID(Km_Atual)…
c#answered Emanuel Lima 1