摘要
文中在研究了SQLServer数据库及ASP.NET的基础上,实现了存储过程的统一调用,该方法只需要提供要调用的存储过程名,以及调用时提供具体的参数值就可实现任何存储过程的调用。
After studying SQL Server and ASP.Net, calling stored procedures in a same way can be achieved in spite of their differences and the programming code can be reduced. The only information needed is the stored procedure name and the values of its parameters.
出处
《计算机应用》
CSCD
北大核心
2003年第11期153-154,共2页
journal of Computer Applications