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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:58:24+00:00 2026-05-26T00:58:24+00:00

I am using asp(vb) In SQL Server database I made a table cars which

  • 0

I am using asp(vb)

In SQL Server database I made a table cars which has two columns:

  • productid int
  • name varchar(50)

Now I am collecting the value of name attribute from user through a text field:

Enter car name

<input type="text" name="name" value="" />

and storing it in a variable:

name = Request.Form("name")

But when I run this query, it gives error:

query = "SELECT * FROM cars where name = " & name

Unable to figure out why?

  • 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-26T00:58:25+00:00Added an answer on May 26, 2026 at 12:58 am

    Because name is defined as a VARCHAR string datatype, this would mean you need to quote the value of name in your SQL query, ie

    query = "SELECT *  FROM cars WHERE name = '" & name & "'"
    

    or better still, use a parameterised query via a ADODB.Command object if you’re using ADODB

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

Sidebar

Related Questions

I'm using ASP.net membership system with SQL Server 2000 database. What I want to
I'm learning to program using C# and ASP.NET with a SQL Server database. I
My web application is using a SQL Server database that has around 2000 rows.
I'm using VBScript (ASP Classic) and SQL Server; I'm trying to have a section
I'm using ASP.NET, with session state stored out of process in SQL Server. When
I need to write a web application using SQL Server 2005, asp.net, and ado.net.
We are developing a web application using asp.net and sql server. We are required
I'm doing module to save and retrieve images using SQL server database 2008 and
I am developing one web application using asp.net 2005 and Microsoft SQL Server 2008
I am using ASP.NET MVC2 in Visual Studio 2008. I believe the SQL Server

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.