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
1 answer

SQL Server with bulk update avoiding Cursor

I have a performance problem with cursor which I would like to avoid. The problem I am trying to solve is: To update a column (VARCHAR ) on each record (about 6000000) (by using one update statement) in the Main table by using a result calculated…
0
votes
1 answer

accessing threads continually in tkinter loop

I am trying to make a GUI that continually plot a signal received from a micro processor. I have tried to make this happen by use of classes only, but that failed since only the GUI class was oppend. Now i have implemented threading (or at least I…
AGr
  • 1
  • 2
0
votes
2 answers

How come when I create a class derived from another GameComponent class, the game class will only update what's in the original class' update?

When I am creating my class ConfigsPC which is derived from another class which I created as a base class, Configs, I am not able to update anything in the Update method for the class ConfigsPC but I am able to update stuff in the Update method for…
Jake
  • 181
  • 2
  • 15
0
votes
0 answers

not updating datasource

I seem to be having some trouble getting my DataGridView to update the DataSource. I currently have a the DataSource set to a Linq query as you ca see in the code below. With dgvTrophies ' Automatically generate the DataGridView columns. …
Michael Stramel
  • 1,337
  • 1
  • 16
  • 18
0
votes
1 answer

Updating Fluent nHibernate causes problems with missing property

I am trying to update the nHibernate version in my application. I used nuGet and updated NHibernate v2.1.2.4000 to v3.3.2.4000 And fluent NHibernate from v1.1.0.685 to v1.3.0.733 I was expecting a few issues but the error I'm getting is odd and I…
Nick
  • 2,877
  • 2
  • 33
  • 62
0
votes
1 answer

Will plist file be overwritten when app update is released

I have an app that is currently on apples App Store. It stores users data in a number of plist files that are saved on the iPad within the apps documents. I want to release an update of my app but am unsure wether doing so will re-write the plist…
user1548697
0
votes
2 answers

I cannot update any changes in my android app

I am developing an application in Android but whenever i try to update my application (deleting the old app's files and uploading new files from my pc). After i replace files and re-install my app, i can not see any changes on my phone. It stays…
berk kaan
  • 447
  • 2
  • 7
  • 12
0
votes
1 answer

Making a table that keeps logs of updates in mysql

I'd like to make a table that will keep track of a separate updating table on a day to day basis. For example, I have a table currently that keeps track of inventory and once a day I'd like to run a report that gives me information like how many…
Colin Inskeep
  • 261
  • 3
  • 6
  • 16
0
votes
1 answer

Continuously updating UITableView issue

I have a searchbar in which the user searches for an address. Every time the inputed text is changed a selector is called, new addresses are searched and stored into an NSMutableArray. This works perfectly so far. Under the searchbar I have a…
freshking
  • 1,824
  • 18
  • 31
0
votes
1 answer

Update calling activity after PreferenceScreen close?

I have an activity A from where I invoke a PreferenceAvtivity P via a normal startActivity. The user can update some settings there, and after the P is closed, activity A should update itself to get the new settings. Now I've read here How to return…
Toni Kanoni
  • 2,265
  • 4
  • 23
  • 29
0
votes
0 answers

NSTableView can't update visualized data

I know that this is a typical question, I found many threads talking about this, but I can't really understand where's the problem with my implementation. I set up everything and I'm able to see data loaded in a NSMutableArray inside my NSTableView.…
Eux
  • 482
  • 7
  • 16
0
votes
0 answers

gpupdate with powershell

I want to perform a gpupdate as an -Action of a System.IO.FileSystemWatcher instance but gpupdate occasionally hangs completely when being called from PowerShell. I have tried the following way to handle an inresponsive gpupdate but it does not work…
scutze
  • 1
  • 1
  • 3
0
votes
3 answers

Updating Progressdialog

i have problem with progressdialog to the, i want updating my progressdialog while duration of the connection. This is my progressdialog Pro = new ProgressDialog(getParent()); Pro.setMessage("Enviando"); Pro.setIndeterminate(false); …
Delari Jesus
  • 411
  • 6
  • 22
0
votes
1 answer

SQL updating only the last row

I am having problem updating multiple rows in the database. This is my form.

Pending…
0
votes
0 answers

How to update dataTable using requestscoped wrapper bean in JSF?

I have mainMenu-xhtml page where is Datatable. When I add a new object to that table, it is not updating because used managed bean is session scoped. I am trying to implement requestScoped wrapperBean to make updating happening.…
Sami
  • 2,311
  • 13
  • 46
  • 80