Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var 製品 = Product.GetPaged(1, 20);
エラー:
「ROW_NUMBER」 ....
Subsonic が SQL Server 2000 のページングをサポートしているとは思いません (ただし、間違っている可能性があります)。SQL Server 2005 または 2008 が必要です。
Subsonic は CTE または ROWNUMBER() 構文を使用していると思います。これらは SQL2000 ではサポートされていません