sql Views

  • Thread starter Thread starter Lamis
  • Start date Start date
L

Lamis

Hi,
I have a few Views in my sql 2005 database that I need to use in my .Net 2.0
C# application. I know how to call procedures but how do I call Views???

Thanks for helping
 
I have a few Views in my sql 2005 database that I need to use in my .Net
2.0
C# application. I know how to call procedures but how do I call Views???

SELECT * FROM MyView
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top