<?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>Interview Tips &#187; End</title>
	<atom:link href="http://tipsinterview.com/tag/end/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Connect to Microsoft Access, FoxPro, and Oracle etc via VB</title>
		<link>http://tipsinterview.com/2011/03/04/connect-to-microsoft-access-foxpro-and-oracle-etc-via-vb/</link>
		<comments>http://tipsinterview.com/2011/03/04/connect-to-microsoft-access-foxpro-and-oracle-etc-via-vb/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 07:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[data source]]></category>
		<category><![CDATA[Dim]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[foxpro]]></category>
		<category><![CDATA[jet oledb]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[microsoft jet]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[objOLEDBCon]]></category>
		<category><![CDATA[strPath]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2011/03/04/connect-to-microsoft-access-foxpro-and-oracle-etc-via-vb/</guid>
		<description><![CDATA[Microsoft provides System.Data.OleDb namespace to communicate with databases like success , Oracle etc. In short, any OLE DB-Compliant database can be connected using System.Data.OldDb namespace. Private Sub loadData() Dim strPath As String strPath = AppDomain.CurrentDomain.BaseDirectory Dim objOLEDBCon As New OleDbConnection(“Provider=Microsoft.Jet.OLEDB.4.0;Data Source =” &#38; strPath &#38; “Nwind.mdb”) Dim objOLEDBCommand As OleDbCommand Dim objOLEDBReader As OleDbDataReader Try [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/04/connect-to-microsoft-access-foxpro-and-oracle-etc-via-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Describe the differences between XML and HTML.</title>
		<link>http://tipsinterview.com/2010/07/04/describe-the-differences-between-xml-and-html/</link>
		<comments>http://tipsinterview.com/2010/07/04/describe-the-differences-between-xml-and-html/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 06:43:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[empty tags]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[grasp]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=343</guid>
		<description><![CDATA[It’s amazing how many developers claim to be proficient programming with XML, yet do not understand the basic differences between XML and HTML. Anyone with a fundamental grasp of XML should be able describe some of the main differences outlined in the table below. XML User definable tags Content driven End tags required for well [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/07/04/describe-the-differences-between-xml-and-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

