Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.
Questions tagged [auto-update]
1377 questions
0
votes
2 answers
Want to requery a url and get fresh value which is assigned to a variable in php every few seconds
I have a query which I make to get live prices.. and the value is assigned to a variable.... I want to refresh that query say every 5 seconds and automatically assign the returned value to the variable... so if the variable is called by repeatedly I…

Ajmal
- 51
- 1
- 11
0
votes
1 answer
Email Notification of Collabnet Subversion Edge Stack Software Updates
I am looking for a way to receive email notifications when an update is available for the Collabnet Subversion Edge stack. I just logged into the web interface for Edge and noticed that an update was released on August 29.
I had initially thought…

rarrarrarrr
- 1,129
- 13
- 18
0
votes
1 answer
How recive data from SQL Server to Android Application, in autonomous manner?
I have created a web service which, querying a SQL Server, retrives several tables.
I'm consuming this web service using KSoap2 package in Android application, and I want maintain alligned the tables on SQL Server and tables on Android…

GVillani82
- 17,196
- 30
- 105
- 172
0
votes
2 answers
Notify User when a update is available for the installed app
I want to notify user in an alert dialog that if my app has an update in the play store when the app is launched by user.
Is there any service to call and get the updates from play store of a particular app?

user1285293
- 108
- 1
- 9
0
votes
2 answers
Update fields in ASP.NET without postback
I have a dropdown menu in my ASP .NET 2.0 C# page and when the user selects any item, a bunch of labels ad text boxes are updates with new info, but currently, my page does a postback and is re-rendered.
What is the easiest (or shortest) way of…

Jaelebi
- 5,879
- 8
- 32
- 34
0
votes
1 answer
sql search engine autoupdate php
I am trying to make a search engine for my website however I am curious on how to make it auto-update i.e like google, facebook, etc. without having the page reload.
I am currently using MySQL with InnoDB tables and PHP. I know how to make the MySQL…

jlofft
- 33
- 1
- 5
0
votes
6 answers
Updating an application without closing it
Is it possible to update an application to a new version without closing it?
Or is there a good way to do that without user noticing it was closed?

Zanoni
- 30,028
- 13
- 53
- 73
0
votes
1 answer
How to make autoupdate for application while running XNA
I have an application written in C# by using the XNA framework. So, it's basically built as a game with Update() and Draw(), and another thing is that this application is meant for running continuously without stopping.
The thing is that I want to…

Simon
- 4,999
- 21
- 69
- 97
0
votes
1 answer
Automated Update SQL Server
I have a table of topics, topics might have an automatic publish date, I want to make SQL Server auto publishes them.
Previously I made it in code on each call to any method of the topics adapter, but I wanna make it automatically in SQL Server.
Can…

mpcabd
- 1,813
- 15
- 20
0
votes
2 answers
Autoupgrade of an Eclipse (Lotus Notes 8.5.2) plugin
I am trying to provide an autoupdate feature for a Lotus Notes 8.5.2. The plugin is being developed under Eclipse 3.4.2. So far I haven't managed to find a standard way for doing this by hooking into the Lotus Notes API. What comes to my mind are…

Martin Toshev
- 23
- 7
0
votes
1 answer
Blackberry - Making auto-update news content with ListField
I try to make an auto-update feature with my RSS reader application, so it will send request in every time set, without make any execution like click any button.
I've made a feed aggregator using list field like this:
int i=0;
while (i

grcnatalia
- 25
- 4
0
votes
1 answer
Update an iOS app with in-app purchases
Is it theoretically possible to use in-app purchases to update an iOS app automatically? Basically, using StoreKit to replace existing code on the device? The IAP itself would be free so that the user doesn't need to be involved.
In general terms,…

Evan Cordell
- 4,108
- 2
- 31
- 47
0
votes
5 answers
C# Win Forms Auto-Updating Controls
I have a datagridview and a combobox which get populated randomly with data. However, the new data is never displayed automatically. Someone mentioned the idea of invalidating the control to force the application to redraw it and thus iterate…

Goober
- 13,146
- 50
- 126
- 195
0
votes
1 answer
WPF program auto software update
I developed a WPF Setup application. This app can not update itself automaticly. For update, users should remove the app and re-install it.
My app is taking data from SQL Server 2008 which is on my server. In other words, app works like a browser.…
user1397832
0
votes
1 answer
Using Click Once Web Application Self or Auto Update
We have written Web application using ASP.NET MVC, which will be hosted in our customer's in-premise or Intranet web server.
We are ok, if at First time, customer install our app, using Wix/Windows setup installer. Here we are more curious about…

Anand
- 4,523
- 10
- 47
- 72