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

learn more… | top users | synonyms

0
votes
0answers
8 views

how generate imageCRUD dynamic relation category.

I'm trying to prototype a property website, and came across the excellent imageCRUD, which I'm in the process of modifying. At the moment, I'm stuck on this. Apologies in advance, I have a hunch it's ...
-5
votes
0answers
17 views

Skills needed to develop an android application that will perform CRUD on an online database that is being used for a website? [closed]

I can create intermediate android applications, what I would like to ask is: What are the further skills that I need to develop an android application for my website i.e. an application that will ...
-2
votes
1answer
20 views

Editing and deleting content with my own CMS with PHP [closed]

I have created a CMS for my portfolio website. With various PHP files, I am now able to upload images through my CMS which I have linked to upload on my portfolio page as well as my tables in Mysql. ...
0
votes
1answer
24 views

CRUD on users, homegrown bean or persisted approach?

I work with netbeans, and as I was headed toward creating a bean for the app-user's administration, I started wondering : which way would be more beneficial, persisting a DB table and applying an EJB ...
0
votes
0answers
12 views

How to get a “CRUD link” including the ID and an email? (for safety reason)

Dear Stackoverflow's users, I'm really new in RoR, so my question may look half-baked (I used bullet points to try making it clear). Sorry for it. I've build a simple CRUD app where anyone can ...
0
votes
2answers
50 views

PHP CRUD Unknown column in 'where clause'

I am creating a CRUD page. I've been able to insert data into my database, with the following code: $query="INSERT INTO user(USER_ID, PASSWORD, FIRST_NAME, LAST_NAME, CONTACT_NO, ...
1
vote
1answer
27 views

WCF rest api - [WebGet] working, but endpoint not found for [WebInvoke(…GET…)]

New to configuring anything server side ... thanks in advance for your help! I am trying to get a simple HelloWorld REST api working in VisualStudio2008 / .NET 3.5; eventually I'll be using it to ...
0
votes
1answer
13 views

Editing relationships between two tables

I have a table which have composite primary keys consisting of columns kin and child (each of which is foreign key for two other tables, but now I am not about these tables) and also a column of the ...
0
votes
1answer
14 views

Update vs Refresh in ORMLite

Dao<T,ID> Interface provides many DAO methods such as update,create ,...etc I read that Update method will not save changes made to foreign objects or to foreign collections. Did ...
0
votes
0answers
55 views
+50

CRUD operation for hundreds of entity(tables) in oracle

We have hundreds of tables in oracle where each table for an entity. Now we have to do the CURD operations for the entities through our B/S application. We use asp.net 4.0. It is a hard work to ...
1
vote
3answers
100 views

coldfusion CRUD, there must be a quick way to do this

We currently use CF8 and don't have access to any ORM functionality. However, I'm hoping someone out there can give me any tips on how to create all my crud actions more quickly than we are doing them ...
0
votes
0answers
23 views

CRUD function in python flask with DAO and Facade in pymssql

Thanks for looking into this. I am beginner in programming and would appreciate your help. I am using MS-SQL Server and pymssql (extension module) to connect to database from python. I have setup a ...
0
votes
1answer
32 views

Mass-assigning attributes in ActiveAdmin

I try to create new user using Active Admin and I get: Can't mass-assign protected attributes: user_id, approved_at_date, approved_at_time_hour, approved_at_time_minute, expire_at_date, ...
0
votes
2answers
19 views

Create a form_for in one view that posts to a controller for another view

I think this is pretty simple, but can't find an explanation anywhere on how to do it. I have a profile page that has a form that when submitted should go though the CompletedSetsControllerbut I ...
0
votes
1answer
36 views

Database not updating with MYSQLI

I'm beginner at PHP and I'm using a tutorial I found on the web to work a new piece of a new CMS I'm building. The problem is that the tutorial works just fine but when I start to alter it to my use ...
0
votes
2answers
21 views

Mongokit add objects to collection

How do you insert objects to a collection in using MongoKit in Python? I understand you can specify the 'collection' field in a model and that you can create models in the db like user = db.Users() ...
0
votes
0answers
54 views

Fetching Multiple CRUD-able Objects From Single AngularJS Resource

How can I request a group of database entries from a AngularJS's $resource, which will allow my to modify and $save() the individual objects? I have the following code fetching my data: var ...
0
votes
1answer
19 views

NoMethodError and Refinery Engine in Rails

I'm trying to reuse a refinery engine on another page in refinery. In the routes.rb i've included: match 'locations/:location_id/' => "locations/#index" What is the right way to do this?
-4
votes
0answers
32 views

Advanced crud system with analytics [closed]

I'm seeking a CRUD (create read update delete) script or system that is flexible and advanced. I need the crud grid/datagrid to have a toolbar that allows for simple addition of rows , updating rows, ...
0
votes
1answer
56 views

workin with images and crud in mvc

Is there anyone who knows how to upload when working with CRUD in mvc asp.net so that my image will be uploaded inside my header, either in its own div or a specific div inside the header, right now i ...
0
votes
1answer
68 views

restful controller inside controller with laravel

I'm having a designcontest website where my contests controller to show a single contest is as follows: Route::get('contests/(:any)', array('as' => 'contest', 'uses' => 'contests@show')); ...
1
vote
1answer
40 views

What's going to drive me crazier? ViewState and PostBacks or MVC's learning curve? [closed]

A hopefully somewhat simple question. I'm starting out in ASP.net development and I'm wondering what is going to ultimately drive me crazier when I encounter it? Is it going to be ViewState and ...
0
votes
2answers
104 views

Vb.net next and previous button code

I am making a vb.net crud web application. I do not want to use any grid rather want to fetch records from sql database into text boxes. So far I have succeeded to show a record in a text box on ...
0
votes
1answer
60 views

Insert/Delete/Update With ZK MDB Microsoft Access database File Not work

I cant insert/update/delete to the access mdb file on the file mdb i saw it Readonly, Does it the reason that i cant use command with it? Note: The mdb file is Readonly Note: The software come with ...
0
votes
0answers
81 views

JSP and AJAX CRUD operation

I want to fetch data from database using ajax and jsp because i don't want to refresh the page. I'm not finding any good tutorial of AJAX with JSP, mostly AJAX with PHP is available. So can anyone ...
-1
votes
1answer
27 views

Trying to get a non-existent record: What exception to throw?

I'm creating a simple CRUD class, let's call it MyItemManager. Its role is maintaining a collection of MyItem objects in a local database. I'm wondering which exception makes most sense to throw when ...
0
votes
1answer
41 views

How to log query and it's execution time of each query which runs on a db?

I have a huge database with more than 250 tables. Different type of queries are ran on the database. Since the database has grown over the years and now I need to optimise the database and queries. I ...
0
votes
3answers
60 views

Using combobox on a edit page with PHP

I have two tables, tblPlayer(PlayerID, PlayerName,PlayerTeam(int) ) and tblTeams (TeamID, TeamName) On a PHP page I have a function to find the selected player, function is as follows, function ...
0
votes
3answers
77 views

Codeigniter user functionality

im working on a project at the moment that allows users to register and log into there own user area and add/edit/delete note snippets. Im currently working on the edit class and im wondering how ...
0
votes
1answer
35 views

Mysql query script weird

first im sorry my english is not too good, i just wondering about something i dont know and its weird for me so, example : i have 2 tables in my mysql database let say 1st table called "one" second ...
1
vote
1answer
49 views

when trying to update records it gives a value of 0 - codeigniter

i am working on a little crud system for adding factories. but now when i click edit and fill in the form (still empty, because i did not set set_value) and click submit it gives a value of 0 for all ...
-1
votes
2answers
143 views

How to create CRUD asp.net mvc application without using a database

I am relatively new to asp.net mvc and Ihave been trying to create a simple CRUD application without using a database and consequently without using DbContext. However, it seems as no feasible. Should ...
1
vote
1answer
34 views

Web-Service orchestration for a CRUD webservices

I have 4 web services providing CRUD methods to 4 different simple databases(1 table by databse). What I want to do is to create another web service which call the aforementioned services to gather ...
0
votes
0answers
85 views

Single view master-detail CRUD?

I'm trying to have a controller that has a single Index view that represents the data as master-detail. I've followed the instructions of this guide. But I also want to support create/edit all in the ...
-2
votes
2answers
140 views

handle Entity Framework 5 Exception for CRUD aperations [closed]

I am using entity framework 5 in a wpf application and I want to catch all exceptions when I add or delete or move or update an entity (CRUD operations ) especially when there is foreign keys , then ...
0
votes
2answers
142 views

CRUD detail screen, conditional new or edit

I'm working on a CRUD detail screen in Angular and wish to reuse a single template. Here's the initial template psuedo-code, the crude beginnings of an edit screen... ...
1
vote
0answers
33 views

A JSF Pages from Entity Classes wizard for Eclipse

I wonder if there is a JSF Pages from Entity Classes wizard like the one in NetBeans for Eclipse to generate Facelets files for CRUD Capabilities. thank you
0
votes
1answer
64 views

Yii Crud in not completing

For the table users, I have written like yiic shell model users (it works) crud users The last line does not finish >> crud users unchanged UseersController.php unchanged UsersTest.php ...
0
votes
0answers
80 views

RAD frameworks for GUI based desktop CRUD applications?

Is there any RAD (rapid app. dev.) plugin for Eclipse (my preferred IDE but others are also welcome) which allows me develop GUI-based CRUD applications, one like Ms. Access but for Java developers! ...
0
votes
2answers
123 views

Rails Update Action fails with rails4, mongoid. Create ok

I have a dead simple rails application w/ rails4 and mongoid. I can create new datasets like a charm. But I just can't update existing datasets. Anyone has this issue? How does this work, what am I ...
4
votes
0answers
105 views

Persistent: CRUD TypeClass

I am trying to write a typeclass that simplifies writing a CRUD backend using persistent, aeson and scotty Here is my idea: runDB x = liftIO $ do info <- mysqlInfo ...
1
vote
1answer
42 views

update row in DB

I'm trying to learn how to do CRUD operations, but I can't seem to figure out how to update an existing row in my DB. I've gotten the create and delete part working, but I don't really know how to ...
-1
votes
1answer
89 views

hibernate microsoft sql server crud

Tried to connect initial Microsoft SQL Server hibernate session class but got the following error: Initial SessionFactory creation ...
0
votes
1answer
69 views

Model is not managed by any plugin

I'm using Play!Framwork 1.2.5. I'm trying to implement the CRUD in my project for my casses in models. I followed the steps described here, but I'm getting the following error: Model models.Media ...
0
votes
1answer
231 views

Generate simple JAVA CRUD classes from existing MySQL database [closed]

What I have now is a simple relational database in MySQL with 3 tables. What I want is a way to generate simple JAVA classes with basic CRUD functions. any suggestions ?? thank you.
0
votes
0answers
106 views

Crud operations in WPF datagrid using activerecords

So I am working on an application that uses Castle Active Records. I use Visual Studio 2012, C# and wpf. My assignment is to take a table from a database (oracle) and using the wpf datagrid enable the ...
0
votes
2answers
260 views

How to Update List of XML element using JAXB via RESTful Web Services- JAX-RS?

I have an XML file that generated by JAXB. what I expected to do is put "Add and Update" operation within single method. "Add" operation works to append new entry/element but failed to update the ...
0
votes
0answers
41 views

receiving old data via php from mysql

I've build a small web form with php were I can update & insert some data from a mysql db. The form is prefilled with the data from the db ...So far works all fine... the problem is that when I ...
1
vote
2answers
68 views

what should CRUD (Insert and Update) functions return ?

I could return nothing .. I could return true/false to show if there are any problems.. I could return an int being the primary key of what was inserted or updated.. I could create a custom object to ...
-1
votes
1answer
62 views

How to use and define CRUD?

I want to use more than one CRUD in the same Use Case diagram. Can I define a name for each CRUD? How can I distinguish them? Otherwise both would be named CRUD. Thank You.

1 2 3 4 5 18