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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:12:00+00:00 2026-05-27T22:12:00+00:00

I have an Access Db with C# and I am doing a concatenation in

  • 0

I have an Access Db with C# and I am doing a concatenation in sql query aftere where clause but I am getting the following error

“Syntax error (missing operator) in query expression”

My code is below

cmd.CommandText = "Select * from TEMP1 WHERE EMAIL=" + GlobalData.Email; 

Please tell me what is causing the error and what the correct syntax is for concatenation.

  • 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-27T22:12:01+00:00Added an answer on May 27, 2026 at 10:12 pm

    You’d better use SqlParameter (more secure):

    SqlCommand cmd = new SqlCommand("SELECT * FROM Temp1 WHERE Email LIKE @email")
    cmd.Parameters.Add(new SqlParameter("email", GlobalData.Email));
    

    To answer to the original question:

    Using direct concatenation, without string delimiter, your query become:

    SELECT * FROM Temp1 WHERE Email LIKE email@email.com
    

    instead of

    SELECT * FROM Temp1 WHERE Email LIKE 'email@email.com'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have another SQL/access 2007 question that seems really basic but I'm not sure
I am doing this PHP page that have access to a Google account and
I'm doing some work in hook_views_query_alter() and from there I have access to the
I am doing some text processing on a unix system. I have access to
I realise this is a trivial question but I don't have access to a
I'm doing an sql query where I want to return a list that will
I have access to an Oracle server that has some databases that I would
I have Access 2003, and Crystal Reports 10 (the one that comes with VS2008
I have access to a 3rd party PropertyGrid within my application (C#. ,Net v2).
I have Access table with fields, in which there is some data and path

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.