Questions tagged as 'crud'

2
answers

CRUD with AngularJS and PHP

Good evening! I have the following: var carregarUsuario = function () { $http.get("buscar.php").then(function (retorno){ console.log(retorno.data); $scope.usuarios = retorno.data; }); }; carregarUsuario(); And PHP...
asked by 16.01.2016 / 01:54
1
answer

Entity Framework needs Session and HttpContext?

I watched some videos about Entity and saw two different versions, in a first it was something simple and straightforward (I believe the raw form of Entity), where it only instantiated the context of the bank and applied the add, : usin...
asked by 27.01.2016 / 01:48
1
answer

Update does not update

The app works like this: An SMS is received, so the app checks if the number that sent this SMS is registered, if the app checks the first twenty characters of the message, which I call text (example: Light 1 .. .............- ON, or: Light 1 .....
asked by 30.09.2015 / 19:53
2
answers

Is there a crud plugin for wordpress? [closed]

I need a plugin that takes information from a form and inserts it into the database, I also want to be able to change, query and delete this data in an admin page. They can be distinct plugins for each function. I understand PHP fairly...
asked by 03.07.2015 / 21:29
1
answer

NoSuchElementException: None.get in play framework for scala

I created the upadte method, but when I test it it shows the error NoSuchElementException: None.get UserController object UserController extends Controller { def update(id:Long) = DBAction { implicit rs => var user = simpleUser...
asked by 30.01.2015 / 19:36
1
answer

VB.NET with acces database

Good afternoon, guys, I'm trying to make a CRUD here using VB.NET and Access, so when I perform an INSERT it returns the error "Syntax Error in INSERT INTO statement". But I can not solve it .... if you can help me right now, I would appreciate...
asked by 16.04.2015 / 22:35
1
answer

Save, Delete and Get in AngularJS

I'm doing a fake "CRUD" in AngularJS and I'm having problems with save, delete, and get functions. Only the query () function worked. Can you help me out, please? I saw that the reason is something related to array, I already changed the save fu...
asked by 10.11.2014 / 21:34
1
answer

Problems with angular requests

Good afternoon, I'm starting a new stage and a few days later I'm stuck on a task that I can not understand the failure, I must make a registration form that communicates with an API already done and after many attempts the error persists: "Can...
asked by 04.12.2018 / 16:15
1
answer

Doubt with Update in Asp.NET MVC

Sorry for the question, I'm learning Asp.NET with EF and I'm having trouble performing a specific Update. I want to make a system where there are cash transactions between accounts. The structural part is ok, but the problem is this: When...
asked by 25.11.2018 / 23:28
0
answers

AWS - How to do CRUD on S3

Recently I started to study AWS, and I'm feeling totally lost about the meaning of some things, how they work and what their contexts are for the application. For example Keys, Buckets, RNA ... Things like that. Could anyone tell me the me...
asked by 24.11.2018 / 00:59