Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3991008
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:33:48+00:00 2026-05-20T06:33:48+00:00

I had a code like this dataset.DataVersion.AddDataVersionRow((new FileInfo(path + PermissionFile)).LastWriteTime.Ticks); But when some changed

  • 0

I had a code like this

dataset.DataVersion.AddDataVersionRow((new FileInfo(path + PermissionFile)).LastWriteTime.Ticks);

But when some changed it for getting some other functionality sometimes it is not working,i dont know
why it is not working.This is the modified ,not working code

long version = (new FileInfo(path + PermissionFile)).LastWriteTime.Ticks;
                if (dataset.DataVersion.Count == 0)
                {
                    dataset.DataVersion.AddDataVersionRow(version);
                }
                else if (version > dataset.DataVersion[0].Version)
                {
                    dataset.DataVersion[0].Version = version;
                }

Do i need to add one more else loop here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T06:33:48+00:00Added an answer on May 20, 2026 at 6:33 am

    Hard to answer without more information, but maybe you want to update the last entry in DataVersion:

    int count = dataset.DataVersion.Count;
    if (count == 0)
    {
        dataset.DataVersion.AddDataVersionRow(version);
    }
    else if (version > dataset.DataVersion[count-1].Version)
    {
        dataset.DataVersion[count-1].Version = version;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found some code that had optimization like this: void somefunc(SomeStruct param){ float x
I had someting like this in my code (.Net 2.0, MS SQL) SqlConnection connection
I had code that looked like this: enum EEventID { eEvent1, eEvent2, ... eEventN
My code looks like this: fileoutput = new FileOutputStream(productSheetFilePath); m_psWorkBook.write(fileoutput); Where m_psWorkBook is of
My question here is I had seen code like this for a multithreading application:
It's been a while since I've had to do any HTML-like code in Vim
I was glancing through some code I had written in my Perl class and
Lately I had to change some code on older systems where not all of
I've had a look at code.google.com, but I didn't find anywhere how to programatically
I had a Dataset with some data in it. When I tried to write

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.