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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:08:18+00:00 2026-05-31T05:08:18+00:00

I am trying to insert a wild card character (‘) in sql database, but

  • 0

I am trying to insert a wild card character (‘) in sql database, but error is coming that
STRING IS TRUNCATED.

  Text1.text="D'John Is Writing Dev's Books"

Here there are 2 wild characters (‘) in the text. When i try to insert this text in database, the problem is comming. The whole string should be inserted as it is, as well as to be retrieved as it is.

I am writing CMD=new sqlcommand("insert into tablename values('"& Text1.text &"')",con)

  • 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-31T05:08:19+00:00Added an answer on May 31, 2026 at 5:08 am

    Please don’t use the double apostrophe answer. It’s the wrong way to go about this. Use query parameters instead, like this:

    CMD=new sqlcommand("insert into tablename values(?)",con)
    CMD.Parameters.Add("@MyParameter", SqlDbType.VarChar, 100).Value = Text1.Text
    

    The other thing that puzzles me is that you say you are using access, but you have an SqlCommand object. An SqlCommand only talks to Sql Server. Access needs either the OleDb or Odbc providers, which would use an OleDbCommand or OdbcCommand respectively, as well as a different parameter placeholder.

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

Sidebar

Related Questions

I am trying to insert a time only value, but get the following error
I'm trying to insert a comment character into a string something similar to this:
Im trying to insert data to my database, and it gives me an error
I'm trying to insert some data in my database using Entity Framework model, but
I'm trying to insert values into a SQL database from within Java. This works
While trying to insert data to my SQl db i get the following error
im trying to insert data into a particular row in the database, but i
Trying to insert 315K Gif files into an Oracle 10g database. Everytime I get
Am trying to insert XML into XML Column.. getting following error: . Msg 6819,
I'm trying to insert some import lines into a python source file, but i

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.