Updating can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.

learn more… | top users | synonyms

0
votes
0answers
5 views

Couchdb conceptual problems

As I understand, to update any object with couchdb. I have to send the whole object back since it is actually "inserting" a new revision for the same id. This is all neat and works quite well. But ...
-1
votes
0answers
29 views

Updating table contents using AngularJS dynamically

This is the demo example code for adding data and deleting data using angularJS. I want to add one more button (Edit button)for updating items in the table for Updating Items in Shopping.html. On ...
0
votes
0answers
7 views

Updating multiple records in datagridiview

I am fairly new to vb development in VS2012. I have some prior knowledge in VS2008 I have a datagridview that is bound to a binding source through the designer. I am going to do a filter and then ...
0
votes
0answers
13 views

after updating datatable inputText display its old value but outputText doesn't primefaces

I have this column in my datatable (as you see inputText and OutputText have sam value : I write it with js ) //formatting the code <p:column headerText="Taux PayƩ"> <h:outputText ...
0
votes
2answers
38 views

App crash while updating database

I'm currently developing an android app with eclipse. I got a problem while updating the database. The problem is the app crash while the updateFlag method is called. The updateFlag method only update ...
0
votes
2answers
22 views

update record with codeigniter active record

In my controller, I am calling a model function with the following: $this->sales_model->softdelete_order($this->input->post('ordernumber')); what I want to do, in my model is update ...
2
votes
0answers
22 views

How to update GitLab in Bitnami stack

I am trying BitNami GitLab Stack 5.1.0-2, and while I was doing that 5.1.0-3 was released. How to update GitLab in Bitnami stack? Related to BitNami GitLab Stack 5.1.0-2 with LDAP
1
vote
1answer
24 views

iOS App Store updates - Patching?

When submitting an update to an app to the app store (via iTunes Connect?), is the update necessarily a whole binary? Can an update come in the form of a patch? If a second version of an app shares ...
0
votes
3answers
30 views

Automatically or easily updating my database

I have available to me a Report that is generated in Microsoft SharePoint, and it holds the quantities for certain items. The reports can be exported as excel documents, but if it is possible i would ...
0
votes
0answers
12 views

working with plist and object NSnumber property turns up as (null), why?

i have a pList on my app that saves an array of dictionaries. every dictionary represents an object of class (class password) that has 5 properties: NSNumber*passwordId; NSString*passwordUname; ...
0
votes
1answer
19 views

how to refresh datagrid and update database?

i have some trobles in updating my database. ihave this codes : Dim cmd As OleDbCommand Dim sql As String sql = "UPDATE nmat SET nip = '" & lblNipDosen.Text & "', nim = '" ...
0
votes
1answer
29 views

Logic for check boxes to be checked and unchecked

I am working on a project and one part of it is a form through which an admin can create many subadmins. On this form there are four checkboxes which are checked by admin to set different permissions ...
-4
votes
0answers
43 views

Google play app installs not updating [closed]

I published an app on Google play and in Developer console the app has over 100 installs, but on the app page from Google play it's displays: "Installs: 10-50". Why is that? I'm missing something? ...
0
votes
2answers
36 views

Updating a data base with a single field

I'm currently developing an Android app. The database has 1 column only named content. Here it is the code: public long insert(String content){ ContentValues contentValues = new ContentValues(); ...
0
votes
0answers
29 views

actionListener method is not invoked even if validation is done commandLink primefaces

I have this commandLink : <p:commandLink value="ajouter Bon Livraison" ajax="true" immediate="true" update="forcommercial forclient lesbls" process="@this client commercial ...
0
votes
1answer
27 views

How would you create an auto-updating newsfeed without a reload?

How would I go around creating an auto-updating newsfeed? I was going to use NodeJS, but someone told me that wouldn't work when I got into the thousands of users. Right now, I have it so that you ...
0
votes
1answer
62 views

java jlist - AbstractListModel - fireContentsChanged does not work properly

I have a simple ListModel, that is filterable and is used in a JList... It uses the following code... public class FilteredListModel extends AbstractListModel { private List<LineData> data = ...
-1
votes
2answers
30 views

Update existing image with new on database in php

As per my last question I hv successfully created a database 'test' and a table 'list' and easily updating the info from webpage to database..but now I stuck on 'image' ..I have different images for ...
0
votes
2answers
37 views

Trying to write a simple Joomla plugin

Please help, this is my first plugin I'm writing and I'm completely lost. I'm trying to write and update information in a table in a joomla database using my custom giveBadge() function. The functions ...
1
vote
2answers
89 views

Connect Four Falling Animation

I'm currently creating a connect four game for fun and was just about finished when I decided that it would be cool to add a falling animation. I know of a couple different ways to do this, but I'm ...
0
votes
0answers
50 views

cannot update component from inside overlaypanel inside datatable primefaces

I want to update one component from another inside p:overlayPanel inside p:datatable here is the code : <p:tabView id="monpanel"> <p:tab id="tab1" title="....."> ..... ...
0
votes
2answers
27 views

Updating Page Content Without Refreshing Page

I want to update recent notifications on the user's dashboard without refreshing it whenever there is a change in database notification table...as in Facebook where posts and comments are updated in ...
1
vote
1answer
36 views

How do I alter the value being updated in a ListView?

I can't seem to find an answer to this, maybe I'm not using the correct terminology. I have a ListView that is editable, I want it so that if a user clicks on Edit and then Update, that the field is ...
0
votes
1answer
49 views

Entity Framework Optimistic Concurrency with Update stored procedure (Julie Lerman example)

I'm having some difficulties understanding the Concurrency problem using Update store procedures. I'm following Julie Lerman's Programming Entity Framework and she gives the following code in an ...
0
votes
2answers
63 views

Android how to update a listview periodically

I have an array adapter which is used in my listview. The adapter is periodically updated by fetching or removing contents from a server. I have used a scheduledthreadpoolexecutor to periodically ...
0
votes
1answer
76 views

how to update geometry vertex position in three.js r58?

in the version r56 of three.js this was working geometry.verticesNeedUpdate = true in the new r58 version it is not, what should I do?
0
votes
1answer
53 views

updating one column in all rows in a table

I want to update one same column in all rows in one table can some one give me a hand how to update the table ? there is just one input field that should update all rows value . this code is not ...
0
votes
1answer
23 views

Core Data iPhone App - Updating records in production stage

I'm currently working on my first Core Data iPhone App and would like your opinion on how to update records/doing general maintenance in a production stage after app has been approved. All the public ...
0
votes
0answers
46 views

Changes made in TextBox updating the DataGrid WPF

I am facing a problem and the following is the scenario. I have DataGrid filled with some rows. When I selected one of the row from DataGrid, the Textboxes must be populated with the data from the ...
0
votes
0answers
33 views

Updating temp data into permanent table in LINQ

I am creating a VB.net project. Part of this calls for a user to be able to update information about any university module, and submit that information for approval. Therefore the information has to ...
0
votes
2answers
88 views

Java, MongoDB: How to update every object while iterating a huge collection?

I have a collection of about 1 million records with 20 fields each. I need to update integer flag field in every record (document) assigning randomly 1 or 2 to this flag field. How to do this while ...
0
votes
1answer
40 views

Sql Join , updating one table and generating output from another table

CREATE TABLE LeadCustomer ( CustomerID INTEGER NOT NULL, FirstName VARCHAR(20) NOT NULL, Surname VARCHAR(40) NOT NULL, BillingAddress VARCHAR(200) NOT NULL, email VARCHAR(30) NOT NULL ) ...
1
vote
1answer
24 views

replicate phpmyadmin inline edit

I like the way phpMyadmin allows inline edit and I was thinking to implement it on my app. Do you know any similar jquery plugin which allows this functionality? Obviously update of the datebase is a ...
-1
votes
2answers
93 views

Cannot update MySQL from php

I cannot for the life of me get my php to update my database. I've gotten it to insert but not update. Been going at this for over 2 hours. I just need a pair of fresh eyes! If someone can figure this ...
0
votes
1answer
92 views

.NET GridView Updating, e.OldValues is empty

I am using AJAX TabContainer and have an asp GridView in each tab which is bound to an ObjectDataSource. The ObjectDataSource returns different objects based on the tab selected (TabContainer ...
0
votes
0answers
697 views

ASP.Net DetailsView DropDownList data does not get updated in the database

On an ASP.Net web form, there are several TextBoxes and 2 DropDownLists. One of these DropDownLists is not working as expected. If the user changes the displayed value in the DropDownList, the changed ...
0
votes
0answers
42 views

How to update a npm package installed by file path

I've installed a local npm package on Debian Squeeze named my-package with npm install /path/to/my-package How would I update that package and tell it to use the same local path for an update? npm ...
-1
votes
1answer
335 views

Updating and migrating a Mac OSX 10.6.8 Server to a new Mac OSX 10.7 server [closed]

There is no good instruction on the internet on how to upgrade and migrate a Mac OSX 10.6.8 server to a new Mac OSX 10.7 server (not just updating the 10.6.8, but also migrating). For my employer, I ...
0
votes
1answer
34 views

C++ Forms Apps Not updating Text Box

I have a simple windows forms application where I am querying a server app running on another computer. The querying works fine, but I am having trouble displaying the results to a textbox. I was ...
0
votes
0answers
400 views

Could “VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed” solution break Win update?

I run "VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed" solution http://goo.gl/S1jXp. Could this cause Windows 7 64 bit to fail installing updates? (Error code 641 in ...
0
votes
2answers
54 views

rails observe_form and prototype: return '$A($(form).getElementsByTagName('*'))'

I have observe_form in my view: <%= observe_form 'new_lead', :url => { :action => 'update_price' }, :frequency => 0.1 %> , _update_price.rjs partial and this method in controller: def ...
1
vote
1answer
65 views

Update a value in Django without a refresh

I am very new to web design and I need help with a problem I have at the moment. I have written a web page with the help of Django that pulls values out of a MySQL database and places them on webpage ...
0
votes
1answer
37 views

Doctrine2 PostPersist: updating corresponding entity

I have two entities (note that irrelevant methods and properties are omitted): /** * @Entity */ class Manager { /** * @Column(type="integer") */ private $referencesCount; /** ...
2
votes
2answers
89 views

Updating PHP CMS Site to fully support unicode / utf8

Some years ago, I built a good custom PHP CMS Site, but I overlooked one important issue: unicode support. This was primarily due to the fact that at the time, the users were English-speaking and that ...
0
votes
2answers
54 views

troubles with ClickOnce deployment

im having issues seeing how clickonce knows how it compares files and how it looks for those files. i will be having my clickonce app connect to a server, but does it do this internally?
1
vote
1answer
120 views

loading file with ajax and jquery doesn't work

I use jquery and ajax to update a part of my web page but it doesn't work : here is the page : <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...
1
vote
1answer
26 views

Marklogic: DLS-INVALIDVERSION

when trying to access older versions of my managed XML files, it gives me something like: DLS-INVALIDVERSION: (err:FOER0000) /company/1448220.xml has no version number 3 in /MarkLogic/dls.xqy, at ...
1
vote
2answers
109 views

How to replace a list item with direct instance assignment

I have the following code where I'm trying 3 approaches (Cases) to update the first item in a C# list(Note: Dump() is a helper output method in the LINQPad IDE). I would appreciate an explanation as ...
0
votes
1answer
328 views

Android ViewPager, ListFragments and updating when an element in a list is changed

Im writing my first android app as a coursework for university. So far I have most things working, but I have come across an issue. The app is structured so I have an Activity that sets up a ...
0
votes
0answers
39 views

Update own application from FTP [closed]

I have an android application that should some way update itself from FTP-server. Please, give me an advice where to look about: 1-working with ftp, 2-uploading files from it, 3 (main thing)-update ...

1 2 3 4 5 6