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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:11:19+00:00 2026-06-03T00:11:19+00:00

I have a column in SQL Server of smallint type. I read the row

  • 0

I have a column in SQL Server of smallint type. I read the row including this field by Ado.net.

When I get DataRow of that SQL Server row, I try to convert it to integer like the following code:

int value = datarow.Field<int>("myColumnName");

Because the field is smallint, I think that I should be converted to int. But it throws an exception saying that

Specified cast is not valid…..

I don’t want to use Convert.ToInt32 or other function. I want to use the field extension methods of Datarow. How can I do that?
EDIT:

datarow.Field<int>("myColumnName"); // doesnt work
datarow.Field<Int16>("myColumnName"); // doesnt work
datarow.Field<short>("myColumnName"); // doesnt work
Convert.ToInt32(datarow["myColumnName"]) // works but i dont want it
  • 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-06-03T00:11:20+00:00Added an answer on June 3, 2026 at 12:11 am

    See SQL Server Data Type Mappings (ADO.NET).

    SMALLINT is a 16-bit integer in SQL Server, so it maps to Int16 in .NET

    Therefore, you should use

    Int16 value = datarow.Field<System.Int16>("MyColumnName")
    

    to read the value

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

Sidebar

Related Questions

I have a few windwos services. They get xml column from Sql server manipulate
I have a SQL Server 2000 database with a column of type VARCHAR(255). All
I have a datetime column in SQL Server that gives me data like this
I have a column that stores xml using SQL Server's Xml data type. Also,
I'm working with SQL Server 2005. I have a column called purchase_time of type
I have one column in SQL Server table with type date and its default
I have two column in Sql server Amount as real type Price as bigint
I'm using MS SQL Server 2008. I have a column of type XML that
i have a datetime column in sql server and its optional field and if
How to get the formatted date in SQL Server CE? I have a column

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.