Wednesday, May 16, 2018

C# 資料庫基礎

C# 資料庫基礎


MS SQL Server 新增 刪除 更新 查詢 四大基本指令 from Peter Dot Net
https://dotblogs.com.tw/peterdotnet/2010/12/24/20354#disqus_thread

C# 連結資料庫 修改資料庫資料(INSERT, UPDATE, DELETE) from 程設小窩
https://sites.google.com/site/myprogramminghome/c-lian-jie-zi-liao-ku

實作範例 from PROGRAMMING
http://myericho.blogspot.tw/2014/05/c-sqlserver.html


dateTime 在 ExecuteNonQuery的時候會有error:
 cmd.Parameters.Add("@Datetime", System.Data.SqlDbType.DateTime).Value = DateTime.Now;

No comments:

Post a Comment