在执行存储过程中加入
try
{
}
catch(SqlExcetpion sqlex)
{
// sqlex.Errors是个数组,遍历得到多个错误信息
}
(2)
加入proc_PodCastColumn_Insert 等有关媒体的存储过程
在执行存储过程中加入
try
{
}
catch(SqlExcetpion sqlex)
{
// sqlex.Errors是个数组,遍历得到多个错误信息
}
(2)
加入proc_PodCastColumn_Insert 等有关媒体的存储过程