<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://techbank.jp/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>techbank.jp コミュニティ</title><link>http://techbank.jp/Community/blogs/</link><description>　　　　　あれ？どうやるんだっけ？を解決する</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>SQL Error Logファイルの格納場所</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/03/10/25324.aspx</link><pubDate>Wed, 10 Mar 2010 08:28:27 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25324</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>情報源： SQL Error logは、レジストリか、SQL Server Configuration Managerでスタートアップパラメータを見ればわかります。 もう一つ、次のクエリを発行することでも確認できます。 SELECT SERVERPROPERTY(&amp;#39;ErrorLogFileName&amp;#39;) Books Onlineには記載されていないので、公式には公開されていないコマンドです。...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/03/10/25324.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25324" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/nora/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>LinuxとHyper-Vの蜜月な関係</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/03/10/25318.aspx</link><pubDate>Wed, 10 Mar 2010 03:04:30 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25318</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>情報源： John Kelbley&amp;#39;s real life enterprise interop and administration : Linux and Hyper-V the Easy Way: Brown and Serve! Hyper-V統合コンポーネントはLinuxに提供されているので、最近のLinuxカーネルに含まれているます。Linuxカーネル(2.6.32以降)の新しいビルドを基にしたディストリビュートでは、マイクロソフトからLinux Integration Components (ICs)を ダウンロード する必要が無く、Hyper-Vでの高パフォーマンスのサポートを受けることができます。 最新バージョンのUbuntuデスクトップ(10.04 workstation)、Linuxカーネルバージョン2.6.32を基にしており、Hyper-VのICsが含まれています。 インストール直後 インストール直後は、まだ統合サービスが有効になっていないので、レガシーのエミュレーションNWのみが有効になっています。 統合サービスの有効化 ターミナルウィンドウを開き、Geditで...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/03/10/25318.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25318" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/nora/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>[書評]Windows Azureアプリケーション開発入門</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/03/08/25268.aspx</link><pubDate>Mon, 08 Mar 2010 13:28:45 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25268</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>Windows Azureアプリケーション開発入門 (MSDNプログラミングシリーズ) posted with amazlet at 10.03.08 酒井 達明 日経BP社 売り上げランキング: 10336 おすすめ度の平均: Azureの概要から開発の初期教育資料に最適 Amazon.co.jp で詳細を見る Azureの概要から開発の初期教育資料に最適 本書は、Microsoft MVP C#を受賞されている日立システムアンドサービスの酒井さん( http://tatsuakisakai.net/ )が 執筆されたWindows Azureアプリケーション開発の書籍です。 同氏含む4人で執筆された『Windows Azure入門』に続く、日本語で執筆されたAzure書籍の2冊目となります。 『Windows Azure入門』が出版されてからSDKやサービス名変更が発生し、サンプルコードが そのまま使用できなくなってしまいました。 本書では最新の状態に反映されており、サンプルコードをそのまま入力し実行することができます。 本書の構成は、前半と後半に分けることができます。 前半が概念...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/03/08/25268.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25268" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/nora/archive/tags/_F8664D7C_/default.aspx">書籍</category></item><item><title>BitVector32 vs BitArray</title><link>http://techbank.jp/Community/blogs/mymio/archive/2010/03/07/25216.aspx</link><pubDate>Sat, 06 Mar 2010 15:12:00 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25216</guid><dc:creator>けろ-みお</dc:creator><slash:comments>0</slash:comments><description>プログラミング言語論やアルゴリズムに元々興味がなかった（動けばそれで良いと思っていたダメタイプ）ので、 今まで知らなかったのですが、BitVector32とBitArrayが示す、 TrueとFalseの整数フラグ値と処理速度に違いがあることを知りました。 C# using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; namespace ConsoleApplication1 { [Flags] public enum BitFlag { TrueIndex = 0x00, FalseIndex = 0x01 } class Program { static void Main(string[] args) { // BitVector32は、trueが-1, falseが0 Console.WriteLine(&amp;quot;BitVector32の-1: {0}&amp;quot;, new BitVector32(-1)[(int...(&lt;a href="http://techbank.jp/Community/blogs/mymio/archive/2010/03/07/25216.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25216" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/mymio/archive/tags/Visual+Basic/default.aspx">Visual Basic</category><category domain="http://techbank.jp/Community/blogs/mymio/archive/tags/VB.NET/default.aspx">VB.NET</category><category domain="http://techbank.jp/Community/blogs/mymio/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>VB勉強記録：10</title><link>http://techbank.jp/Community/blogs/mameko/archive/2010/03/06/25214.aspx</link><pubDate>Sat, 06 Mar 2010 14:13:00 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25214</guid><dc:creator>mameko</dc:creator><slash:comments>6</slash:comments><description>皆様、ご無沙汰しております。2010年のご挨拶がとても遅くなり大変申し訳ございません。 本年もこの場をお借りしてVBの勉強に臨みますので、どうぞよろしくお願い申し上げます。 今回も旧暦プログラムを使用して記事を書かせて頂きます。 今回は数字入力にTextBoxを使用し、整数が入力されたかどうかのチェックを入れました。 コードです。 Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim month As Integer Try &amp;#39;テキストBOX入力値チェック month = Integer.Parse(TextBox1.Text) If month &amp;gt;= 1 And month &amp;lt;= 12 Then Label1.Text = Me.GetKyureki(month) Else Label1.Text = month &amp;amp; &amp;quot;月は存在しません。&amp;quot;...(&lt;a href="http://techbank.jp/Community/blogs/mameko/archive/2010/03/06/25214.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25214" width="1" height="1"&gt;</description></item><item><title>インストールマニアックス３決勝戦イベントレポート</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/03/06/25187.aspx</link><pubDate>Sat, 06 Mar 2010 01:42:31 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25187</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>先週(2010年2月27日)、インストールマニアックス３決勝戦が開催されました。 私が執筆させていただいたイベントレポートの第一回が公開されています♪ &amp;#160; [Think IT] 第1回：決勝スタート！最初にインストールするのは誰？ （1/3）...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/03/06/25187.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25187" width="1" height="1"&gt;</description></item><item><title>フォームの表示と非表示の際の挙動を変化させる</title><link>http://techbank.jp/Community/blogs/gsf_zero1/archive/2010/03/01/25025.aspx</link><pubDate>Mon, 01 Mar 2010 02:20:00 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:25025</guid><dc:creator>gsf_zero1</dc:creator><slash:comments>0</slash:comments><description>今回は、ちょっとした小ネタです。 フォームを表示する際、非表示にする際 通常は、いつも見る挙動をします。 その挙動をちょっとカスタマイズしてみようという話です。 挙動をカスタマイズするには、標準の.NETのライブラリでは 不可能で、Win32 APIを利用します。 以下のAPIを利用します。 [DllImport(&amp;quot;user32&amp;quot;)] static extern bool AnimateWindow(IntPtr hwnd, int time, uint flags); 上記のAnimateWindow関数の3つ目の引数にいろいろなパターンの値を設定する事で 挙動をカスタマイズできます。 以下サンプルです。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;...(&lt;a href="http://techbank.jp/Community/blogs/gsf_zero1/archive/2010/03/01/25025.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=25025" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/gsf_zero1/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://techbank.jp/Community/blogs/gsf_zero1/archive/tags/WinForms/default.aspx">WinForms</category></item><item><title>F#:どう書く？org - バイナリークロック</title><link>http://techbank.jp/Community/blogs/gushwell/archive/2010/02/28/24990.aspx</link><pubDate>Sun, 28 Feb 2010 05:03:56 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24990</guid><dc:creator>gushwell</dc:creator><slash:comments>0</slash:comments><description>どう書く？orgの「 バイナリークロック 」のプログラムをF#で書いてみました。&amp;#160; open System type BinClock() = member private this.ToBinString (num:int, width:int) = let s = Convert.ToString(num, 2) |&amp;gt; sprintf &amp;quot;%*s&amp;quot; width Seq.toList(s) |&amp;gt; List.fold (fun t c -&amp;gt; t + if (c = &amp;#39;1&amp;#39;) then &amp;quot;■&amp;quot; else &amp;quot;□&amp;quot;) &amp;quot;&amp;quot; member this.ToString (d:DateTime) = &amp;quot;　&amp;quot; + this.ToBinString(d.Hour, 5) + &amp;quot;\n&amp;quot; + this.ToBinString (d.Minute, 6); let bc = new BinClock() printfn &amp;quot;%s&amp;quot;...(&lt;a href="http://techbank.jp/Community/blogs/gushwell/archive/2010/02/28/24990.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24990" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/F_2300_/default.aspx">F#</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/_69304630F8664F303F00_org/default.aspx">どう書く?org</category></item><item><title>今週末はインストールマニアックス3　Hyper-V祭り決勝戦！</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/02/25/24928.aspx</link><pubDate>Thu, 25 Feb 2010 12:58:23 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24928</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>2009年年末から2010年新年にかけて開催された、インストールマニアックス3Hyper-V祭りの決勝戦が今週末開催されます。 ３回目となった今回のインストールマニアックスの予選は、Hyper-V Server上にWindows Server 2008 R2 WebEditionをインストールし、その上にインストールされたOSS数を競うっというものでした。 目新しいところは、「Hyper-V Serverの上に、つまり仮想環境上のゲストOSにOSSをインストールする」っという点だったのですが、それ以外は前回の第２回と同じ条件だったこともあり、非常に白熱した予選となりました。風の噂(情報源を明かせないからこそ、風のうわさなんですよね～)によると数百個単位のインストールをした兵が複数人いたっと耳にしました。もう、自分とは次元が違う世界でただただ、呆れるばかりです。 そんな変態的な強さをもつ上位陣が一堂に会し、開催されるのが 今週末の決勝戦 。会場は、なんと OSC(オープンソースカンファレンス)内 にて行われます。 当日はオンデマンド中継が行われるとともに、観戦された方には今回の予選と同じHyper...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/02/25/24928.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24928" width="1" height="1"&gt;</description></item><item><title>Windows Azureのコンピュータ時間はロール毎の課金ですか？</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/02/24/24882.aspx</link><pubDate>Wed, 24 Feb 2010 04:29:55 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24882</guid><dc:creator>nora</dc:creator><slash:comments>0</slash:comments><description>ネタ元： Q&amp;amp;A: Do I get charged compute hours for every role in my Windows Azure Hosted Service? 参考： Windows Azureの請求が出ました デプロイ時間課金はロール単位？ - Windows Live 簡単に言うと、「はい、課金されます」になります。 もうすこし詳しく言うと、 ロール毎にWindows Azure Platform上に仮想マシンが作成されます。 例えば、1つのインスタンス上に２つのWebRoleと３つのWorkerRoleを持つと、5つの仮想マシンがデプロイされていることがわかります。 それ故に、24時間デプロイすると、私は24時間×5仮想マシン=120時間が課金されています。 私は1日半動かしていたので、160時間課金されています。 その他関連情報 Windows Azure Platform 導入特別プラン 【重要】Azure課金は今日から。さてここで問題。課金対象になるのは次の図のうちどれ？：Azureの鼓動：ITmedia オルタナティブ・ブログ Express...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/02/24/24882.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24882" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/nora/archive/tags/Azure/default.aspx">Azure</category></item><item><title>ブラウザの既定のタイムアウト時間</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/02/22/24847.aspx</link><pubDate>Mon, 22 Feb 2010 14:31:46 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24847</guid><dc:creator>nora</dc:creator><slash:comments>4</slash:comments><description>WEB2.0という単語が世の中に浸透し、AJAXやらなんやらでUIが改善され最低限の機能を満たせるようになると、運用・保守の利便性(アプリケーションの更新がサーバだけで済む、動作環境はブラウザっと展開が楽etc)などから、クライアントアプリケーションからWEBアプリケーションへの移行が頻繁に行われるようになってきました。 その流れから行きつく先は必然的にWEBアプリケーションでも長時間処理が必要になるケースが出てきました。ASP.NETをIISに配置し長時間起動させ続けるには、規定値のままではできません。規定値を変更し数時間処理を行えるようにする必要があります。 では、ASP.NETアプリケーションで長時間タイムアウトせずに動作させるにはどこの設定を変更すればいいのでしょうか・・・・。IIS6とIIS7それぞれについて、まとまっていると便利だな～と思います。 さて、前ふりが長くなりましたが、ブラウザで長時間処理と聞くと、第一感的には無理と言ってしまう自分がいます。サーバのタイムアウト云々の前にブラウザのタイムアウトが発生すると思ってしまうからです。 昔は、 ブラウザのタイムアウトは数分だった...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/02/22/24847.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24847" width="1" height="1"&gt;</description></item><item><title>あなたの前世は何ですか？診断してみよう！</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/02/22/24844.aspx</link><pubDate>Mon, 22 Feb 2010 10:40:43 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24844</guid><dc:creator>nora</dc:creator><slash:comments>2</slash:comments><description>タイトルで引いた、そこのあなた！！立ち去らないで最後まで読んでください＞＜。 決して頭がおかしくなったわけじゃありません。じゃ、タイトルは何だ？それは追々・・・。 とりあえずは、まずは今日から始まったマイクロソフトのキャンペーンを紹介したいと思います。 IT エンジニア必見 前世診断で仕事力アップ! キャンペーン | TechNet と言うわけで、マイクロソフトさんが前世診断を始めちゃいました。そして、怪しさを補うために物量作戦で釣ろうとしております。Tech ED 2010の招待から、ラーニングのチケットや書籍などのプレゼントが行われるようです。 診断事態は簡単で３問ほどの二択問題に回答するだけで診断してくれる優れもの。ちなみに自分は下みたいな感じ。 そう、オオカミなんですよね～。これがどれぐらい当たっているかは、やった人の主観かなと思うのでノーコメントで。ちなみに自分、動物占いだとオオカミなんですよね～（笑 で、前世診断が目的じゃなく、MSが提供しているサービスを紹介するのが本来の目的なキャンペーン。と言うことで、 ITエンジニア支援サービスメニューなる一覧表が提供されています。 PDF...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/02/22/24844.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24844" width="1" height="1"&gt;</description></item><item><title>F#:どう書く？org - 与えられた文字列でピラミッド</title><link>http://techbank.jp/Community/blogs/gushwell/archive/2010/02/21/24814.aspx</link><pubDate>Sun, 21 Feb 2010 04:47:00 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24814</guid><dc:creator>gushwell</dc:creator><slash:comments>0</slash:comments><description>どう書く？orgの「 与えられた文字列でピラミッド 」のプログラムをF#で書いてみました。 まず書いたのがこれ。 let strPyramid (s:string) = let array = s.ToCharArray() |&amp;gt; Array.toSeq let length = s.Length for i = 1 to length do printf &amp;quot;%s&amp;quot; (new string(&amp;#39; &amp;#39;, (length - i))) array |&amp;gt; Seq.skip(length - i) |&amp;gt; Seq.iter (fun c -&amp;gt; printf &amp;quot;%s&amp;quot; (c.ToString() + &amp;quot; &amp;quot;)) printfn &amp;quot;&amp;quot; C#で書いたコードをF#で書きなおしたものです。 次に、再帰を使って書くとどうなるかを確かめるために書いたもの。 let strPyramid (s:string) = let rec pyramid (s,sp) = let toString xs ...(&lt;a href="http://techbank.jp/Community/blogs/gushwell/archive/2010/02/21/24814.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24814" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/F_2300_/default.aspx">F#</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/_D130BF30FC30F330DE30C330C130_/default.aspx">パターンマッチ</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/_8D51305EE6510674_/default.aspx">再帰処理</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/Seq_8B57_/default.aspx">Seq型</category><category domain="http://techbank.jp/Community/blogs/gushwell/archive/tags/_69304630F8664F303F00_org/default.aspx">どう書く?org</category></item><item><title>Web Application Toolkitsが便利そうなのでメモ</title><link>http://techbank.jp/Community/blogs/nora/archive/2010/02/21/24811.aspx</link><pubDate>Sun, 21 Feb 2010 03:11:33 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24811</guid><dc:creator>nora</dc:creator><slash:comments>1</slash:comments><description>マイクロソフトに「 Web Application Toolkits 」のページが公開されています。Web Application Toolkitsは、 FreeなWeb Application Toolkitsは、共通的なWEB開発タスクや、あなたのアプリケーションに新しい機能を簡単に追加することをサポートします っと言うものです。 現在提供されているのは Freeminium アプリケーション WCF RESTサービスとSKU/FeaturesとASP.NET Roleを使用して、無償版の機能制限版と有償版の無制限版を提供する機能を提供します。 カレンダー 最近のウェブサイトはユーザ情報を保存し表示する機能を持っています。ユーザは、それらを一か所、OutlookやLive Calendar、Google Calendarなどに集約したいと思うことがあります。このツールキットでは、RESTを使用するiCalendar, XML, JSONなどの基本的なサービスを提供します。 Bing Map IE8 Bing Search REST Service モバイルWEBアプリケーション テンプレートドリブンなe...(&lt;a href="http://techbank.jp/Community/blogs/nora/archive/2010/02/21/24811.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24811" width="1" height="1"&gt;</description></item><item><title>[VB.NET] : ADO時代のように構造体を放り込んでループしながらデータ操作できないんですか？の回答</title><link>http://techbank.jp/Community/blogs/mymio/archive/2010/02/21/24804.aspx</link><pubDate>Sat, 20 Feb 2010 18:05:00 GMT</pubDate><guid isPermaLink="false">39773940-6d77-4a2f-a2d2-773881b703e3:24804</guid><dc:creator>けろ-みお</dc:creator><slash:comments>0</slash:comments><description>某所でこんな質問を承りました。 「ADO時代のように構造体を放り込んでループしながらデータ操作できないんですか？ かつてのADOのにあったrs.open rs.addnew rs.edit rs.update rs.close のような、SQLを使わない方法でテーブルに対しての操作は不可能なのでしょうか？」 この質問を某所でソースコード付きで回答すると、投稿が消されてしまうみたいなので、Blogで回答したいと思います。 条件としては、Visual Studio 2008 Express と SQL Server 2008 Express を使用しているとのことなので、 今回は、.NET 初心者の方でもわかる方法でご紹介したいと思います。 ちなみに質問の主に対し、私は 「DataSetやDataTableを使えば、ADO（ADO.NET前）と似たようなことはできますが、 DataSetやDataTableにデータを格納するにはCommandTextでSQLもしくはストアド名を設定し、 （DataAdapterを使って）Fillする必要があるので、結局はCommandTextを設定する必要があります...(&lt;a href="http://techbank.jp/Community/blogs/mymio/archive/2010/02/21/24804.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://techbank.jp/Community/aggbug.aspx?PostID=24804" width="1" height="1"&gt;</description><category domain="http://techbank.jp/Community/blogs/mymio/archive/tags/VB.NET/default.aspx">VB.NET</category></item></channel></rss>