<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; CLIENT/SERVER interview questions</title>
	<atom:link href="http://www.technicalinterview.info/category/clientserver-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How is a connection establised by ODBC?</title>
		<link>http://www.technicalinterview.info/how-is-a-connection-establised-by-odbc/</link>
		<comments>http://www.technicalinterview.info/how-is-a-connection-establised-by-odbc/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:17:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-is-a-connection-establised-by-odbc.html</guid>
		<description><![CDATA[ODBC uses the description of the datasource available in the ODBC.INI file to load
the required drivers to access that particular back end database.
]]></description>
			<content:encoded><![CDATA[<p>ODBC uses the description of the datasource available in the ODBC.INI file to load<br />
the required drivers to access that particular back end database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-is-a-connection-establised-by-odbc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What description of a data source is required for ODBC?</title>
		<link>http://www.technicalinterview.info/what-description-of-a-data-source-is-required-for-odbc/</link>
		<comments>http://www.technicalinterview.info/what-description-of-a-data-source-is-required-for-odbc/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:16:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-description-of-a-data-source-is-required-for-odbc.html</guid>
		<description><![CDATA[The name of the DBMS, the location of the source and the database dependent
information.
]]></description>
			<content:encoded><![CDATA[<p>The name of the DBMS, the location of the source and the database dependent<br />
information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-description-of-a-data-source-is-required-for-odbc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the function of a ODBC Driver?</title>
		<link>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-driver/</link>
		<comments>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-driver/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-function-of-a-odbc-driver.html</guid>
		<description><![CDATA[The ODBC Driver allows the developer to talk to the back end database.
]]></description>
			<content:encoded><![CDATA[<p>The ODBC Driver allows the developer to talk to the back end database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-driver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the function of a ODBC manager?</title>
		<link>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-manager/</link>
		<comments>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-manager/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:15:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-function-of-a-odbc-manager.html</guid>
		<description><![CDATA[The ODBC Manager manages all the data sources that exists in the system.
]]></description>
			<content:encoded><![CDATA[<p>The ODBC Manager manages all the data sources that exists in the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-function-of-a-odbc-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are the two components of ODBC?</title>
		<link>http://www.technicalinterview.info/what-are-the-two-components-of-odbc/</link>
		<comments>http://www.technicalinterview.info/what-are-the-two-components-of-odbc/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-the-two-components-of-odbc.html</guid>
		<description><![CDATA[1. An ODBC manager/administrator and
2. ODBC driver.
]]></description>
			<content:encoded><![CDATA[<p>1. An ODBC manager/administrator and<br />
2. ODBC driver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-the-two-components-of-odbc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is inheritance?</title>
		<link>http://www.technicalinterview.info/what-is-inheritance/</link>
		<comments>http://www.technicalinterview.info/what-is-inheritance/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-inheritance.html</guid>
		<description><![CDATA[Inheritance is a method by which properties and methods of an existing object  are automatically passed to any object derived from it.
]]></description>
			<content:encoded><![CDATA[<p>Inheritance is a method by which properties and methods of an existing object  are automatically passed to any object derived from it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-inheritance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between file server and a database server?</title>
		<link>http://www.technicalinterview.info/what-is-the-difference-between-file-server-and-a-database-server/</link>
		<comments>http://www.technicalinterview.info/what-is-the-difference-between-file-server-and-a-database-server/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:14:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-difference-between-file-server-and-a-database-server.html</guid>
		<description><![CDATA[A file server just transfers all the data requested by all its client and the  client processes the data while a database server runs the query and sends only  the query output.
]]></description>
			<content:encoded><![CDATA[<p>A file server just transfers all the data requested by all its client and the  client processes the data while a database server runs the query and sends only  the query output.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-difference-between-file-server-and-a-database-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are the four types of events?</title>
		<link>http://www.technicalinterview.info/what-are-the-four-types-of-events/</link>
		<comments>http://www.technicalinterview.info/what-are-the-four-types-of-events/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:14:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-the-four-types-of-events.html</guid>
		<description><![CDATA[1. System Events.
2. Control Events
3. User Events
4. Other Events.
]]></description>
			<content:encoded><![CDATA[<p>1. System Events.<br />
2. Control Events<br />
3. User Events<br />
4. Other Events.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-the-four-types-of-events/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why is an event driven program referred to a passive program?</title>
		<link>http://www.technicalinterview.info/why-is-an-event-driven-program-referred-to-a-passive-program/</link>
		<comments>http://www.technicalinterview.info/why-is-an-event-driven-program-referred-to-a-passive-program/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:13:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/why-is-an-event-driven-program-referred-to-a-passive-program.html</guid>
		<description><![CDATA[Because an event driven program is always waiting for something to happen   before processing.
]]></description>
			<content:encoded><![CDATA[<p>Because an event driven program is always waiting for something to happen   before processing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/why-is-an-event-driven-program-referred-to-a-passive-program/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the main disadvantage of developing an application using an API?</title>
		<link>http://www.technicalinterview.info/what-is-the-main-disadvantage-of-developing-an-application-using-an-api/</link>
		<comments>http://www.technicalinterview.info/what-is-the-main-disadvantage-of-developing-an-application-using-an-api/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:13:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLIENT/SERVER interview questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-main-disadvantage-of-developing-an-application-using-an-api.html</guid>
		<description><![CDATA[The application cannot use any special features of the backend server.
]]></description>
			<content:encoded><![CDATA[<p>The application cannot use any special features of the backend server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-main-disadvantage-of-developing-an-application-using-an-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
