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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:06:13+00:00 2026-05-26T05:06:13+00:00

I am a beginner and have a basic question. I recently added this code

  • 0

I am a beginner and have a basic question. I recently added this code to my method

    if (dt.Rows.Length > 0)

However, I return the error: ‘System.Data.DataRowCollection’ does not contain a definition for ‘Length’ and no extension method ‘Length’ accepting a first argument of type ‘System.Data.DataRowCollection’ could be found (are you missing a using directive or an assembly reference?), Im not saying to code this for me (unless you want to :), ) but if someone could point me into the right direction, that would be awesome and good fortune to you. Here is some code to help.

     using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Sql;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Configuration;

public class Database
{
    private string serverPCICUSTOM, serverPCI;
    private string ConnectionStringPCICUSTOM, ConnectionStringPCI;
    private SqlConnection connectionPCICUSTOM, connectionPCI;
    private string trackingNumber;
    private string soptype;
    private string orderNumber;

         public bool UpdateOrderToShipped(string order)
    {
        orderNumber = order;
        string batch = ConfigurationManager.AppSettings["SuccessfulOrderBatch"];
        string statement = "UPDATE SOP10100 SET BACHNUMB = '"+ batch +"' WHERE SOPNUMBE = @SOPNUMBE";
        SqlCommand comm = new SqlCommand(statement, connectionPCI);
        comm.Parameters.Add("SOPNUMBE", orderNumber);
        try
        {
            comm.Connection.Open();
            comm.ExecuteNonQuery();
            comm.Connection.Close();
        }
        catch(Exception e)
        {

            comm.Connection.Close();
            KaplanFTP.errorMsg = "Database error: " + e.Message;
        }

        statement = "SELECT SOPTYPE FROM SOP10100 WHERE SOPNUMBE = @SOPNUMBE";
        comm.CommandText = statement;
        SqlDataAdapter da = new SqlDataAdapter(comm);
        DataTable dt = new DataTable();
        da.Fill(dt);
        if (dt.Rows.Length > 0)      //error here
        {
        comm.Connection.Open();
            soptype = dt.Rows[0]["SOPTYPE"].ToString();
        }
        else
        {
        }

            return true;
    }
  • 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-26T05:06:13+00:00Added an answer on May 26, 2026 at 5:06 am

    Check this:

    use

    if (dt.Rows.count> 0)

    instead of

    if (dt.Rows.length> 0)

    Hope my answer helps you to solve your problem.

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

Sidebar

Related Questions

Probably a very basic beginner question. Imagine the following situation: I have an ASP.NET
Does anyone have some useful beginner tutorials and code snippets for playing with basic
Absolute beginner question: I have a template file index.html that looks like this: ...
i am a beginner and i have a problem : this code doesnt compile
This is a very beginner question. I have tried to search for advice but
I am a beginner to Perl syntax and have a basic wildcard question. I
I know this question is probably very basic, but I am a beginner so
This is probably pretty basic, but I'm a beginner in PHP - I have
I realize that this is probably a very basic question, but I have spent
This is a beginner's question I'm afraid: I have an UIText which covers the

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.