TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
diamond diamond
NA
133
55.5k
How can I get diffrence time of 2 ip address?
Feb 1 2014 1:34 PM
Hi all,
I have a table with 3 column(source ipaddress, destination ipaddress, start time), which every source ipaddress assign many record of every destination like below.
source ip destination ip stime
0.0.0.2 0.0.0.4 5
0.0.0.1 0.0.0.3 4
0.0.0.2 0.0.0.4 7
0.0.0.2 0.0.0.4 10
0.0.0.2 0.0.0.3 4
I want to get diffrence of stime between 2 ip addresses like 0.0.0.2 and 0.0.0.4. I must compute diffrence stime of first and second record of these ip adresses like : (7-5) and second record with third (10-7).
Let me know how can I do?
I should do for every source ip address with destination ip addresses.
Reply
Answers (
9
)
How to get records from different tables using webservices
streamwriter / reader, client / server freeze