Viewing 2 posts - 1 through 2 (of 2 total)
Hi all,
My DAL starts with Stored Procedures and prepared commands and we use .NET framework components with corresponding typed datasets. Then you can drop your DAL Component and needed datasets to Win/WebForm...
August 3, 2004 at 8:00 am
#517447
CREATE TABLE #tmp (Id int, ...) INSERT INTO #tmp EXEC myStoredProc @param1, ...
Cheers
December 11, 2003 at 6:59 am
#485699