开发者

Is there any ORM tool for sql server 7.0?

开发者 https://www.devze.com 2022-12-09 16:22 出处:网络
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 7Perhaps you

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消