ADO.NET 程式碼範例

ADO.NET 程式碼範例

瀏覽:1114
日期:2024-07-25
using System; using System.Data; using System.Data.OleDb; class Program { static void Main() { // The connection string assumes that the Access // Northwind.mdb is located in the c:\Data folder. string connectionString = "Provider=Microsoft.Jet ......看更多