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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:19:47+00:00 2026-05-11T05:19:47+00:00

I am trying to add a row to a table in the database using

  • 0

I am trying to add a row to a table in the database using the table adapter’s update method. I am not getting any errors. It looks like it is working fine, but there is no actual insertion into the database. However, if I try to insert the same row again I get a constraint exception saying that I am trying to insert a data that is already in the table. But in the end there is no data physically inserted into the table. I tried to use table adapter’s insert method but I got the same error.

Where am I doing wrong?

Here is the code where insertion is made:(database name: pompadatabase, table name: pompa)

pompadatabaseDataSet.pompaRow tmprow; tmprow = pompadatabaseDataSet.pompa.NewpompaRow(); tmprow.isim = textBox5.Text; tmprow.info = richTextBox1.Text; tmprow.resim = bao; tmprow.seri_id = Convert.ToInt32(sinifBox.SelectedValue.ToString()); this.pompadatabaseDataSet.pompa.Rows.Add(tmprow); this.pompaTableAdapter.Update(this.pompadatabaseDataSet.pompa); 
  • 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. 2026-05-11T05:19:47+00:00Added an answer on May 11, 2026 at 5:19 am

    Where are you ‘physically’ looking for the data ? i mean, are you checking upon the db instance you have in your solution explorer or in the one inside the debug folder ? When you run your application, a copy of the SQL Server CE db file will be put inside that folder and the rows will be saved there. Each time you re-run your application, that file will be overwritten. Try to run your application from that folder, if everything goes well, that was the problem. Well it could sound silly but it happened to me when i first started to work with DataSets and TableAdapters.

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

Sidebar

Related Questions

I'm trying to add a row into a mysql database table using visual studio
I'm trying add a tab to my web page that looks like this: Using
I am trying to update a table in my database with another row from
I am trying to index a table in a database using Lucene. I use
I'm trying to add a table from my database to my LINQ to SQL
I'm trying to add content from my database to a table I created with
On our live/production database I'm trying to add a trigger to a table, but
I'm trying to add a row to an InnoDB table with a simply query:
I'm trying to add a Row to my data.frame to spit out the average
Ok, I am trying to add one row of multiple images to a JPanel,

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.