Questions tagged as 'crud'

0
answers

Javascript does not work in the "create" of CRUD in Laravel 5.5

I have the following structure for the views of a CRUD of categories: I have javascript libraries in the app view that is in the layouts folder. In all other routes work perfectly. When I enter the category index, the javascript continu...
asked by 07.05.2018 / 07:48
1
answer

Get method by different parameter than id

How can I change this Get method so that instead of looking for the ID, I look for another parameter of the model. [ResponseType(typeof(LecturaCummins))] public IHttpActionResult GetLecturaCummins(int id) { LecturaCummins lect...
asked by 08.05.2018 / 01:56
0
answers

PDO - Insert does not save the data, but I do not have any errors in the php

I have to save some data from a form in a mysql database. In a php file I have a select (combobox) that is filled with values from tables in the database. I think I have the insert code well, but for some reason it does not save anything....
asked by 19.04.2018 / 18:43
0
answers

Problem in UPDATE with CRUD made with JQuery and Bootstrap

When I update one of the rows is perfect, the problem appears when I want to update another row. In addition to updating the selected row, the row that I updated earlier is updated, with the same data. I leave you a capture of what happens:...
asked by 25.03.2018 / 13:13
0
answers

Simple CRUD with jdeveloper

I have always tried to do cruds by hobbie using eclipse, netbeans (EE), and finally with Oracle Jdeveloper. On some occasion it has been great with the jdeveloper. New project oracle adf web application connect to database link to a table mak...
asked by 09.02.2018 / 20:52
0
answers

CRUD SPRING BOOT. Do not save in table

Good morning everyone, The problem I have is the following: I have my Spring CRUD to do persistence on my Oracle sql database. Below I detail: Class Listener that will control transactions in BBDD: import java.sql.Timestamp; i...
asked by 19.01.2018 / 11:23
2
answers

Shows id and not the value of name that it has in table, laravel 5.5

Good, I have a table called departaments (id, name) and a table called users (id, name, departament_id) that have a one-to-many relationship (The foreign key is in user), that is, a department has many users. When a user is created, the id is sa...
asked by 02.01.2018 / 04:36
0
answers

How to use ajax to update in real time a crud in php?

Hello everyone I have this question, I finished a crud that shows orders but at this moment I do not know how I can do that as a new order is added to the database, my php file is updated to show the last order in the top This is my index:...
asked by 28.11.2017 / 22:49
0
answers

Object of class ClassSample could not be converted to string

Hello friends, well, I'm telling you I'm new programming in php, at this moment I'm doing a crud and when I do a record, it throws me this error Object of class ClassMuestra could not be converted to string and check the query and I can not find...
asked by 20.11.2017 / 16:40
0
answers

Form does not update me when I update

Good morning I'm doing an exercise in which they ask me to do an ABM form and I did it in the following way this would be the file edit.php where is the update button that leads to another page to edit the data and then update them in the ind...
asked by 15.10.2017 / 17:22