Sample app with DAL connectivity [modified]
-
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
-
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
Can you should be more specific about the type of problem you are having? You might get more replies that way. :) Josh
-
Can you should be more specific about the type of problem you are having? You might get more replies that way. :) Josh
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
-
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
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