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
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
1 Comment
lapots
I work with tables using generated by visual studio tables adapters. But I don't see table adapter for my view.