1

I want to load data to gridview from view in sql server. But how to do it? For example for database tables I've got different(generated by vs) table adapters like TClientTableAdapter,TShopsTableAdapter and etc. But I don't see any for view(view - TVProvider)

1 Answer 1

2

there is no difference between table & view, you can just consider it as table & do work with that. just consider view is a table & do programme, it can load data just as table

Sign up to request clarification or add additional context in comments.

1 Comment

I work with tables using generated by visual studio tables adapters. But I don't see table adapter for my view.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.