Posts by user315139192111315 • 19 points
4 posts
- 
		0 votes0 answers19 viewsQ: Using $Ajax to save filename to a scaffoldI’ve been working on it but I can’t solve my problem. I have a JS code that through an input I can access a txt file and get its name. I also created a History scaffold so I can store that name. if… 
- 
		-2 votes1 answer307 viewsQ: ORA-00907: Missing right parenthesis, but why?I was already having problems creating this table in relation to time, but finally, with help I managed to solve the problem. In the end I came across another mistake, but I don’t understand why.… 
- 
		0 votes1 answer32 viewsQ: Work with dates and times in a tableI created a diagram of a gym that has schedules and days, also created two tables on Oracle, which are these: create table dia_semana ( coddia number (6) primary key, dia DATE); create table horario… 
- 
		0 votes1 answer37 viewsQ: Store value of a function in a scaffoldI have a code in Rails with an input that loads files and a button that collects the name of the selected file through input: <label id="myLabel" for="file"></label> <%=…