<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rizq Technology - Exploring Your iDea. &#187; visual data</title>
	<atom:link href="http://rizqtech.net/tag/visual-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizqtech.net</link>
	<description>All about My Experiences, Knowledge and Thoughts.</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:00:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Aplikasi Sederhana ODBC Visual Basic (Part 2).</title>
		<link>http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-2/</link>
		<comments>http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-2/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:41:45 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[report desi]]></category>
		<category><![CDATA[report designer]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual data]]></category>

		<guid isPermaLink="false">http://rizqtech.net/?p=743</guid>
		<description><![CDATA[8. Kembali pada project1.vbp pada program VB dan design form seperti di bawah ini. 9. Buatlah sebuah sample data di dalam tabel user. 10.  Don&#8217;t forget to pointing DataSource for DataGrid1 and choose Adodc1. 11. Double Click Command and fill with Command Script Private Sub Command1_Click() 'Add Command Adodc1.Recordset.AddNew End Sub Private Sub Command2_Click() 'Edit [...]]]></description>
			<content:encoded><![CDATA[<p>8. Kembali pada project1.vbp pada program VB dan design form seperti di bawah ini.</p>
<p><img class="alignnone" title="vb" src="http://img715.imageshack.us/img715/1218/62928160.jpg" alt="" width="516" height="466" /></p>
<p>9. Buatlah sebuah sample data di dalam tabel user.</p>
<p><img class="alignnone" title="vb3" src="http://img14.imageshack.us/img14/5311/vb3l.jpg" alt="" width="472" height="386" /></p>
<p><img class="alignnone" title="vb1" src="http://img40.imageshack.us/img40/9536/vb1fk.jpg" alt="" width="489" height="423" /></p>
<p><img class="alignnone" title="vb2" src="http://img341.imageshack.us/img341/7207/vb2.jpg" alt="" width="452" height="390" /></p>
<p>10.  Don&#8217;t forget to pointing DataSource for DataGrid1 and choose Adodc1.</p>
<p>11. Double Click Command and fill with Command Script</p>
<pre class="vb">Private Sub Command1_Click() 'Add Command
Adodc1.Recordset.AddNew
End Sub

Private Sub Command2_Click() 'Edit Command
Adodc1.Recordset.Update
End Sub

Private Sub Command3_Click()'Save Command
Adodc1.Recordset.Save
End Sub

Private Sub Command4_Click()'Delete Command
Adodc1.Recordset.Delete
End Sub

Private Sub Command6_Click()'Close Command
End
End Sub</pre>
<p>12.  And running your application(F5).</p>
<p><img class="alignnone" title="vb4" src="http://img59.imageshack.us/img59/5304/vb4.jpg" alt="" width="474" height="348" /></p>
<p>13.  Click Add to adding record</p>
<p>14. Select record, Click Edit to Update record and then Save.</p>
<p>15. Select record, Click Delete to trash record.</p>
<p>16.  Lalu berlanjut pada <a href="http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-3/" target="_self"><strong>part 3</strong></a> untuk membuat report-nya.</p>
]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
