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. General Programming
  3. C#
  4. Sample app with DAL connectivity [modified]

Sample app with DAL connectivity [modified]

Scheduled Pinned Locked Moved C#
csharpvisual-studiohelptutorialquestion
4 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.
  • I Offline
    I Offline
    IMC2006
    wrote on last edited by
    #1

    I am working on an app and having issues with my DAL and connectivity. Can anyone suggest a site with a sample app which details how to do this? Guess this might help... using VS.NET2005 in conjunction with SQL2K5 -- modified at 14:37 Monday 5th June, 2006

    J 1 Reply Last reply
    0
    • I IMC2006

      I am working on an app and having issues with my DAL and connectivity. Can anyone suggest a site with a sample app which details how to do this? Guess this might help... using VS.NET2005 in conjunction with SQL2K5 -- modified at 14:37 Monday 5th June, 2006

      J Offline
      J Offline
      Josh Smith
      wrote on last edited by
      #2

      Can you should be more specific about the type of problem you are having? You might get more replies that way. :) Josh

      I 1 Reply Last reply
      0
      • J Josh Smith

        Can you should be more specific about the type of problem you are having? You might get more replies that way. :) Josh

        I Offline
        I Offline
        IMC2006
        wrote on last edited by
        #3

        I have data access/population of a grid via drag and drop but now I am trying to create a data access layer with provided stored procs to populate grids as opposed to drag and drop. So my issue is creating a DATAAccess class with the SQLConnection to be called by various forms.. then once the SQLConnection is made I need to call storeProc1 for example. So 1. I need an example of a generic dataaccess class to create the connection 2. be able to call the dataaccess from a from 3. be able to call a stored proc to populate a GRID

        J 1 Reply Last reply
        0
        • I IMC2006

          I have data access/population of a grid via drag and drop but now I am trying to create a data access layer with provided stored procs to populate grids as opposed to drag and drop. So my issue is creating a DATAAccess class with the SQLConnection to be called by various forms.. then once the SQLConnection is made I need to call storeProc1 for example. So 1. I need an example of a generic dataaccess class to create the connection 2. be able to call the dataaccess from a from 3. be able to call a stored proc to populate a GRID

          J Offline
          J Offline
          Josh Smith
          wrote on last edited by
          #4

          This is basic data access work. You should be able to find tons of samples, snippets, etc. on CodeProject. If all else fails, Google. josh

          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