{"id":1874,"date":"2023-03-02T20:46:23","date_gmt":"2023-03-02T17:46:23","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=1874"},"modified":"2023-03-02T20:50:50","modified_gmt":"2023-03-02T17:50:50","slug":"php-pdo-sqlite-database-attach","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/php-pdo-sqlite-database-attach\/","title":{"rendered":"PHP PDO SQLite Database ATTACH"},"content":{"rendered":"\n<pre class=\"wp-block-code has-black-color has-text-color has-background\" style=\"background:linear-gradient(150deg,rgb(238,238,238) 39%,rgb(169,184,195) 100%)\"><code>&lt;?php\nerror_reporting(E_ALL ^ E_NOTICE); \necho \"&lt;pre&gt;\";\ntry {\n$file_db = new PDO('sqlite:\/usr\/local\/var\/www\/database1.db');\n\n$file_db-&gt;setAttribute(PDO::ATTR_ERRMODE,\n                        PDO::ERRMODE_EXCEPTION);\n\n$file_db-&gt;exec(\"ATTACH DATABASE '\/usr\/local\/var\/www\/database2.db' AS db2\");\n\n$result = $file_db-&gt;query('SQL SORGUSU');\n\n$resultsx = $result-&gt;fetchAll(PDO::FETCH_ASSOC);\n\nprint_r($resultsx);\n\n$file_db = null;\n}\ncatch(PDOException $e) {\necho $e-&gt;getMessage();\n}\necho \"&lt;pre&gt;\";\n?&gt;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":1877,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1874"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=1874"}],"version-history":[{"count":5,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1874\/revisions"}],"predecessor-version":[{"id":1882,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1874\/revisions\/1882"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/1877"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=1874"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=1874"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=1874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}