使用ASP.NET实现高亮显示标题时使用DataTable titleWordPositions = cmd.GetWordsPositions(keyWord, "News", "m_Title", DocIds, 10);
程序运行到这里时,就会出现“The method or operation is not implemented. ”异常,查找原因是由于这句话“exec SP_GetWordsPositions '中国 京','News','m_content',1,2,4,6”引起的,到Hubble.Net中运行SP_GetWordsPositions '中国 京','News','m_content',1,2,4,6,也出现The method or operation is not implement
特向各位请教为什么会引起这个问题,有什么办法可以解决?
看看你的存储过程是否有问题。