Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Asp Generated Sql Statments
Top Code
Asp Generated Sql Statments
ASP > Tips and Tutorials > Modules or Libraries
Source List

Code 1-1 of 1   


This is an interesting idea. Instead of having to write and rewrite SQL statments over and over again, why can't we just make a function that will do this for us and call this function when ever we need some sql statment? Here is my view of how such