<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Inspirasi</title>
	<atom:link href="http://teacms.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://teacms.wordpress.com</link>
	<description>Berbagi ilmu untuk kemajuan</description>
	<lastBuildDate>Thu, 26 Feb 2009 08:13:45 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='teacms.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Inspirasi</title>
		<link>http://teacms.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://teacms.wordpress.com/osd.xml" title="Inspirasi" />
	<atom:link rel='hub' href='http://teacms.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sharing Informasi : Import data dari Excel ke Access dengan Visual Basic 6</title>
		<link>http://teacms.wordpress.com/2009/02/26/sharing-informasi-import-data-dari-excel-ke-access-dengan-visual-basic-6/</link>
		<comments>http://teacms.wordpress.com/2009/02/26/sharing-informasi-import-data-dari-excel-ke-access-dengan-visual-basic-6/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 08:09:50 +0000</pubDate>
		<dc:creator>wawarhw</dc:creator>
				<category><![CDATA[ilmu komputer]]></category>

		<guid isPermaLink="false">http://teacms.wordpress.com/?p=3</guid>
		<description><![CDATA[  Private Sub Command1_Click() Dim Cn As ADODB.Connection Dim i As Integer Set Cn = New ADODB.Connection Dim p As String p = MsgBox(&#8220;apakah data yang akan di import sudah betul ?&#8221;, vbYesNo, Me.Caption) If p = vbYes Then Cn.Open &#8220;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&#8221; &#38; FileExcel &#38; &#8220;;Extended Properties=Excel 8.0;&#8221; _ &#38; &#8220;Persist Security Info=False&#8221; Cn.Execute &#8220;INSERT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teacms.wordpress.com&amp;blog=6739503&amp;post=3&amp;subd=teacms&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Private Sub Command1_Click()<br />
Dim Cn As ADODB.Connection<br />
Dim i As Integer<br />
Set Cn = New ADODB.Connection<br />
Dim p As String</p>
<p>p = MsgBox(&#8220;apakah data yang akan di import sudah betul ?&#8221;, vbYesNo, Me.Caption)<br />
If p = vbYes Then</p>
<p>Cn.Open &#8220;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&#8221; &amp; FileExcel &amp; &#8220;;Extended Properties=Excel 8.0;&#8221; _<br />
&amp; &#8220;Persist Security Info=False&#8221;</p>
<p>Cn.Execute &#8220;INSERT INTO [tblpersonil] IN &#8216;C:\DATABASE\RHPP.mdb&#8217; SELECT * FROM [Sheet1$]&#8220;</p>
<p>Cn.Close<br />
Set Cn = Nothing<br />
Else<br />
MsgBox &#8220;tidak jadi di import,silahkan periksa lagi&#8221;<br />
End If<br />
End Sub</p>
<p>Private Sub Command2_Click()<br />
CommonDialog1.DialogTitle = &#8220;Excel File&#8221;<br />
CommonDialog1.Filter = &#8220;Excel (*.xls)|*.xls&#8221;<br />
CommonDialog1.InitDir = App.Path<br />
CommonDialog1.ShowOpen<br />
FileExcel = CommonDialog1.FileName<br />
If FileExcel = &#8220;&#8221; Then Exit Sub<br />
End Sub</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teacms.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teacms.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teacms.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teacms.wordpress.com&amp;blog=6739503&amp;post=3&amp;subd=teacms&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://teacms.wordpress.com/2009/02/26/sharing-informasi-import-data-dari-excel-ke-access-dengan-visual-basic-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41c1dec8be5f622a0c7d9302749a1a6c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wawarhw</media:title>
		</media:content>
	</item>
	</channel>
</rss>
