程式設計技巧 C 資料庫操作的三種用法

2021-04-13 07:23:34 字數 636 閱讀 3534

以下是我在visual studio 2005上寫的乙個類(連的是

sql server  2005),已經過

測試通過。裡面有3個方法比較典型,原始碼如下:

using system;

using system.collections.generic;

using system.text;

using system.data;

using system.data.sqlclient;

namespace databaseoperate

sqldatareader.close();

sqlcommand.dispose();

sqlconnection.close();

} //方法二

public void usesqlstoredprocedure()

//方法三

C 資料庫操作的三種用法

以下是我在visual studio 2005上寫的乙個類 連的是sql server 2005 已經過測試通過。裡面有3個方法比較典型,原始碼如下 using system using system.collections.generic using system.text using syste...

C 資料庫操作的三種用法

using system using system.collections.generic using system.text using system.data using system.data.sqlclient namespace databaseoperate sqldatareader....

C 資料庫操作的三種經典用法

以下是我在visual studio 2005上寫的乙個類 連的是sql server 2005 已經過測試通過。裡面有3個方法比較典型,原始碼如下 using system using system.collections.generic using system.text using syste...