Access SQL Server in ASP.NET

zhaozj2021-02-16  54

Access SQL Server in ASP.NET

Author: Wawe Time: 2002-9-28 Recommended Level: ★ View author information and author anthology

-------------------------------------------------- ------------------------------ author: Herd access SQL Server database in ASP.NET, there are two methods, they are System.data.oledb and System.data.sqlclient. The following program uses System.Data.sqlclient as an example to access the local database server. First introduced the namespace: System.Data and System.data.sqlclient. Detailed code to see the source program. <% @ Import namespace = "system.data"%> <% @ Import namespace = "system.data.sqlclient"%>