New MSDE Articles Available
Brian Randell has written 4 (really 7, but 3 of them are just the same article as both VB and C#) articles on using MSDE in your applications... (via Kent Sharkey's blog);
Using MSDE?A whole whack of articles from Brian Randell on working with MSDE in your Web applications has just gone live.
- Using MSDE 2000 in a Web Application
- And every possible combination and permutation of:
- Visual Basic .NET and C#
- Visual Studio, WebMatrix and just the SDK
- Pick one:
VB+VS VB+WM VB+SDK C#+VS C#+WM C#+SDK
TTFN - Kent
posted @
3/8/2004 4:39 PM
by
Kent Sharkey
Comments
- Anonymous
March 18, 2004
Brian A. Randell wrote:
“The results are pretty interesting as displayed in Figure 5. It turns out that it is more efficient to use MSDE 2000 to grab a subset of data from the database than to use a DataView to filter a large DataTable stored in the ASP.NET cache object in memory”.
Strangely, the author didn’t run this test against SQL Server, is not it interesting, is it "more efficient to use MSDE 2000 to grab a subset of data from the database than to use a DataView to filter a large DataTable?"
The previous not that “pretty interesting” test “Figure 4” he did run against SQL Server.
Mike.