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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:15:02+00:00 2026-05-12T05:15:02+00:00

In my database I have a Vehicle table with a primary key. I am

  • 0

In my database I have a Vehicle table with a primary key. I am creating a new Vehicle object using

new Vehicle();

and updating the properties of vehicle appropriately.

When I try to do a

genesisContext.Vehicles.AddObject(vehicle);

The first time the table is successfully updated and the primary key is 0. On all subsequent occasions I get an error saying that the key is not unique

Violation of PRIMARY KEY constraint ‘VEHICLES_PK’. Cannot insert
duplicate key in object ‘dbo.Vehicles’.\r\nThe statement has been
terminated.

(presumably because the primary key set by the EF is still 0)

I was under the understanding that the EF intelligently works out primary keys so why is this happening??

  • 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-12T05:15:02+00:00Added an answer on May 12, 2026 at 5:15 am

    You have two choices:

    • either you let the database handle the primary key, by specifying the VehicleID as INT IDENTITY(1,1) – in that case, SQL Server will automagically assign unique and individual numbers, and EF will be fine with that
    • or you handle it yourself, e.g. you have to find a way in your app to come up with unique vehicle ID numbers.

    EF out of the box has nothing in it to magically dispense unique numbers for primary keys – if you thought that, it was a misconception.

    Marc

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

Sidebar

Related Questions

I have a database table and one of the fields (not the primary key)
I have database with many tables. In the first table, I have a field
In my database I have tables that define types for example Table: Publication Types
In PostgreSQL 8.3 database I have bookings table referencing booking_transactions table by ID. So
I am using the SQLite database and have the following persistent class (simplified): public
I have a database that contains a date and we are using the MaskedEditExtender
In the database I have a table called SERVICE. For this table I have
I am a newbie updating the database (i have skipped some steps so that
I heard that decision tables in relational database have been researched a lot in
I have a small database and have been adding entries through a Rails page.

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.