Questions tagged as 'crud'

1
answer

Pass variable from the daughter page to the parent page in jsp

I am making a simple crud in java using jsp and servlets . And I came across the following situation: I have layout.jsp which makes the include of another dynamic page, which in this case will be excluir.jsp ....
asked by 22.02.2017 / 19:09
1
answer

json_encode Empty

Below my PHP code. It takes the data from the database, puts it in an array, and then passes it through a json_encode. However, it does not print anything, how to solve? Note: Using print_r in the array it is possible to perfectly visualize t...
asked by 27.01.2016 / 19:54
1
answer

Does anyone help me with this program in Ansi C, program CRUD? [closed]

I have already tried to delete half of the code and leave it with the first block only, but it gets error in the operators and in each scanf that I give, being that I have to find a way to assign the values I get from scanfs e play...
asked by 01.12.2015 / 03:33
1
answer

Insert and Edit with CodIgniter

In reality it is not a question but rather if you can give me some direction to take on a subject. I took a project to fix and the developer used CodeIgniter, but the project is quite large and we have several files. The big problem is that...
asked by 13.02.2015 / 15:18
1
answer

Edit Image upload with Ajax and CodeIgniter

I have a difficulty that is as follows, I have a CRUD that the upload works correctly, when editing this CRUD I can edit all the data including uploading the image all without problem, however if I decide to edit only the data and not edit the i...
asked by 14.09.2018 / 21:43
2
answers

Doubt C # ADO.NET Class - Accessing Data from a DataTable

Hello, good evening, I'm new here and a beginner in C # programming. I'm developing a CRUD system for vinyl records (a particular hahaha) using ADO.NET classes, similar to the article below. However, I'm not getting any progress in my rs proj...
asked by 19.07.2018 / 02:55
0
answers

CRUD Android doubts

Good afternoon I have 3 questions about a crud I made in my app. 1 I did a field search and it looks like it does not pick up any phone in the j7 line and I wanted to know if anyone can tell me why 2 Crud needs you to put something in Mani...
asked by 29.05.2018 / 21:09
0
answers

CRUD - LARAVEL 5.6

I'm developing a CRUD and in my controller I have the create function: public function create() { $neighborhood = new Neighborhood(); $city = new City(); return view( view: 'admin.cities.create', compact( varname: 'city', _:'neighb...
asked by 24.04.2018 / 03:13
0
answers

Web Application in ASP.NET MVC CRUD with MS access

I'm doing a job, and I need to do a web application for tracking tasks. The requirements are those of the topic. It is a web application made in ASP.NET MVC and access database creating a CRUD. I'm having difficulty going through the connect dat...
asked by 29.10.2017 / 00:51
0
answers

PHP classes that returns "alerts" css

I am developing a small application that will serve to update my knowledge, but in the development of the same I came across some inconsistent situations. I would like my "CRUD" to return a "div" that will display a css "alert" when executed by...
asked by 24.01.2017 / 13:22