sql = "EXEC [dbo].[xsp_ination] \"tblNEWS\",\"*\",\"id\",40," + pindex.ToString() + ",1,\"iType=" + type.ToString();   
SqlDataReader sr = ExecuteReader(sql);   
while (sr.Read())  
 {      ...   } 
  sr.Close(); 

相关文章:

  • 2022-02-25
  • 2022-12-23
  • 2021-11-17
  • 2021-11-15
  • 2021-08-17
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案