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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:37:00+00:00 2026-05-30T06:37:00+00:00

SqlConnection con = new SqlConnection(Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\Db.mdf;Integrated Security=True;User Instance=True); SqlCommand com2 = new SqlCommand(); com2.Connection

  • 0
 SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\Db.mdf;Integrated Security=True;User Instance=True");

 SqlCommand com2 = new SqlCommand();
 com2.Connection = con;
 com2.CommandText = "insert tb_items (item_name, item_unit) values ('" + this.txtitemname.Text + "','" + this.txtitemunit.Text + "')";
 con.Open();

  com2.ExecuteScalar();
  • 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-30T06:37:02+00:00Added an answer on May 30, 2026 at 6:37 am

    You should be using ExecuteNonQuery instead of ExecuteScalar.

    (You should also use using statements, and use parameterized SQL instead of including user input directly in your SQL statement, but that’s another matter. A very important matter, admittedly…)

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

Sidebar

Related Questions

code to add dynamic data getdata() { SqlConnection con = new SqlConnection(Data source=XXXXX;Initial catalog=dummy;integrated
if (validateEmailId(email)) { pictureBox5.Visible = true; SqlConnection con = new SqlConnection(conection string); SqlCommand cmd2
private void button2_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection(Data Source=SYS12;Initial Catalog=Teju;Integrated
[WebMethod] public List< string> HelloWorld(string prefixText) { SqlConnection con = new SqlConnection(Database=bluedd;Server=(local);Integrated Security=SSPI); con.Open();
SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings[erp].ConnectionString); con.Open(); string intero = Select * from judete; SqlCommand
System.Data.SqlClient.SqlConnection conec = new System.Data.SqlClient.SqlConnection(data source= + servidor + ; initial catalog= + basedatos
this piece of code works fine.... Private Sub save() Dim con As New SqlClient.SqlConnection(Data
Below is my table screenshot: Data after insertion Code in C# SqlConnection con =
I am using the following code to backup my database... Dim con As SqlConnection
I have the following code public class BaseController : Controller { SqlConnection con; DataSet

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.