Posts by Gabriel Calixto • 13 points
2 posts
-
0
votes1
answer108
viewsQ: Add images in the bd using classes in c#
i am doing a project that has classes, for example, a User class, where you have :code, name, password and photo and you have the user input method: public string Inserir() { return "insert into…
-
-2
votes1
answer50
viewsQ: Add in BD in c#
I’m doing a little project in my college and I started to work with classes in c#, but I’m finding problems when it comes to inserting (my amount of values in Insert does not match values) in my BD…