views:

47

answers:

2

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?

+1  A: 

LLBLGen is compatible with SQL Server 7

Bob
sorry I forget to say that it should be free
Sessiz Saat
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
are you sure that Nhibernate supports sql server 7.0
Sessiz Saat