<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tototoshi</author_name>
  <author_url>https://blog.hatena.ne.jp/tototoshi/</author_url>
  <blog_title>tototoshi の日記</blog_title>
  <blog_url>https://tototoshi.hatenablog.com/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>PHPのODBC関数でプリペアードステートメントを使うには odbc_prepare, odbc_executeの2つの関数を使います。例1 &lt;?php $a = 1; $b = 2; $c = 3; $stmt = odbc_prepare($conn, 'CALL myproc(?,?,?)'); $success = odbc_execute($stmt, array($a, $b, $c)); odbc_executeの第2引数にはパラメータの配列($parameters_array)を渡す。ただし、次のような注意点がある。 parameter_array の中でシングルクォートで括ら…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftototoshi.hatenablog.com%2Fentry%2F20110702%2F1309579755&quot; title=&quot; PHPのODBC関数を使うときの注意点 - tototoshi の日記&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>2011-07-02 13:09:15</published>
  <title> PHPのODBC関数を使うときの注意点</title>
  <type>rich</type>
  <url>https://tototoshi.hatenablog.com/entry/20110702/1309579755</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
