Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [crud]

The four basic operations for a data management system : Create, Read, Update, Delete

0 votes
0 answers
75 views

Failed to execute command: node @nestjs/schematics:

$ nest g resource employees ? What transport layer do you use? REST API ? Would you like to generate CRUD entry points? Yes Error: Cannot read properties of undefined (reading 'text') Failed to ...
Luiz Fernando R. Mecias's user avatar
0 votes
2 answers
51 views

.NET / EF Core CRUD The database operation was expected to affect 1 row(s), but actually affected 0 row(s);

I'm creating a new project trying to use Generics as much as possible, but I've encountered an issue when doing HttpPut and using EF Core. I'm using SQL Server in a container to store temporary data. ...
Marcio's user avatar
  • 27
0 votes
0 answers
23 views

http delete request to mongodb returned no message [closed]

const express = require('express'); const router = express.Router(); const { client} = require('./db'); const { ObjectId } = require('mongodb'); router.delete('/:id', async(req,res)=&...
Samrat Patel's user avatar
0 votes
0 answers
29 views

UpdateForm.js:78 PUT http://localhost:8080/api/items/4 422 (Unprocessable Content)

I was working on a Small Personal Project of mine of learning purposes. Using ReactJs as Frontend & send requests to Laravel API as Backend. The CRUD application I made is almost complete but the ...
Aarish Mughal's user avatar
1 vote
0 answers
33 views

Problems with the update in CRUD PHP Codeigniter 4

I'm trying to do a CRUD with Codeigniter 4, it's my first time using this framework. I created the Database in Mysql and I have already done the register and login ( they work at the moment) So on the ...
Diseño ma's user avatar
-1 votes
0 answers
57 views

Posting a JSON array to Sequelize Update query results in a stalled request

I'm using node and a Sequelize (6.37.1) update query and it is stalling continuously. This is the only query with issues. This is a CRUD app where inputs are contextual so I'm using Ajax to post a ...
ron's user avatar
  • 19
-3 votes
0 answers
46 views

Node is creating a school management system [closed]

I just want to ask a simple question can node js create a school management system that teacher can input user result and student can also check their result and what are the technologies I can use ...
Diamond Alex's user avatar
-1 votes
0 answers
28 views

Change default save action to a custom one in openxava

I am using xava pro 7.3.3, and I don't know if it is something in this version, but I have a class called SituacionEconomicaFinanciera, which shows the data obtained from a view of the database, what ...
SAUL VELECELA's user avatar
1 vote
1 answer
66 views

Can't post image file to Express server with Angular 18.0.6

I am not a native English speaker so my english might be hard to read. I am currently developing Angular(18.0.6) application and trying to implement CRUD using express and mysql. What I am trying is ...
近藤亮太's user avatar
0 votes
0 answers
14 views

NextJs router to match Forms

I have a basic app that posts an object to the back end. Frontend is nextjs and backend is django, thus backend does not matter for this question I am sticking to crud/rest as much as I can. My ...
Evren Bingøl's user avatar
3 votes
1 answer
23 views

Django error: Reverse for 'user_workouts' not found. 'user_workouts' is not a valid view function or pattern name

I'm working on my project for a course and I'm totally stuck right now. I'm creating a website to manage workouts by user and the create workout do not redirect to the user's workouts page when I ...
Anass Najam's user avatar
0 votes
1 answer
36 views

How to make update function in crud

i'm trying to make an edit function in crud using js and i can't make it the problem is that the row doesn't update when i click on the edit button the info appears in the input fields again but when ...
Nour's user avatar
  • 11
-2 votes
0 answers
41 views

Why do different content appear under the same url in my php app?

So I've been building basic crud app using php and simple html. I noticed that when I remove element from database and redirect user to homepage everything seems fine, but when I click 'go back button'...
user25947831's user avatar
0 votes
0 answers
57 views

How to do CREATE for tables with foreign key in ASP.NET C#

{ "FacilityID":"18c9aebb-0874-4fc2-900e-48f6b192797f", "FacilityRoomNumber":102, "FacilityPurpose":"DSFDSF", "LabTypeID":"...
huh's user avatar
  • 1
0 votes
2 answers
35 views

Ignoring request for not matching predefined routes

I have some Sanic Python app code where following routes are defined: def create_inspector(app): inspector = Sanic(configure_logging=False) inspector.config['KEEP_ALIVE'] = False ...
vector8188's user avatar
  • 1,353

15 30 50 per page
1
2 3 4 5
311