<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — FrontAccounting with two database]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6047</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6047&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FrontAccounting with two database.]]></description>
		<lastBuildDate>Mon, 07 Dec 2015 04:18:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FrontAccounting with two database]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24863#p24863</link>
			<description><![CDATA[<p>you can do it like this. </p><p> </p><div class="codebox"><pre><code> $db_connections = array (
  0 =&gt; 
  array (
    &#039;name&#039; =&gt; &#039;Company Name 1&#039;,
    &#039;host&#039; =&gt; &#039;localhost&#039;,
    &#039;dbuser&#039; =&gt; &#039;root&#039;,
    &#039;dbpassword&#039; =&gt; &#039;123456&#039;,
    &#039;dbname&#039; =&gt; &#039;first_database&#039;,
    &#039;tbpref&#039; =&gt; &#039;0_&#039;,
  ),
 
1 =&gt; 
  array (
    &#039;name&#039; =&gt; &#039;Company Name 2&#039;,
    &#039;host&#039; =&gt; &#039;localhost&#039;,
    &#039;dbuser&#039; =&gt; &#039;root&#039;,
    &#039;dbpassword&#039; =&gt; &#039;123456&#039;,
    &#039;dbname&#039; =&gt; &#039;second_database&#039;,
    &#039;tbpref&#039; =&gt; &#039;0_&#039;,
  ),
); </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 07 Dec 2015 04:18:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24863#p24863</guid>
		</item>
		<item>
			<title><![CDATA[Re: FrontAccounting with two database]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24861#p24861</link>
			<description><![CDATA[<p>2 databases for the same company?</p><p>Switch database in the file <strong>config_db.php</strong>&#039;s <strong>dbname</strong> element for the appropriate company..</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 Dec 2015 08:44:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24861#p24861</guid>
		</item>
		<item>
			<title><![CDATA[FrontAccounting with two database]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24859#p24859</link>
			<description><![CDATA[<p>Hi want to know how I can connect FrontAccounting with two Databases.<br />I have two database, Want to pick and update some values in 2nd database.<br />Regards<br />DEep</p>]]></description>
			<author><![CDATA[null@example.com (deep97)]]></author>
			<pubDate>Sat, 05 Dec 2015 23:55:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24859#p24859</guid>
		</item>
	</channel>
</rss>
