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. Is there any way to avoid writing store procedure for 30 columns.

Is there any way to avoid writing store procedure for 30 columns.

Scheduled Pinned Locked Moved ASP.NET
question
3 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.
  • P Offline
    P Offline
    Praveen Kandari
    wrote on last edited by
    #1

    Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????

    Z 1 Reply Last reply
    0
    • P Praveen Kandari

      Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      No. You'll need to pass in all the parameters. You could of course load an input file, but I still say that specifying each parameter is easier. It's a pain, but the only way to get data into those fields.

      There are only 10 types of people in the world, those who understand binary and those who don't.

      P 1 Reply Last reply
      0
      • Z ZurdoDev

        No. You'll need to pass in all the parameters. You could of course load an input file, but I still say that specifying each parameter is easier. It's a pain, but the only way to get data into those fields.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        P Offline
        P Offline
        Praveen Kandari
        wrote on last edited by
        #3

        Thanks If you find any way let me know.. right now used excel to get rid of typing..

        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