<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>ADO.NET</anon>
  </categories>
  <description>ADO.NETには、2種類のタイプがあります。 一つは、接続型。つまり、コネクションを開いた状態でデータの読み取りなどを行なうパターン。 もう一つは、非接続型。データのやり取りを行なう時のみコネクションを開いていて、データを読み取り、 コネクションとは分離された状態でデータを編集したりするパターンです。 接続型の代表格が、DbConnection, DbCommand, DbDataReaderなどです。 非接続型の代表格が、DataSet, DataTableなどです。 DataAdapterは、接続型と非接続型との間を繋ぐブリッジみたいなものです。 今回は、接続型のデータの読み取りをしてみ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F20070813%2Fp1&quot; title=&quot; ADO.NET入門記-005 (接続型のデータの読み取り(IDbCommand, DbCommand, ExecuteScalar, ExecuteReader)) - いろいろ備忘録日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-08-13 00:00:01</published>
  <title> ADO.NET入門記-005 (接続型のデータの読み取り(IDbCommand, DbCommand, ExecuteScalar, ExecuteReader))</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/20070813/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
