8 lines
401 B
Plaintext
8 lines
401 B
Plaintext
|
|
SQL Server Data Access Components
|
||
|
|
Copyright 1997-2007, Core Lab. All Rights Reserved
|
||
|
|
--------------------------------------------------
|
||
|
|
|
||
|
|
Uses MSDataAdapter to create a simple ASP .NET application. This
|
||
|
|
application creates an ASP.NET application that lets you connect to
|
||
|
|
a database and execute queries. Shows how to display query results
|
||
|
|
in a DataGrid and send user changes back to the database.
|