這裡採用在visual studio 2010中通過mysql.data.dll、mysql.web.dll來連線mysql資料庫,
之後便進行資料的插入和查詢。
program.cs檔案內容如下:
using system;
using system.collections.generic;
using system.linq;
using system.text;
using mysql.data.mysqlclient;
using system.data;
namespace databaseprogram
//向資料庫插入資料
public static void insertdata()
catch (exception)
finally}}
//從資料庫中讀取資料
public static void selectdata()
, name=, mobile=", datareader.getint16(0), datareader.getstring(1), datareader.getstring(2));
console.writeline();}}
catch (exception)
finally
if (conn.state == connectionstate.open) }}
}}
執行結果如下:
資料庫中內容為:
[img]
查詢結果為:
[img]
c 運算元據庫
namespace ec region sql資料庫備份 sql資料庫備份 sql伺服器ip或 localhost 資料庫登入名 資料庫登入密碼 資料庫名 備份到的路徑 public static void sqlback string serverip,string loginname,strin...
C 運算元據庫
先從資料庫中取出結果集後進行處理資料後再update更新到資料庫。如果只想讀取和顯示資料,只需要使用資料讀取sqldatareader即可,但要處理資料然後更新資料庫 增加 更改 局需要資料集dataset和資料介面卡sqldataadaper。sqldataadapter的用法 讀取資料用sqld...
C 運算元據庫
先上 using system using system.collections.generic using system.linq using system.text using system.threading.tasks using system.data using system.data....