Posts by RodrigoVaz • 11 points
3 posts
-
0
votes5
answers53548
viewsA: Mysql decimal value
Use the Mysql Decimal value with its value indicated as 10.2 decimal(10,2)
-
0
votes2
answers1104
viewsA: Problem with group by
My friend, this error occurs because of the Mysql variable "sql mode", because it has set values in its content, it may be that some of these values are creating a kind of lock for your queries. to…
-
0
votes1
answer382
viewsQ: Open Webcam and capture image with C# in ASP.NET Webforms
all right? I am developing a student registration system and I need to open the computer webcam to take a photo of the student and link in their registration, I would like to know how it is possible…