![]() |
|
|
|||||||
![]() |
ASP Net - Re: .Net Dataview vs. Using Database View |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
"=?Utf-8?B?TWlrZSBNb29yZQ==?=" <>
wrote in news:FFD6AD7A-1CEA-4DBA-AC19-: > Is there any real differences to using the .Net dataview over using a > sql server database view? Yes, a SQl Server view is more efficent for large datasets than a .NET dataview. ..NET dataviews are applied on data downloaded to a client - so if you wish to filter a large table, the entire table must be downloaded to the client. It comes down to several factors whether to use a SQL view or .NET dataview such as the size of the dataset, the response time required, the type of data you're filtering against, etc. -- Lucas Tam () Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/ Lucas Tam |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TRADING FEMALE CELEB INTERVIEWS ON DVD | stu | DVD Video | 1 | 05-26-2008 09:39 AM |
| .net 2.0 gridview view details link issue | BradleyRush | Software | 0 | 10-29-2007 09:24 PM |
| How to make the form View save it's field values in Visual Stdio .NET | asammoud | Software | 0 | 07-17-2007 10:57 AM |
| asp.net : custom code to delete data from Grid view (Database) | sara_23apr | Software | 1 | 06-19-2007 01:08 PM |
| New DVD database website | dvdloc8.com | DVD Video | 2 | 10-19-2004 06:59 AM |