Posts by Sandro Silva • 66 points
3 posts
-
0
votes2
answers111
viewsA: Type convection error
I think the problem is related to the kind of equalization you make. For example: command. Parameters["@idlesao4"]. Value = Textboxidlesao4.Text; If ["@idlesao4"] is type Int the problem may be…
-
1
votes1
answer732
viewsA: Error creating Foreign key
You need to use in the FK the same number of columns as in PK. In this case, you have a PK composed of [ID_PDR],[CD_PODER] your FK also need 2 columnas of the same data type. I hope it helps you. I…
-
4
votes4
answers9952
viewsA: Error: Another git process seems to be running in this Repository
Try to see if there is a git process running in windows task manager. If there is, kill the process and delete index.lock in the . git folder Usually solves the problem ;)