Posts by Fabricio Malta • 3 points
4 posts
-
0
votes0
answers51
viewsQ: Get PHP BLOB type
Next, I need to know the type of BLOB I am getting through my select, so I can set up a suitable header("Content-Type"), ie if my file is PDF, set header content as pdf, and so on.... I didn’t find…
-
0
votes2
answers169
viewsA: Show date in Messagebox C#
I am creating a Hotel system, for this I need to know if there is a reservation during the check in and check out period, so I explode the distance between dates (08 to 10 turns 08-09-10) if there…
-
0
votes2
answers169
viewsQ: Show date in Messagebox C#
I have a date vector with the values already entered, but I wanted to show the values one by one, so I created a "for" that did this Dataavailable is my date vector, with values already allocated;…
-
-1
votes1
answer52
viewsQ: Insert MYSQL error by data grid view
the code is as follows, I am making an Insert from values of a data grid view foreach (DataGridViewRow row in dgvCON.Rows) { MySqlCommand cmd = new MySqlCommand(); cmd =…