Questions tagged [updating]

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.

1058 questions
0
votes
0 answers

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 : ..... .....
simonTifo
  • 307
  • 3
  • 12
  • 29
0
votes
1 answer

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 example: using (var context = new BAEntities()) …
0
votes
1 answer

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 scenes will of course be available to users, but…
Serg
  • 143
  • 2
  • 8
0
votes
1 answer

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 ) CREATE TABLE Flight ( FlightID INTEGER NOT…
0
votes
0 answers

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 value is not saved back to the database. The…
Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152
0
votes
1 answer

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 testing it in a for loop and it only writes the last…
0
votes
0 answers

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 Windows Update http://goo.gl/5ttfP) regsvr32.exe…
vkelman
  • 1,501
  • 1
  • 15
  • 25
0
votes
1 answer

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; /** * @OneToMany(targetEntity="Reference",…
biera
  • 2,608
  • 1
  • 24
  • 26
0
votes
2 answers

Trouble with ClickOnce deployment

I'm having issues seeing how ClickOnce knows how it compares files and how it looks for those files. I will be having my ClickOnce application connect to a server, but does it do this internally?
appel
  • 53
  • 5
0
votes
1 answer

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 ViewPager with 3 Fragments in it. Each Fragment is an…
0
votes
2 answers

Install4j - Batch updating

By default, install4j auto-update functionality allows to download updates one-by-one. I want the user to be able to download all available updates in the background and batch-install all of them in one step when download is finished. Does…
Kirill Dubovikov
  • 1,457
  • 2
  • 21
  • 41
0
votes
1 answer

Using multiple tables mysql

Ok so I have 3 tables 1.phone: id name manufacturerid osid 2.manufacturer manufacturerid manufacturername 3.os osid osname How can i put the data from one of the tables (manufacturerid1 -> manufacturerid2 and osid1>osid2) to the the…
Snyckey
  • 1
  • 2
0
votes
2 answers

update data to server in the background android

How to update data to server ? I have used the code below but its not executing after 10 mins. ScheduledExecutorService executor = Executors.newSingleThreadScheduledExecutor(); executor.scheduleWithFixedDelay(new Runnable(){ …
James Patrick
  • 273
  • 4
  • 19
0
votes
3 answers

How to compare local file with Amazon s3 file

I'm working on a desktop Java application. It needs to check for a specific file on my S3 server. I don't want to download the entire file to compare, I need to find out if the one in the server is newer then the local one and then download and…
Sammy Guergachi
  • 1,986
  • 4
  • 26
  • 52
0
votes
4 answers

Upgrading my Wordpress installation...click and pray?

I never know what to do when my Wordpress installation tells me there's an update available. I am using version 2.8 so whenever there is an update, all I have to do is click update, some magic happens behind the scenes, and it gets updated. But…
Andrew
  • 227,796
  • 193
  • 515
  • 708