ADO.NET 程式碼範例
這則範例中的程式碼會假設您可以連接至 Microsoft SQL Server 上的 Northwind ... { // The connection string assumes that the Access // Northwind.mdb is located in the c:\Data folder. string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data ; ...
msdn.microsoft.com |