<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — save a same datafield  into two  diffrent data base table]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=729</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=729&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in save a same datafield  into two  diffrent data base table.]]></description>
		<lastBuildDate>Wed, 19 Nov 2014 09:52:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: save a same datafield  into two  diffrent data base table]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=3786#p3786</link>
			<description><![CDATA[<p>sir one more help.any sql script for showing more than two database table fields in a single table grid result.</p><p>eg; when click button2,<br /> show table1, table2, table3 data in serach grid(table grid)</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Wed, 19 Nov 2014 09:52:55 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=3786#p3786</guid>
		</item>
		<item>
			<title><![CDATA[Re: save a same datafield  into two  diffrent data base table]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=3735#p3735</link>
			<description><![CDATA[<div class="codebox"><pre><code>procedure frmEmployee_Button2_OnClick (Sender: string; var Cancel: boolean);
begin
    SQLExecute (&#039;INSERT INTO table1 (d1) VALUES (&#039;+ frmEmployee.Edit1.sqlValue +&#039;)&#039;);
    SQLExecute (&#039;INSERT INTO table2 (d2) VALUES (&#039;+ frmEmployee.Edit1.sqlValue +&#039;)&#039;);

    Form1.TableGrid1.dbUpdate;
    Form1.TableGrid2.dbUpdate;
    frmEmployee.Close;
end;</code></pre></div><br /><br /><p>Also i made example for you, please download here:</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Tue, 18 Nov 2014 10:45:28 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=3735#p3735</guid>
		</item>
		<item>
			<title><![CDATA[save a same datafield  into two  diffrent data base table]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=3729#p3729</link>
			<description><![CDATA[<p>sir any script for saving a particular text field (form1.edit1) into two diffrent database table&nbsp; click a single button.</p><br /><br /><p>database table name: table1 and table2<br />datafield :&nbsp; d1 and d2 respectevly</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Tue, 18 Nov 2014 05:15:15 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=3729#p3729</guid>
		</item>
	</channel>
</rss>
