Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. linq to sql , insert into db using store procedure

linq to sql , insert into db using store procedure

Scheduled Pinned Locked Moved ASP.NET
databasecsharplinqhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tanweer
    wrote on last edited by
    #1

    hello every body I am unable to insert data into a db using a store procedure in the LINQ to SQL .The code is: LinqToSQLDataContext dc = new LinqToSQLDataContext(); info inf = new info { Id = 1, name = "Ali" ,infoD="he is agood boy"}; dc.UserDetails.InsertOnSubmit(inf); dc.SubmitChanges(); but the error is system.data.table.InsertOnSubmit has some invalid arguments

    A 1 Reply Last reply
    0
    • T tanweer

      hello every body I am unable to insert data into a db using a store procedure in the LINQ to SQL .The code is: LinqToSQLDataContext dc = new LinqToSQLDataContext(); info inf = new info { Id = 1, name = "Ali" ,infoD="he is agood boy"}; dc.UserDetails.InsertOnSubmit(inf); dc.SubmitChanges(); but the error is system.data.table.InsertOnSubmit has some invalid arguments

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      tanweer akhtar wrote:

      dc.UserDetails.InsertOnSubmit(inf);

      I guess inf is not the same type of data object in the table UserDetails.

      Arun Jacob http://codepronet.blogspot.com/

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups