Posts by Henrique SP • 3 points
5 posts
-
0
votes1
answer126
viewsQ: database backup
I looked in some tutorials here on the site, but I did not find one that fits what I’m looking for, so I followed this tutorial Backup & Restore Sql Server database in C# it even has a link in…
-
0
votes1
answer74
viewsQ: Adding value in the picturebox
I wonder if there’s any way to make it work here int chck = 0; int fid = 0; while (chck < 150) { try { sqlcon.Open(); string sql2 = "SELECT img FROM clienteimg WHERE ((clienteid = '" + cid + "')…
-
0
votes1
answer71
viewsQ: limit users in the database
I searched and did not find how to limit users in a DB... I am making an application in C# using 'sql server' and I would like to know how to make the userDB has a maximum of 5 users, when trying to…
-
-1
votes1
answer68
viewsQ: List of DB clients on the program page in C#
My problem is this, I do not know how to make appear on the user screen a list with limit X of clients of a DB, I will try to put in topics for a better understanding 1 - The customer list should…
-
-3
votes1
answer56
viewsQ: I can’t save my record
Buneas personal, I don’t know how to handle C#, so I’m doing the program following tips on youtube and other tutorials that I find, but I came across a mistake that I haven’t found how to solve...…