<?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>onlinepadhai.com</title>
	<atom:link href="http://www.onlinepadhai.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onlinepadhai.com</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jan 2011 10:38:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>What is SQl injection ?</title>
		<link>http://www.onlinepadhai.com/what-is-sql-injection</link>
		<comments>http://www.onlinepadhai.com/what-is-sql-injection#comments</comments>
		<pubDate>Thu, 15 Jul 2010 13:56:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Faqs]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=4157</guid>
		<description><![CDATA[An attack technique used to exploit web sites by altering backend SQL statements through manipulating application input.&#8221; - Web Application Security Consortium Glossary. SQL Injection happens when a developer accepts user input that is directly placed into a SQL Statement and doesn&#8217;t properly filter out dangerous characters. This can allow an attacker to not only]]></description>
			<content:encoded><![CDATA[<p>An attack technique used to exploit web sites by altering backend SQL statements through manipulating application input.&#8221;<br />
- Web Application Security Consortium Glossary.</p>
<p>SQL Injection happens when a developer accepts user input that is directly placed into a SQL Statement and doesn&#8217;t properly filter out dangerous characters. This can allow an attacker to not only steal data from your database, but also modify and delete it. Certain SQL Servers such as Microsoft SQL Server contain Stored and Extended Procedures (database server functions). If an attacker can obtain access to these Procedures it may be possible to compromise the entire machine. Attackers commonly insert single qoutes into a URL&#8217;s query string, or into a forms input field to test for SQL Injection. If an attacker receives an error message like the one below there is a good chance that the application is vulnerable to <strong>SQL Injection.</strong></p>
<p>Microsoft OLE DB Provider for ODBC Drivers error &#8217;80040e14&#8242;<br />
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the<br />
keyword &#8216;or&#8217;.<br />
/wasc.asp, line 69</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/what-is-sql-injection/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Which command displays the SQL command in the SQL buffer, and then executes it?</title>
		<link>http://www.onlinepadhai.com/which-command-displays-the-sql-command-in-the-sql-buffer-and-then-executes-it</link>
		<comments>http://www.onlinepadhai.com/which-command-displays-the-sql-command-in-the-sql-buffer-and-then-executes-it#comments</comments>
		<pubDate>Sun, 13 Dec 2009 11:06:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Faqs]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=325</guid>
		<description><![CDATA[RUN]]></description>
			<content:encoded><![CDATA[<p>RUN</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/which-command-displays-the-sql-command-in-the-sql-buffer-and-then-executes-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nolock? What is the difference between the REPEATABLE READ and SERIALIZE isolation levels?</title>
		<link>http://www.onlinepadhai.com/nolock-what-is-the-difference-between-the-repeatable-read-and-serialize-isolation-levels</link>
		<comments>http://www.onlinepadhai.com/nolock-what-is-the-difference-between-the-repeatable-read-and-serialize-isolation-levels#comments</comments>
		<pubDate>Sun, 13 Dec 2009 09:51:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Faqs]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=175</guid>
		<description><![CDATA[Locking Hints &#8211; A range of table-level locking hints can be specified using the SELECT, INSERT, UPDATE, and DELETE statements to direct Microsoft® SQL Server 2000 to the type of locks to be used. Table-level locking hints can be used when a finer control of the types of locks acquired on an object is required.]]></description>
			<content:encoded><![CDATA[<p>Locking Hints &#8211; A range of table-level locking hints can be specified using the SELECT, INSERT, UPDATE, and DELETE statements to direct Microsoft® SQL Server 2000 to the type of locks to be used. Table-level locking hints can be used when a finer control of the types of locks acquired on an object is required. These locking hints override the current transaction isolation level for the session.</p>
<p><span style="line-height: normal; font-size: small;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/nolock-what-is-the-difference-between-the-repeatable-read-and-serialize-isolation-levels/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Servlet interface?</title>
		<link>http://www.onlinepadhai.com/what-is-servlet-interface-2</link>
		<comments>http://www.onlinepadhai.com/what-is-servlet-interface-2#comments</comments>
		<pubDate>Sun, 13 Dec 2009 09:44:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Servelets]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=3479</guid>
		<description><![CDATA[The central abstraction in the Servlet API is the Servlet interface. All servlets implement this interface, either directly or , more commonly by extending a class that implements it.]]></description>
			<content:encoded><![CDATA[<p>The central abstraction in the Servlet API is the Servlet interface. All servlets implement this interface, either directly or , more commonly by extending a class that implements it.<img class="alignleft size-full wp-image-5230" title="SERVELET INTERFACE01" src="http://onlinepadhai.com/wp-content/uploads/2009/12/SERVELET-INTERFACE01.gif" alt="SERVELET INTERFACE01" width="176" height="266" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/what-is-servlet-interface-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can we have shared events ?</title>
		<link>http://www.onlinepadhai.com/can-we-have-shared-events</link>
		<comments>http://www.onlinepadhai.com/can-we-have-shared-events#comments</comments>
		<pubDate>Sun, 13 Dec 2009 09:35:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Dot Net]]></category>
		<category><![CDATA[OOPS]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=3810</guid>
		<description><![CDATA[Yes, you can have shared event’s note only shared methods can raise shared events.]]></description>
			<content:encoded><![CDATA[<p>Yes, you can have shared event’s note only shared methods can raise shared events.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/can-we-have-shared-events/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the software you have used for project management?</title>
		<link>http://www.onlinepadhai.com/what-is-the-software-you-have-used-for-project-management</link>
		<comments>http://www.onlinepadhai.com/what-is-the-software-you-have-used-for-project-management#comments</comments>
		<pubDate>Sun, 13 Dec 2009 08:59:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Dot Net]]></category>
		<category><![CDATA[PROJECT MANAGEMENT]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=4243</guid>
		<description><![CDATA[Many companies have there own software defined. There are many project management software available at this moment in market but this can vary from company to company, worst it can very from project to project. But Microsoft project is the most used software at this moment.So just brush your skills on Microsoft project , its used]]></description>
			<content:encoded><![CDATA[<p>Many companies have there own software defined. There are many project management software available at this moment in market but this can vary from company to company, worst it can very from project to project. But Microsoft project is the most used software at this moment.So just brush your skills on Microsoft project , its used heavily across industry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/what-is-the-software-you-have-used-for-project-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is XML case sensitive?</title>
		<link>http://www.onlinepadhai.com/is-xml-case-sensitive-3</link>
		<comments>http://www.onlinepadhai.com/is-xml-case-sensitive-3#comments</comments>
		<pubDate>Sun, 13 Dec 2009 08:46:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Dot Net]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=4304</guid>
		<description><![CDATA[Yes, they are case sensitive.]]></description>
			<content:encoded><![CDATA[<p>Yes, they are case sensitive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/is-xml-case-sensitive-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out the number of parameters passed into function9. ?</title>
		<link>http://www.onlinepadhai.com/how-do-i-find-out-the-number-of-parameters-passed-into-function9-2</link>
		<comments>http://www.onlinepadhai.com/how-do-i-find-out-the-number-of-parameters-passed-into-function9-2#comments</comments>
		<pubDate>Sun, 13 Dec 2009 08:44:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Faqs]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=4575</guid>
		<description><![CDATA[func_num_args() function returns the number of parameters passed in.]]></description>
			<content:encoded><![CDATA[<p>func_num_args() function returns the number of parameters passed in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/how-do-i-find-out-the-number-of-parameters-passed-into-function9-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can we register the variables into a session?</title>
		<link>http://www.onlinepadhai.com/how-can-we-register-the-variables-into-a-session</link>
		<comments>http://www.onlinepadhai.com/how-can-we-register-the-variables-into-a-session#comments</comments>
		<pubDate>Sun, 13 Dec 2009 08:43:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Faqs]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=4595</guid>
		<description><![CDATA[We can use the session_register ($ur_session_var) function.]]></description>
			<content:encoded><![CDATA[<p>We can use the session_register ($ur_session_var) function.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/how-can-we-register-the-variables-into-a-session/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are static variables?</title>
		<link>http://www.onlinepadhai.com/what-are-static-variables</link>
		<comments>http://www.onlinepadhai.com/what-are-static-variables#comments</comments>
		<pubDate>Fri, 11 Dec 2009 10:55:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Dot Net]]></category>

		<guid isPermaLink="false">http://onlinepadhai.com/?p=690</guid>
		<description><![CDATA[Variables that have only one copy per class are known as static variables. They are not attached to a particular instance of a class but rather belong to a class as a whole. They are declared by using the static keyword as a modifier.                static type  varIdentifier; where, the name of the variable is]]></description>
			<content:encoded><![CDATA[<p>Variables that have only one copy per class are known as static variables. They are not attached to a particular instance of a class but rather belong to a class as a whole. They are declared by using the static keyword as a modifier.</p>
<pre>               static type  varIdentifier;</pre>
<p>where, the name of the variable is varIdentifier and its data type is specified by type.<br />
<strong><span style="text-decoration: underline;">Note</span></strong>: Static variables that are not explicitly initialized in the code are automatically initialized with a default value. The default value depends on the data type of the variables.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinepadhai.com/what-are-static-variables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

