C 資料庫操作的三種用法

2021-05-22 19:53:56 字數 523 閱讀 9595

以下是我在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()

//方法三

public

void

usesqldataset()}}

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...

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

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