Posts by R. Souza • 45 points
4 posts
-
0
votes1
answer56
viewsQ: Relationship 1:N in the Entity Framework
Good afternoon. I am studying the Entityframework and I am not managing to do something that seems to be simple but will not. ( I wanted to make a 1:N relationship between a table for a customer…
-
0
votes1
answer50
viewsQ: Update via POST showing error
Good evening, I’m starting to use mysql and I have a problem. I can access all the information from my database by making queries, entering data and everything else, but when it comes time to give…
-
3
votes2
answers928
viewsQ: Read data in real time
I’m trying to make a tool to read and send information (in real time) from a log to my screen. So far I’ve been able to read everything and send the information line by line and send everything to…
python-3.xasked R. Souza 45 -
0
votes1
answer1130
viewsQ: Pick an item from a list
Good morning, I’ve been trying to make a mini game, where I insert the words in the variable WORDS and the same type the name randomly, so far Ok. But I wanted to change and I’m not able to do what…