I have a sql server 7.0 database and I will implement a web service above it. How do I access the data without writing any sql query?
sorry I forget to say that it should be free
Sessiz Saat
2009-10-26 12:47:37
A:
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.
Esk
2009-10-26 20:35:27