Posts by Leticia Cristina • 11 points
2 posts
-
0
votes1
answer75
viewsQ: how do I have information passed to the textbox from id
He wanted the MRI of the student (primary key) to be filled the textbox with the information related to that student. CREATE TABLE ALUNO( RM_ALUNO INT NOT NULL, NM_ALUNO VARCHAR (40) NOT NULL,…
-
0
votes2
answers86
viewsQ: Save photo to database and then display it
I have an application to register students where will be inserted the photo, I want to save it and then display it, but I have a save button where I want to save all the inserted information plus…