CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Data updations

  1. #1
    Join Date
    Jul 2011
    Posts
    3

    Data updations

    Hi

    We are working on online trading application and have performance problems with real-time updating and sorting. I have some questions,
    How we can get real-time updates upon data changes. Means when data is changed, the rows where this data is displayed are automatically sorted, filtrated, and grouped, and highlighted as well.

    Help needed.

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Data updations

    Are you accessing an internet resource to get updates? If so, use polling (link) to periodically check for updates (assuming your source of information is okay with you querying them ever X seconds; you should get their permission).

    If that's not what you meant, please clarify.

    This post does NOT constitute any sort of advice if you are implementing a financial (or otherwise even vaguely important) software application. Use at your own risk.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

  3. #3
    Join Date
    Jul 2011
    Posts
    9

    Re: Data updations

    Real-time updating and sorting is the heart of trading applications. Sorry for your online application but I go through a website which providing the solutions for Real-time data updating, Real-time data highlighting, Real-time data sorting, Real-time data filtering, Real-time data grouping for trading applications. You can visit the site and check about your requirements http://www.******.com/Feature.aspx?id=updates

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured