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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:44:15+00:00 2026-06-12T10:44:15+00:00

Data isn’t inserted into database from my C# app, but there’s no error or

  • 0

Data isn’t inserted into database from my C# app, but there’s no error or exception found. But I can read the data from database using select statement and data reader.

  private void button2_Click(object sender, EventArgs e)
    {
        string conString = Properties.Settings.Default.dbConnectionString;

        // Open the connection using the connection string.
        SqlCeConnection con = new SqlCeConnection(conString);
        con.Open();

        // Insert into the SqlCe table. ExecuteNonQuery is best for inserts.

        SqlCeCommand com = new SqlCeCommand("INSERT INTO test VALUES('num')", con);

        com.CommandType = CommandType.Text;
        // com.Parameters.AddWithValue("@num", "num");
        com.ExecuteNonQuery();
        MessageBox.Show("ok");

    }

After pressing the button the message box shows. But data is not inserted.

Connection string:

Data Source=d:\manu\smalldb\smalldb\db.sdf
  • 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-12T10:44:17+00:00Added an answer on June 12, 2026 at 10:44 am

    Maybe you have to do some commit to validate the transaction

    Like HERE

    OR

    Maybe the problem is in the place where the insertion is done and the place you look after.

    Look HERE if it is the case. this article speaks about the “Copy to Output Directory” settings. It can be your problem!

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

Sidebar

Related Questions

My application often fetch data from a webpage using WebRequest, but it isn't possible
I am a student this is homework... The tables are there but data isn't
I am trying to load text data into a postgresql database via COPY FROM
Is there anyway in PHP to automatically encrypt and decrypt data to/from the database?
We're using RavenDB saga storage, but the saga data isn't being persisted after the
I'm using SQLite database. The problem is that data isn't written to base. NSLog
Because the data size isn't little that my web app needs to load, it
I'm writing a small sqlalchemy shim to export data from a MySQL database with
GA Unique Visitors data isn't making sense to me. From the GA FAQ we
I had a connection working but something changed and now the data isn't showing

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.