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

  • Home
  • SEARCH
  • 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 8315815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:13:01+00:00 2026-06-08T21:13:01+00:00

I have a WinForms C# app which uses a SqlCommand to extract info from

  • 0

I have a WinForms C# app which uses a SqlCommand to extract info from a back end SqlServer DB. When a user types in a name, I want to inspect my DB table to look for similar names (say having the same two initial characters). I’ve been trying the following sql command text:

SELECT Name
FROM tblCases
WHERE Name LIKE SUBSTRING(@Name,1,2);

Where @Name is a parameter in the SqlCommand generated by the application, the value of which is set by the user.

But this returns nil query results every time even when I know it should be returning some results.

What I am trying to achieve is that is the user types say name “Smith”, I want the DB to return values like ‘Smythe’ or ‘Smithson’, but I cant see to get the SQL command text right.

Help most appreciated.

  • 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-08T21:13:03+00:00Added an answer on June 8, 2026 at 9:13 pm

    You can do it this way with the LIKE clause. It adds the wildcard % at the end of you name you are passing:

    SELECT Name
    FROM tblCases
    WHERE Name LIKE (SUBSTRING(@name,1,2) + '%')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a winforms app that uses a UserControl. The user control's job is
I have a Winforms app which runs under a standard user account (i.e. user
I have a C# WinForms app, which uses WebBrowser to display some UI elements
I have an MDI WinForms app in which the MDI parent form has a
in my winforms app, I have a Queue which contains objects: Queue<MyObj> _queuedRows =
I have a winforms app that checks user credentials as it starts. If autharization
we have WinForms app which stores data in SQL Server (2000, we are working
I have a winforms app that uses a strongly typed custom DataSet for holding
Currently I have a Winforms app which relies on transpareny effects. However this is
I have a Winforms app which is being deployed to the employees as a

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.