<?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 in to two tables from a single button]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=528</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=528&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in save in to two tables from a single button.]]></description>
		<lastBuildDate>Sat, 04 Oct 2014 17:23:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2619#p2619</link>
			<description><![CDATA[<p>Please, send me your project with details, where you need that.<br />support@drive-software.com</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Sat, 04 Oct 2014 17:23:53 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2619#p2619</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2616#p2616</link>
			<description><![CDATA[<p>sir any script for showing two database tabla data in a single form including combo box?</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Sat, 04 Oct 2014 16:17:19 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2616#p2616</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2615#p2615</link>
			<description><![CDATA[<p>This code for script page.</p><br /><p>You can create event for form OnShow and read data from second database table using function SQLExecute and SQL query.</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Sat, 04 Oct 2014 16:09:23 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2615#p2615</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2613#p2613</link>
			<description><![CDATA[<p>sir i have one more doubt.&nbsp; the above code put&nbsp; in script page or choose sql query?&nbsp; and how to show two database table datas in a single form?</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Sat, 04 Oct 2014 15:59:28 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2613#p2613</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2573#p2573</link>
			<description><![CDATA[<p>Because add is keyword of SQL, try this:</p><div class="codebox"><pre><code>procedure frm2_Button1_OnClick (Sender: string; var Cancel: boolean);
begin

SQLExecute (&#039;INSERT INTO main (jobno)  VALUES (&quot;&#039;+ frm2.Edit2.Text +&#039;&quot;)&#039;);
SQLExecute (&#039;INSERT INTO [add] (tag) VALUES (&quot;&#039; + frm2.Edit3.Text +&#039;&quot;)&#039;);

end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Thu, 02 Oct 2014 08:50:22 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2573#p2573</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2572#p2572</link>
			<description><![CDATA[<p>sir i got two error messages<br />near &quot;add syntax&quot; error and near SQLExecute syntax error?</p><br /><p>var<br />&nbsp; sHello: string;</p><p>procedure frm2_Button1_OnClick (Sender: string; var Cancel: boolean);<br />begin</p><p>SQLExecute (&#039;INSERT INTO main (jobno)&nbsp; VALUES (&quot;&#039;+ frm2.Edit2.Text +&#039;&quot;)&#039;);<br />SQLExecute (&#039;INSERT INTO add (tag) VALUES (&quot;&#039; + frm2.Edit3.Text +&#039;&quot;)&#039;);</p><p>end;</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Thu, 02 Oct 2014 08:28:46 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2572#p2572</guid>
		</item>
		<item>
			<title><![CDATA[Re: save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2571#p2571</link>
			<description><![CDATA[<p>Please, look this topic.<br /><a href="http://myvisualdatabase.com/forum/viewtopic.php?id=459">http://myvisualdatabase.com/forum/viewtopic.php?id=459</a></p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Thu, 02 Oct 2014 08:04:53 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2571#p2571</guid>
		</item>
		<item>
			<title><![CDATA[save in to two tables from a single button]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2570#p2570</link>
			<description><![CDATA[<p>sir how to save text field and cmbobox into two difrrent database table with a single button &#039;save&#039; ?&nbsp; and how to show(edit form) this in a single form?&nbsp; &nbsp;any script</p>]]></description>
			<author><![CDATA[null@example.com (alsu)]]></author>
			<pubDate>Thu, 02 Oct 2014 05:33:31 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2570#p2570</guid>
		</item>
	</channel>
</rss>
