【文件属性】:
文件名称:ASP.NET 4高级程序设计
文件大小:10.32MB
文件格式:RAR
更新时间:2015-01-11 02:14:14
ASP.NET 4
ASP.NET 4高级程序设计Many of the examples in this book use SQL Server. In most cases, it is
assumed that you are using SQL Server Express. However, you can modify
the connection string in the section of the
web.config file to use a different database, such as the full version
of SQL Server.
Many of the examples that use data access require the Northwind or Pubs
sample databases. To install these databases, you can use the provided
SQL scripts:
* Use InstNwnd.sql if you don't already have the Northwind database.
* Use InstNwnd.sql if you don't already have the Pubs database.
* Use EmployeesProcedures.sql to install the stored procedures for seleting,
insert, updating, deleting, and paging Employees records.