0
votes
2answers
64 views
SQL update to record with nearest data
In SQL server 2008:
Suppose I have two tables.
Table1 has 3 fields: Name, Date1 and Date2. Currently, all the Date2 entries are NULL. (Name, Date1) form a unique key.
Table2 has 2 fields: Name and …
0
votes
2answers
61 views
Equinox p2 for an arbitrary OSGi application?
Hello.
I am designing a software system which I think I am going to implement on an OSGi platform. It is going to be a software system running on self-service terminals. OSGi idea suits well for my …
1
vote
2answers
59 views
What’s a reliable way to check an RSS feed for new entries?
Part of an app I'm building needs to check RSS feeds for updates. I'm looking for a reliable way to know if a feed has new entries.
I know that sometimes people make posts to the future and, after …
1
vote
2answers
35 views
Send a class, not just a class interface, between servers?
I am creating a grid application which requires me to send software packets that wrap a class out to participating nodes within my grid.
The first idea that I came up with was to have the master …
0
votes
2answers
54 views
Dynamically updating part of a page for all users
I want to dynamically updating a part of a web page for all users on it when I chose to (through a seperate page).
The scenario I'm thinking of:
Say there's a chat box and a picture
on a page.
When …
1
vote
4answers
75 views
applications running on java 1.4 but windows server says new java updates available.
I am running applications on my windows server that run on Java 1.4
In the bottom right hand corner, Java wants me to update. Is this going to update to Java 1.6, or do these auto-updates only put …
3
votes
7answers
95 views
Convince the need of maintenance, updates and recoding
One of my favorite topics to discuss with my boss is the need for maintenance work, doing code updates and refining existing code with new techniques. Especially things like: a new Telerik controls …
1
vote
3answers
48 views
updating iPhone apps via the web
I'm working on an eBook app for the iPhone. Given the time it takes for Apple to review and publish updates, I'm considering adding a feature to update the content via my own (Google App …
0
votes
0answers
96 views
Preventing HTTP REQUEST on javascript DOM update
I am getting re-execution of imported js files upon a hitting a form button which calls a function to insert a DOM element into page ( in simulation to exe of an ajx callback function). The DOM …
-1
votes
0answers
116 views
Should I have to enable automatic update on debian lenny stable ? [closed]
Hi,
I have installed a new Linux Debian Lenny server that will be a LAMP and a Subversion server.
Should I have to enable automatic updates ?
If I enable it, I am sure that I have the latest …
0
votes
3answers
67 views
Entity Updating strategy
There is some discussion on my team about updating entity data and how best to approach it. This is a security framework and so here are some of the constraints and ideas.
every table in DB has a …
0
votes
0answers
96 views
Golf Stats API providing to the minute updates?
I've been searching for an API that provides hourly/daily updates for golf statistics such as leaderboards and player rankings (free or paid) without much luck. The golf channel has a similar system …
2
votes
6answers
128 views
How do you handle technology updates in long running projects?
Let's assume you're in the middle of a long running project (long running = several years) and, as expected, there will be several things coming up with brand new releases. There might be a new .Net …
1
vote
1answer
143 views
update using oracledataadapter
I am using the following lines of code to update records based on rowid:
here dsmain the dataset that i am using....
For j = 2 To AuditGrid.Rows - 1
If AuditGrid.ActiveCell.Row = j And …
5
votes
3answers
228 views
How do XBox game updates work?
You have a static medium, a cd, so you can't change any files on it. So how do the updates work? I understand there is come code that runs and checks if the version isn't correct, and then downloads a …
