Posts by Lucas • 1 point
3 posts
-
0
votes0
answers1736
viewsQ: Difficulty interpreting database diagram
Good evening. I am having some problems interpreting a diagram that from it I will make a sql database. My programming skills are not very good and I would very much appreciate a help. In case I…
-
0
votes0
answers55
views -
0
votes2
answers44
viewsQ: Persistent error in C# database
I was doing a project but there was a problem involving Oledbcommand occurring in two different places: dr_alu = _dataCommand.ExecuteReader(); if (dr_alu.HasRows == true) dr_reg_notas =…