2010-11-01から1ヶ月間の記事一覧

【C#】C#でZIPに圧縮・解凍を扱うには ~ 入門編 ~

■ はじめに * 結論から言えば、案3がいいと思う ■ 案1:J#を使用して行う http://dobon.net/vb/dotnet/links/createzipfile.html http://homepage2.nifty.com/nonnon/SoftSample/CS.NET/SampleJZip.html などに記載されている方法 欠点 * J#はVisual Studio …

【C#】【ACCESS】ユーザから選択されたACCESSファイル(.mdb)を使う

■ サンプル * ACCESSファイルのデータをCSVファイルに変換する DataSet namespace Tool001.Data.PersonDataSetTableAdapters { public partial class PersonTableAdapter { public string ConnectionString { get { return this.Connection.ConnectionString…