<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>casperip</author_name>
  <author_url>https://blog.hatena.ne.jp/casperip/</author_url>
  <blog_title>casperipのブログ</blog_title>
  <blog_url>https://casperip.hatenablog.com/</blog_url>
  <categories>
    <anon>SQLite</anon>
  </categories>
  <description>今回は前回までのテーブルからSelectを実行してみる。現在のテーブルの中身はこんな感じ このテーブルからDISP_IDが「ID123456」なレコードをSelectするソースが下記のようになった。 void CMainFrame::OnSelect() { sqlite3* db; int err; _TCHAR* db_name = _T(&quot;c:\\SQLiteDB\\testDB.db&quot;); // データベースを開く err = sqlite3_open16(db_name, &amp;db); if (err != SQLITE_OK) { AfxMessageBox( _T(&quot;openErr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcasperip.hatenablog.com%2Fentry%2F20120425%2F1335328332&quot; title=&quot;SQLiteをC++から呼び出す（3：Select） - casperipのブログ&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>http://cdn-ak.f.st-hatena.com/images/fotolife/c/casperip/20120425/20120425132725.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-25 13:32:12</published>
  <title>SQLiteをC++から呼び出す（3：Select）</title>
  <type>rich</type>
  <url>https://casperip.hatenablog.com/entry/20120425/1335328332</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
