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 7501877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:40:59+00:00 2026-05-29T20:40:59+00:00

I have only 1 file in my database, from the group 2 and when

  • 0

I have only 1 file in my database, from the group 2 and when I try to retrieve the 5 last files of this group number 2 I retrieve this file 4 times ?

I know it’s a problem in my loop, but I can’t see where is the problem of retrieving 4 times the same file with the same ID .

This is the code I use !

                dynamic queryString = ("SELECT Files.Id, Files.Name, Files.Date, Files.Path, Files.[Group] FROM Files,Groups WHERE Files.[Group] = " + param + "ORDER BY Files.Id DESC");
                SqlCommand theCommand = new SqlCommand(queryString, dbConnection);
                dbConnection.Open();
                SqlDataReader reader = theCommand.ExecuteReader();

                int i = 0;

                while (reader.Read())
                {
                    i++;

                    HyperLink fileHl = new HyperLink();
                    fileHl.Text = reader["Name"].ToString();
                    fileHl.CssClass = "filelink" + i;
                    fileHl.ID = reader["Id"].ToString();
                    fileHl.NavigateUrl = String.Format("downloading.aspx?path={0}&file={1}", reader["Path"], reader["Name"]);
                    linktofiles.Controls.Add(fileHl);
                    linktofiles.Controls.Add(new LiteralControl("<br>"));
                }
  • 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-29T20:41:00+00:00Added an answer on May 29, 2026 at 8:41 pm

    Remove the Groups table from your select. You are not using it, and you are not joining correctly, so it will give you unwanted results. Furthermore, don’t use dynamic as the type for your connection string. Use string.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am pulling categories from an xml file. I only have 5 categories but
guys, I have the problem when copying database from local assets folder to /data/data/package_name/databases
I have a database on SQL Server 2000. There are only two logical files
I have Excel file and some contents, coming from external source(database, file, whatever). I've
Assuming you have only the URL to a file (hosted on the same server
I have found only two methods (SaveFile, LoadFile) which save in a file. How
I have a CSV file that has only 1 column, but has close to
I have a text file where I want to change only the first line
I have an application running only on Windows and a batch file that launches
I have a file we will call info.txt under UNIX format that has only

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.