CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aidenkael

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,441

    Re: DataTable question

    Okay so to start with, I sorted the dt using a modified SQL query "SELECT * FROM Tasks WHERE IsActive = 1 ORDER BY ECompletion ASC". This gives me all active tasks ordered by earliest date.
  2. Replies
    1
    Views
    3,441

    DataTable question

    I have a datatable that correctly populates from a SQL query, but I want to do a couple things with the datatable itself. First I want to only grab the rows that have a date of today or previous in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured