kejames 學習筆記本

這裡是Kejames的筆記本,歡迎各位網友給予指教,謝謝。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年9月27日

摘要: 可以幫助將Database Table轉換成Class的工具,可以批次處理某DataBase,自動將Table轉成個別的cs檔。 Introduction Today, the application development process has vastly expanded. There are enough number of processes around that helps Rap... 阅读全文

posted @ 2007-09-27 19:29 Kejames 阅读(154) 评论(0) 推荐(0)

摘要: 最近在寫資料庫相關的程式,在CodeProject找到不錯的DataBase Class,有興趣的可以參考看看。 Introduction This project was developed in order to help users that use databases like commercial ACCESS for small projects and then are subjec... 阅读全文

posted @ 2007-09-27 19:20 Kejames 阅读(85) 评论(0) 推荐(0)

摘要: 以前遇到要資料表要轉置時,總是要很麻煩的下SQL來轉換,現在ASP.Net提供了強大的DataTable,所以遇到要轉置的時候,用DataTable來轉置,方便又簡單喔。 --- Introduction Last week, when I wanted to display a DataGrid in a horizontal manner (vertical rows), I thought... 阅读全文

posted @ 2007-09-27 19:18 Kejames 阅读(225) 评论(0) 推荐(0)

摘要: Introduction When you use TableAdapters in C#, VS generates INSERT, SELECT and UPDATE etc commands for you. Other commands can be added by going into DataSet Designer and adding commands via the A... 阅读全文

posted @ 2007-09-27 12:05 Kejames 阅读(157) 评论(0) 推荐(0)

摘要: Introduction This article talks about how to use SQLDataAdapter and its update method without using SQLCommandBuilder. --- http://www.codeproject.com/cs/database/sqldawithoutsqlcb.asp 阅读全文

posted @ 2007-09-27 12:03 Kejames 阅读(143) 评论(0) 推荐(0)