Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tibyan

    Linq2Sql Update Problem

    It's ok, I solved the problem. I used different DataContext objects, and that's why it treated the object as new object, and couldnt recognize that it already exists.
  2. Tibyan

    Linq2Sql Update Problem

    So I have a problem with updating values in database using linq. I mapped my database using linq to sql, and there are two tables which are linked to eachother by one to many relation. So in my code if I want to change the foreign key value in child table and SubmitChanges(), I get the...

Part and Inventory Search

Back
Top