<?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>Easy Code For Thai</title>
	<atom:link href="http://yeadram.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yeadram.wordpress.com</link>
	<description>Easy code, easy function using VBA VB ASP PHP</description>
	<lastBuildDate>Wed, 17 Aug 2011 13:11:08 +0000</lastBuildDate>
	<language>th</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yeadram.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Easy Code For Thai</title>
		<link>http://yeadram.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yeadram.wordpress.com/osd.xml" title="Easy Code For Thai" />
	<atom:link rel='hub' href='http://yeadram.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to addcontrol in form of another mdb</title>
		<link>http://yeadram.wordpress.com/2010/10/15/how-to-addcontrol-in-form-of-another-mdb-2/</link>
		<comments>http://yeadram.wordpress.com/2010/10/15/how-to-addcontrol-in-form-of-another-mdb-2/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:23:13 +0000</pubDate>
		<dc:creator>yeadram</dc:creator>
				<category><![CDATA[Little App]]></category>
		<category><![CDATA[VBA coding]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ไทย แอคเซส]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Dump MDB]]></category>
		<category><![CDATA[MDB]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB6]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://yeadram.wordpress.com/?p=52</guid>
		<description><![CDATA[How to addcontrol in form of another mdb This function is very simple for insert a command button with Event Procedure in form any mdb (microsoft access) This function coding by VBA and can work in VB Please remember this library must be import to project first &#8220;Microsoft Access 10.0 Libraries&#8221; or heigher Function AddCtl(dbPathAndName [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yeadram.wordpress.com&amp;blog=2388996&amp;post=52&amp;subd=yeadram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yeadram.wordpress.com/2010/10/15/how-to-addcontrol-in-form-of-another-mdb-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeadram</media:title>
		</media:content>
	</item>
		<item>
		<title>check exists before ALTER (table, field, references)</title>
		<link>http://yeadram.wordpress.com/2010/10/15/check-exists-before-alter-table-field-references/</link>
		<comments>http://yeadram.wordpress.com/2010/10/15/check-exists-before-alter-table-field-references/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:20:56 +0000</pubDate>
		<dc:creator>yeadram</dc:creator>
				<category><![CDATA[VBA coding]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ไทย แอคเซส]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MDB]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://yeadram.wordpress.com/?p=50</guid>
		<description><![CDATA[Sub main() Dim conn Dim sql Set conn = CurrentProject.Connection if tbExist(&#8220;teacher)=false then sql = &#8220;CREATE TABLE teacher &#8221; &#38; _ &#8220;(teacherid varchar(5) NOT NULL, &#8221; &#38; _ &#8220;teacher varchar(50) NOT NULL, &#8221; &#38; _ &#8220;teacherLastname varchar(30), &#8221; &#38; _ &#8220;subjectid char(4) NOT NULL, &#8221; &#38; _ &#8220;CONSTRAINT teacher_pk PRIMARY KEY (teacherid), &#8221; &#38; _ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yeadram.wordpress.com&amp;blog=2388996&amp;post=50&amp;subd=yeadram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yeadram.wordpress.com/2010/10/15/check-exists-before-alter-table-field-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeadram</media:title>
		</media:content>
	</item>
		<item>
		<title>Block IP by ASP</title>
		<link>http://yeadram.wordpress.com/2010/10/15/block-ip-by-asp/</link>
		<comments>http://yeadram.wordpress.com/2010/10/15/block-ip-by-asp/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:19:27 +0000</pubDate>
		<dc:creator>yeadram</dc:creator>
				<category><![CDATA[ASP code]]></category>
		<category><![CDATA[Little App]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://yeadram.wordpress.com/?p=48</guid>
		<description><![CDATA[Block IP by ASP &#8216; เขียนเป็นลูปให้มันดูเท่ๆ ห์ไปงั้นแหละครับ หุหุ จริงๆแล้วเขียนมันตรงจะประหยัดบรรทัดกว่าด้วยซ้ำ &#8216; lgIP=(arIP(0)*256*256*256)+(arIP(1)*256*256)+(arIP(2)*256)+arip(3) &#8216; พอได้ lgIP แล้วก็เอาไปตรวจสอบกับฐานข้อมูลครับ พอดีไปหามาได้ &#8216; ไฟล์เป็น csv เอาไปเข้าดาต้าเบสของคุณเลยก็ได้ครับ ช่องแรกกับช่องสองหมายถึง Range ของมันนะครับ &#8216; หมายความว่า ไอพีใดถ้ามากกว่าหรือเท่ากับช่องแรก และ น้อยกว่าหรือเท่ากับช่องสอง คือไอพีที่มาจาก ช่อง4 &#8216; ไปโหลดเอาครับ http://ip-to-country.webhosting.info/downloads/ip-to-country.csv.zip?XID=16c7cdf39df882d283c52f9e5e5ee107 &#8216; หรือเข้าไปแวะดูเค้าหน่อย http://ip-to-country.webhosting.info/node/view/6 ตอบคำถามไว้ที่ : http://www.thaicreate.com/index.php?modules=forum/?langkey=2 กระทู้ที่ 16619 นามสมมติ : GTM Filed under: ASP code, Little App Tagged: ASP code, Program, Source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yeadram.wordpress.com&amp;blog=2388996&amp;post=48&amp;subd=yeadram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yeadram.wordpress.com/2010/10/15/block-ip-by-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeadram</media:title>
		</media:content>
	</item>
		<item>
		<title>Manage DBF by VBA</title>
		<link>http://yeadram.wordpress.com/2010/10/15/manage-dbf-by-vba/</link>
		<comments>http://yeadram.wordpress.com/2010/10/15/manage-dbf-by-vba/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:17:19 +0000</pubDate>
		<dc:creator>yeadram</dc:creator>
				<category><![CDATA[Little App]]></category>
		<category><![CDATA[VBA coding]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ไทย แอคเซส]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBF]]></category>
		<category><![CDATA[MDB]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://yeadram.wordpress.com/?p=46</guid>
		<description><![CDATA[Manage DBF by VBA For some DBF that no have index table (FPT, TBK, CDX , etc.) I just do anything by Link it into MDB and manage.. And for DBF that come with index table I can not link it into MDB first, But we can open it by MS EXCEL and save as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yeadram.wordpress.com&amp;blog=2388996&amp;post=46&amp;subd=yeadram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yeadram.wordpress.com/2010/10/15/manage-dbf-by-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeadram</media:title>
		</media:content>
	</item>
		<item>
		<title>Random Show a fews fields (columns) on a fews Records (Rows) by VBA code in ms Access</title>
		<link>http://yeadram.wordpress.com/2010/10/15/random-show-a-fews-fields-columns-on-a-fews-records-rows-by-vba-code-in-ms-access-2/</link>
		<comments>http://yeadram.wordpress.com/2010/10/15/random-show-a-fews-fields-columns-on-a-fews-records-rows-by-vba-code-in-ms-access-2/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:14:42 +0000</pubDate>
		<dc:creator>yeadram</dc:creator>
				<category><![CDATA[VBA coding]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ไทย แอคเซส]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MDB]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://yeadram.wordpress.com/?p=43</guid>
		<description><![CDATA[Sub main()Dim rndRecDim rndFldDim CntRecDim CntFldDim arRec()Dim arFld()Dim x, yrndRec = (Rnd \ 1) + 2rndFld = (Rnd \ 1) + 2ReDim arRec(rndRec)ReDim arFld(rndFld)&#160;Dim rs &#8216; as new adodb.recordsetDim Conn &#8216; as new adodb.connectionSet Conn = CurrentProject.Connection&#160;sql = &#8220;Select * From table1;&#8221;rs.Open sql, Conn, 1, 1rs.MoveLastCntFld = rs.Fields.COUNT &#8211; 1CntRec = rs.RecordCount &#8211; 1&#160;For x [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yeadram.wordpress.com&amp;blog=2388996&amp;post=43&amp;subd=yeadram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yeadram.wordpress.com/2010/10/15/random-show-a-fews-fields-columns-on-a-fews-records-rows-by-vba-code-in-ms-access-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeadram</media:title>
		</media:content>
	</item>
	</channel>
</rss>
