![在這裡插入描述](
//下述的程式包最好自己手動匯入吧
using system;
using system.runtime.compilerservices;
using system.data.sqlclient;
using system.data;
using system;
using system.collections.generic;
using system.componentmodel;
using system.drawing;
using system.linq;
using system.text;
using system.componentmodel.design;
//增public
intadd
(user user)
catch
}//查
public
user
select
(int id)
con.
close()
;return user;
}//刪
public
intdelete
(int id)
//更新
public
intupdate
(user user)
//查詢所有資料
public linkedlist
selectall()
con.
close()
;return list;
}static
void
main
(string
args)}}
}
實現連線mysql資料庫的方式與上述**相似
eg:
using system;
using system.componentmodel.design;
using mysql.data;
using mysql.data.mysqlclient;
public
void
select()
con.
close()
;}static
void
main
(string
args)
}}
只是實現了連線資料庫還有查詢功能,其他的功能**類似於連線sqlserver資料庫。 localhost無法連線sqlserver
因為工作關係我的電腦安裝了2012 2017兩個版本的sqlserver,之後把2017的解除安裝了,出現了vs開啟專案不報錯,一直在轉圈的問題,之後試過本機登入sqlserver 發現登不上,要指定例項才可以。開啟配置管理器 1.開啟sqlserver網路配置,點選例項協議 2.雙擊tcp ip ...
ADO 資料庫連線
這些天一直在學習ado 資料庫連線,感覺比較複雜,所以一邊學習,一邊使用,一邊做了一些筆記,下面的一些東西就是我總結的一些關於ado 1 導入庫檔案 使用ado前必須在工程的stdafx.h檔案最後用直接引入符號 import引入ado庫檔案,以使編譯器能正確編譯。如下 import c progr...
ADO 資料庫連線
這些天一直在學習ado 1 導入庫檔案 使用ado前必須在工程的stdafx.h檔案最後用直接引入符號 import引入ado庫檔案,以使編譯器能正確編譯。如下 import c program files common files system ado msado15.dll no namespa...