不过听说这个数据库不错,之前玩Python的django的时候搞过一下。应该也不错的。 System.Data.SQLite An open source ADO.NET provider for the SQLite database engine http://sqlite.phxsoftware.com
这个代码看起来真是舒坦. access 小型系统建议用SQL Server Express或Oracle XE...免费,轻量级,并发性能尚可接受...
select top 12 * from Product where [id] not in (select top 12 [id] from Product) 这样可以分页,但是我在后面想加个条件 select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......