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

Ask A Question

Stats

  • Questions 145k
  • Answers 145k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Another method: Expression<Func<Client, bool>> clientWhere = c => true; Expression<Func<Order,… May 12, 2026 at 8:50 am
  • Editorial Team
    Editorial Team added an answer In the definition of the Problem class, let the compiler… May 12, 2026 at 8:50 am
  • Editorial Team
    Editorial Team added an answer The Geocoder calls your callback function with the value. That's… May 12, 2026 at 8:50 am

Related Questions

New to javascript/jquery and having a hard time with using this or $(this) to
I'm trying to add a row to an InnoDB table with a simply query:
I am trying to setup a function to allow moving 'up' and 'down' of
I am trying to insert a record into a table using Linq but get

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.