Is there any ORM tool for sql server 7.0?
I have a sql server 7.0 database and I will implement a web service above it. How do I access the data开发者_Python百科 without writing any sql query?
LLBLGen is compatible with SQL Server 7
Perhaps you can try NHibernate to map your object model to the relational database model. NHibernate is free, open source, native .NET and supports SQL Server.
精彩评论