使用ADO.NET數據庫編程的基本步驟

使用ADO.NET數據庫編程的基本步驟: 一、建立鏈接字符串: string connectionString="server=.;uid=sa;pwd=;database=northwind"; 二、建立select語句字符串: string commandString="select CompanyName,ContactName from Customers"; 三、建立DataAdapte
相關文章
相關標籤/搜索