|
|
|
|
|||||||||||||
Welcome to DAL Helper - UPDATED 11/26/2001Click here to return to my article indexThe DAL Helper is a utility application that generates Data Access Layer (DAL) functions from stored procedures in a SQL Server database. The only characteristic of the stored procedure that the application does not automagically detect is whether or not information is returned. So, if the stored procedure does not return a result set then you must manually select the 'INSERT/UPDATE/DELETE' radiobutton and hit the 'Update Code' button. HUGE thanks to Dave W. (#1 ASP.NET Index Site) and Steve Smith (ASP.NET/C# Trainer Extraordinaire) for bug fix contributions! The following modifications have been made to the DAL Helper Utility:
All code that is generated is Beta 2/Release Candidate 0 compliant and you can use Steve Smith's pMaker function to make the parameter code more efficient.
The source code for this application can be found here. Follow these steps to setup
the DAL Helper on your system: Feel free to make modifications to this code (send me a copy so I can use your neat features =)! Please send any bugs to me. Enter a database connection string below. Because you are connecting to your database over the Internet you will need to enter a connection similar to this: Data Source=192.168.0.1; uid=sa; pwd=test; Initial Catalog=pubs or Data Source=mysqlserver.mywebsite.com; uid=sa; pwd=test; Initial Catalog=pubs | |||||||||||||||
| Copyright © 2000-2003 ASPAlliance.com Page Rendered at
9/7/2008 9:36:59 AM |
|||||||||||||||