<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Geeks Talk</title>
		<link>http://www.geekinterview.com/talk/</link>
		<description>GeekInterview.com is an Open Database where you can share interview questions, comment/answer any questions. Each question is like discussion thread that helps you to learn and understand each question and answer in detail instead of just reading them.</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 21:52:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.geekinterview.com/talk/images/misc/rss.jpg</url>
			<title>Geeks Talk</title>
			<link>http://www.geekinterview.com/talk/</link>
		</image>
		<item>
			<title>Transferring data between database</title>
			<link>http://www.geekinterview.com/talk/16573-transferring-data-between-database.html</link>
			<pubDate>Fri, 20 Nov 2009 13:45:23 GMT</pubDate>
			<description>Hi, 
 
I am new on the forum, so hello to all. 
 
I am needing to migrate some data. Basically it is between an Access database and a Mysql db. But...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new on the forum, so hello to all.<br />
<br />
I am needing to migrate some data. Basically it is between an Access database and a Mysql db. But as I do not have much knowledge in migration, i would like to have your point of view. I have not found much info on other forums about this type transfer.<br />
<br />
Thanks for your help.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/data-warehousing/">Data Warehousing</category>
			<dc:creator>osmikwen</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16573-transferring-data-between-database.html</guid>
		</item>
		<item>
			<title>Infomatica Vs ODI(Oracle Data Integrator)</title>
			<link>http://www.geekinterview.com/talk/16572-infomatica-vs-odi-oracle-data-integrator.html</link>
			<pubDate>Fri, 20 Nov 2009 12:09:10 GMT</pubDate>
			<description>Hi Guys, 
 
Does any body has the idea about ODI? which is good dataware house tool, Informatica or ODI(Oracle Data Integrator) 
 
Thanks 
Santosh</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
<br />
Does any body has the idea about ODI? which is good dataware house tool, Informatica or ODI(Oracle Data Integrator)<br />
<br />
Thanks<br />
Santosh</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/data-warehousing/">Data Warehousing</category>
			<dc:creator>SantoshH</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16572-infomatica-vs-odi-oracle-data-integrator.html</guid>
		</item>
		<item>
			<title>fluid flow</title>
			<link>http://www.geekinterview.com/talk/16571-fluid-flow.html</link>
			<pubDate>Fri, 20 Nov 2009 11:52:04 GMT</pubDate>
			<description>when a flow hit a moving turbine blades, how do we determine the direction of the leaving flow? consider it is a vertical axis wind turbine 
 
thanks</description>
			<content:encoded><![CDATA[<div>when a flow hit a moving turbine blades, how do we determine the direction of the leaving flow? consider it is a vertical axis wind turbine<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/mechanical-engineering/">Mechanical Engineering</category>
			<dc:creator>hafiz88a</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16571-fluid-flow.html</guid>
		</item>
		<item>
			<title>What is the maximum length of a database name in MSQL 2005?</title>
			<link>http://www.geekinterview.com/talk/16569-what-maximum-length-database-name-msql.html</link>
			<pubDate>Fri, 20 Nov 2009 05:58:53 GMT</pubDate>
			<description>What is the maximum length of a database name in MSQL 2005?</description>
			<content:encoded><![CDATA[<div>What is the maximum length of a database name in MSQL 2005?</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/sql-server/">SQL Server</category>
			<dc:creator>bvani</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16569-what-maximum-length-database-name-msql.html</guid>
		</item>
		<item>
			<title>Is it possible to use SQL Loader for this type of text file data</title>
			<link>http://www.geekinterview.com/talk/16568-possible-use-sql-loader-type-text.html</link>
			<pubDate>Fri, 20 Nov 2009 05:20:08 GMT</pubDate>
			<description>Hi, 
 
I have a text file which has the following data. 
 
1§00§EMPLOYEE§ 
1§50§2009-09-08 10:53:14.0§23232426§§ 
1§50§2009-09-08...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a text file which has the following data.<br />
<br />
1§00§EMPLOYEE§<br />
1§50§2009-09-08 10:53:14.0§23232426§§<br />
1§50§2009-09-08 10:53:14.0§23232427§§<br />
1§99§2§<br />
<br />
1§00§EMPLOYEEINFO§<br />
1§50§2009-09-08 10:53:14.0§Rama§§<br />
1§50§2009-09-08 10:53:14.0§George§§<br />
1§99§2§<br />
<br />
Here <br />
<br />
EMPLOYEE and EMPLOYEEINFO are 2 data from different tables which I want to bulk upload into my database tables.<br />
<br />
EMPLOYEE has 2 rows of data. The final line states the count of data.  Then starts the data for the EMPLOYEEINFO . The final line states the count of data for EMPLOYEEINFO table.<br />
<br />
Now, I want to use SQL Loader to bulk update the data from this text file into two tables in my data base EMPLOYEE and EMPLOYEEINFO.<br />
<br />
Can I use SQL Loader for this type of data file? If so, how can I read the data? Please help.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oracle/">Oracle</category>
			<dc:creator>sowmyasridhar</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16568-possible-use-sql-loader-type-text.html</guid>
		</item>
		<item>
			<title>AJAX Made Easy - Yahoo User Interface YUI 3.0</title>
			<link>http://www.geekinterview.com/talk/16567-ajax-made-easy-yahoo-user-interface.html</link>
			<pubDate>Fri, 20 Nov 2009 04:40:11 GMT</pubDate>
			<description>AJAX Made Easy - Updating your framework is often one of the least friendly tasks a developer would do. This process requires re-evaluation of the...</description>
			<content:encoded><![CDATA[<div>AJAX Made Easy - Updating your framework is often one of the least friendly tasks a developer would do. This process requires re-evaluation of the functions already implemented and see if the update benefits the said function. It is often tedious and could take days especially if the update is massive. But updates are essential especially for Ajax and JavaScript frameworks. Through updates the website is adaptin<br />
Category: <a href="http://www.ajaxwith.com/Frameworks" target="_blank">AJAX Framework</a><br />
<br />
<a href="http://www.ajaxwith.com/Yahoo-User-Interface-YUI-3-0.html" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/ajax-and-xml/"><![CDATA[AJAX & XML]]></category>
			<dc:creator>Lokesh M</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16567-ajax-made-easy-yahoo-user-interface.html</guid>
		</item>
		<item>
			<title><![CDATA[Linux Tip:I/O address & IRQ number of serial port]]></title>
			<link>http://www.geekinterview.com/talk/16566-linux-tip-i-o-address-irq.html</link>
			<pubDate>Thu, 19 Nov 2009 16:27:56 GMT</pubDate>
			<description><![CDATA[Hi Friends, 
 
*I/O address & IRQ number of serial port* 
 
   Those of you who are writing device drivers for serial ports should know the I/O...]]></description>
			<content:encoded><![CDATA[<div>Hi Friends,<br />
<br />
<b>I/O address &amp; IRQ number of serial port</b><br />
<br />
   Those of you who are writing device drivers for serial ports should know the I/O address of each serial port &amp; its IRQ number. To find out type the following command:<br />
<br />
<b>  setserial -g/dev/ttyS*</b><br />
<br />
Thanks,<br />
  Rijus.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/unix-linux/">Unix/Linux</category>
			<dc:creator>rijus</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16566-linux-tip-i-o-address-irq.html</guid>
		</item>
		<item>
			<title>Query regarding PME</title>
			<link>http://www.geekinterview.com/talk/16565-query-regarding-pme.html</link>
			<pubDate>Thu, 19 Nov 2009 13:56:54 GMT</pubDate>
			<description>Hi I am a little confused and need a bit of advice :confused: 
 
I am a mechanically biased engineer and am trying to research how I can connect a...</description>
			<content:encoded><![CDATA[<div>Hi I am a little confused and need a bit of advice :confused:<br />
<br />
I am a mechanically biased engineer and am trying to research how I can connect a vessel which has a protective multiple earth system, or as Australia calls it a multiple earth neutral system to a shore power supply that is set up with a direct earth and separate neutral.<br />
<br />
So I have a three phase generator, with a joint neutral earth on the vessel. While in port I need to connect the to a three phase system with a separate earth and neutral otherwise connecting the neutral to earth causes shore supply to trip due to the present voltage, I would not be keen on running the vessel with only a neutral, unless I bonded the hull as well? How would this affect the safety trips etc? Presuming all bonding on the vessel is in good condition and correctly wired?<br />
<br />
Or are there any ways to take the combined neutral earth and separate it after the switchboard before the shore supply connection?<br />
<br />
Thanks for any help/advice!<br />
<br />
Andy</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/electrical-engineering/">Electrical Engineering</category>
			<dc:creator>Andy_b</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16565-query-regarding-pme.html</guid>
		</item>
		<item>
			<title>sql aerver connections to remote server</title>
			<link>http://www.geekinterview.com/talk/16564-sql-aerver-connections-to-remote-server.html</link>
			<pubDate>Thu, 19 Nov 2009 13:31:00 GMT</pubDate>
			<description>hai friends how r u . i have a doubt about how to connect a remote server using sql server</description>
			<content:encoded><![CDATA[<div>hai friends how r u . i have a doubt about how to connect a remote server using sql server</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/sql-server/">SQL Server</category>
			<dc:creator>gravimca</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16564-sql-aerver-connections-to-remote-server.html</guid>
		</item>
		<item>
			<title>AJAX Made Easy - Inheritance in Functional Pattern</title>
			<link>http://www.geekinterview.com/talk/16563-ajax-made-easy-inheritance-functional-pattern.html</link>
			<pubDate>Thu, 19 Nov 2009 03:10:13 GMT</pubDate>
			<description>AJAX Made Easy - Inheritance in an application comes naturally for many developers who manually code their Ajax or JavaScript based application....</description>
			<content:encoded><![CDATA[<div>AJAX Made Easy - Inheritance in an application comes naturally for many developers who manually code their Ajax or JavaScript based application. Since they manually place the functions in the application inheritance will be manually set. Inheritance is a must in every JavaScript and Ajax based application since this will dictate how the function will interact with data and parameters.  But simply placing the f<br />
Category: <a href="http://www.ajaxwith.com/AJAX-Design" target="_blank">AJAX Design</a><br />
<br />
<a href="http://www.ajaxwith.com/Inheritance-in-Functional-Pattern.html" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/ajax-and-xml/"><![CDATA[AJAX & XML]]></category>
			<dc:creator>Lokesh M</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16563-ajax-made-easy-inheritance-functional-pattern.html</guid>
		</item>
		<item>
			<title>Help me Please</title>
			<link>http://www.geekinterview.com/talk/16562-help-me-please.html</link>
			<pubDate>Thu, 19 Nov 2009 00:09:27 GMT</pubDate>
			<description><![CDATA[Hi everyone ! :) 
I'm a freshmen student at BFIT, College in Boston. IN my english class we have a paper due in two weeks. It's about my major and...]]></description>
			<content:encoded><![CDATA[<div>Hi everyone ! :)<br />
I'm a freshmen student at BFIT, College in Boston. IN my english class we have a paper due in two weeks. It's about my major and what is it like to be an Mechanical Engineer. So if any one can help me , answer couple questions i would appreciate it! <br />
Thank you</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/mechanical-engineering/">Mechanical Engineering</category>
			<dc:creator>andrey9161</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16562-help-me-please.html</guid>
		</item>
		<item>
			<title>A program using pointers</title>
			<link>http://www.geekinterview.com/talk/16561-a-program-using-pointers.html</link>
			<pubDate>Wed, 18 Nov 2009 10:46:46 GMT</pubDate>
			<description>Hi All, 
 
      The following program compiled without error.But when I run it the output is erroneous.Can sombody pointout the mistake in the code....</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
      The following program compiled without error.But when I run it the output is erroneous.Can sombody pointout the mistake in the code.<br />
<br />
/*Product of two matrices*/<br />
#include &quot;stdio.h&quot;<br />
#define MAXCOLS 10<br />
Main( )<br />
{<br />
  int fmrows,fmcols,smrows,smcols,i,j,m,n,p;<br />
 int (*a)[MAXCOLS],int (*b)[MAXCOLS],int (*c)[MAXCOLS];<br />
  void readinput(int (*a)[MAXCOLS],int m,int n);<br />
  void computeprod(int (*a)[MAXCOLS],int (*b)[MAXCOLS],int (*c)[MAXCOLS],int m,int n, int p);<br />
  void writeoutput(int (*c)[MAXCOLS],int m,int p);<br />
clrscr();<br />
printf(&quot;How many rows for a?&quot;);<br />
scanf(&quot;%d&quot;,&amp;fmrows);<br />
printf(&quot;How many columns for a?&quot;);<br />
scanf(&quot;%d&quot;,&amp;fmcols);<br />
printf(&quot;How many rows for b?&quot;);<br />
scanf(&quot;%d&quot;,&amp;smrows);<br />
printf(&quot;How many columns for b?&quot;);<br />
scanf(&quot;%d&quot;,&amp;smcols);<br />
/*allocate initial memory*/<br />
a=(int (*)[MAXCOLS] malloc(fmrows*fmcols*sizeof(int));<br />
b=(int (*)[MAXCOLS] malloc(smrows*smcols*sizeof(int));<br />
c=(int (*)[MAXCOLS] malloc(fmrows*smcols*sizeof(int));<br />
printf(&quot;\n\nFirst matrix:\n&quot;);<br />
readinput(a,fmrows,fmcols);<br />
printf(&quot;\n\nSecond matrix:\n&quot;);<br />
readinput(b,smrows,smcols);<br />
computeprod(a,b,c,fmrows,fmcols,smcols);<br />
printf(&quot;\n\nProduct of the matrices:\n&quot;);<br />
writeoutput(c,fmrows,smcols);<br />
getch();<br />
return(0);<br />
}<br />
 void readinput(int (*a)[MAXCOLS],int m,int n)<br />
{<br />
  int i,j;<br />
 for(i=0;i&lt;m;++i) {<br />
  printf(&quot;\nEnter data for row No.  %2d\n&quot;,i+1);<br />
 for(j=0;j&lt;n;++j)<br />
 scanf(&quot;%d&quot;,&amp;a[i][j]);<br />
}<br />
return;<br />
}<br />
 void computeprod(int (*a)[MAXCOLS],int (*b)[MAXCOLS],int (*c)[MAXCOLS],int m,int n,int p)<br />
{<br />
  int i ,j ,sum;<br />
  for(i=0;i&lt;m;++i)<br />
  for(j=0;j&lt;p;++j)  {<br />
  sum=0;<br />
 for(k=0;k&lt;n;++k)<br />
 sum+=a[i][k]*b[k][j];<br />
 c[i][j]=sum;<br />
}<br />
return;<br />
}<br />
  void writeoutput(int (*c)[MAXCOLS],int m,int p)<br />
{<br />
  int i,j;<br />
  for(i=0;i&lt;m;++i)  {<br />
  for(j=0;j&lt;p;++j)<br />
 printf(&quot;%d\t&quot;, c[i][j]);<br />
printf(&quot;\n&quot;);<br />
}<br />
 return;<br />
}</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/c-and-c/">C and C++</category>
			<dc:creator>pichaiah2009</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16561-a-program-using-pointers.html</guid>
		</item>
		<item>
			<title>Get Cell CoOrdinates of an object in the Webtable</title>
			<link>http://www.geekinterview.com/talk/16560-get-cell-coordinates-of-object-webtable.html</link>
			<pubDate>Wed, 18 Nov 2009 10:35:05 GMT</pubDate>
			<description>Hi Friends, 
 
ready with one more problem. :) 
 
Actually, need to validate a text which will appear in a WebTable after a specific object always....</description>
			<content:encoded><![CDATA[<div>Hi Friends,<br />
<br />
ready with one more problem. :)<br />
<br />
Actually, need to validate a text which will appear in a WebTable after a specific object always.<br />
I have a Webtable and it has WebElements with Class as MenuHeader which serve as Headings.<br />
eg:<br />
<b>Name</b><br />
some text<br />
<b>Address</b><br />
some text<br />
<br />
So I have to validate the text in between those headers.<br />
The headers have a different class and the text has a different class to identify with QTP. Now when I give<br />
Set OBJ = Description.Create()<br />
OBJ("micclass").Value = "WebElement"<br />
OBJ("class").Value = "MenuHeader"<br />
Set obj = Browser("B").Page("P").WebTable("WT").ChildObjects(OBJ)<br />
obj.Count<br />
This is working. But,<br />
1)I want to get the cell Coordinates for each WebElement of this type. How can I get the Cell Coordinates of these objects in the table?Using this Cell Coordinates I can validate the text in the next cell.<br />
2)ChildItem(r,c,"micclass",index) - this method is showing zero objects in every cell in the table when I give OBJ as the class. Should micclass only be a basic object type like WebButton,Link.. etc. Shouldn't it be a user defind object type?<br />
Please clarify ASAP.<br />
Thank you so much for the answers for all my previous questions. I am able to go ahead in my work successfully with your help.<br />
Hope, I will get answer for this problem also from this forum only. :)</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/qtp/">QTP</category>
			<dc:creator>spreadsmiles</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16560-get-cell-coordinates-of-object-webtable.html</guid>
		</item>
		<item>
			<title>Difference</title>
			<link>http://www.geekinterview.com/talk/16559-difference.html</link>
			<pubDate>Wed, 18 Nov 2009 09:04:39 GMT</pubDate>
			<description>Can anyone tell me difference between window based application and desktop application .Kindly explain the concept.</description>
			<content:encoded><![CDATA[<div>Can anyone tell me difference between window based application and desktop application .Kindly explain the concept.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/php/">PHP</category>
			<dc:creator>saradadwal</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16559-difference.html</guid>
		</item>
		<item>
			<title>Playback errors</title>
			<link>http://www.geekinterview.com/talk/16558-playback-errors.html</link>
			<pubDate>Wed, 18 Nov 2009 07:48:02 GMT</pubDate>
			<description>Hi, am new to load runner,,i had some what errors while playback,,plz give the cause for the error. 
 
and the errors are  
 
1).c(355): Error...</description>
			<content:encoded><![CDATA[<div>Hi, am new to load runner,,i had some what errors while playback,,plz give the cause for the error.<br />
<br />
and the errors are <br />
<br />
1).c(355): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://122.169.202.68:8080/GeroProV2Demo/ARUI/frmCashReceiptsSaving.aspx"      [MsgId: MERR-26612]<br />
<br />
2)Action.c(355): Error -26377: No match found for the requested parameter "ViewState3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 190256 bytes, use web_set_max_html_param_len to increase the parameter size      [MsgId: MERR-26377]<br />
<br />
3)Action.c(355): web_submit_data("frmCashReceiptsSaving.aspx_2") highest severity level was "ERROR", 6968 body bytes, 240 header bytes      [MsgId: MMSG-26388]<br />
<br />
plz help me,<br />
<br />
Thanks in advance,<br />
Madhu</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/loadrunner/">LoadRunner</category>
			<dc:creator>madhubhavani</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16558-playback-errors.html</guid>
		</item>
		<item>
			<title>How to install??</title>
			<link>http://www.geekinterview.com/talk/16557-how-to-install.html</link>
			<pubDate>Wed, 18 Nov 2009 06:52:38 GMT</pubDate>
			<description>Hello friends!! 
I currently have windows XP  and I want to install red hat Linux on my computer too... 
Is it possible to have both the OS working...</description>
			<content:encoded><![CDATA[<div>Hello friends!!<br />
I currently have windows XP  and I want to install red hat Linux on my computer too...<br />
Is it possible to have both the OS working simultaneously???? if yes then how???<br />
please tell me the complete procedure........:(</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/unix-linux/">Unix/Linux</category>
			<dc:creator>mukulverma2408</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16557-how-to-install.html</guid>
		</item>
		<item>
			<title>AJAX Made Easy - JavaScript Radio Object</title>
			<link>http://www.geekinterview.com/talk/16556-ajax-made-easy-javascript-radio-object.html</link>
			<pubDate>Wed, 18 Nov 2009 03:00:14 GMT</pubDate>
			<description>AJAX Made Easy - Interaction with JavaScript can still be possible with simple HTML-based objects. This allows developers to create an application...</description>
			<content:encoded><![CDATA[<div>AJAX Made Easy - Interaction with JavaScript can still be possible with simple HTML-based objects. This allows developers to create an application with the familiarity of HTML using the powerful interaction provided by JavaScript engines in browsers. A good example of the HTML advantage is the radio object. In gist this object allows developers to create a list of choices for users. It s added in the application<br />
Category: <a href="http://www.ajaxwith.com/JavaScript" target="_blank">AJAX JavaScript</a><br />
<br />
<a href="http://www.ajaxwith.com/JavaScript-Radio-Object.html" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/ajax-and-xml/"><![CDATA[AJAX & XML]]></category>
			<dc:creator>Lokesh M</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16556-ajax-made-easy-javascript-radio-object.html</guid>
		</item>
		<item>
			<title>C Challenge Problem No #01</title>
			<link>http://www.geekinterview.com/talk/16555-c-challenge-problem-no-01-a.html</link>
			<pubDate>Wed, 18 Nov 2009 00:46:52 GMT</pubDate>
			<description>Q 1 What will be the output of the following program : 
 
 int main() 
 { 
   printf(); 
   return(0); 
 }  
 (a)Run-Time Error 
 (b)Compile-Time...</description>
			<content:encoded><![CDATA[<div>Q 1 What will be the output of the following program :<br />
<br />
 int main()<br />
 {<br />
   printf();<br />
   return(0);<br />
 } <br />
 (a)Run-Time Error<br />
 (b)Compile-Time Error<br />
 (c)No Output<br />
 (d)None of these</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/c-and-c/">C and C++</category>
			<dc:creator>aman15490</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16555-c-challenge-problem-no-01-a.html</guid>
		</item>
		<item>
			<title>Problem in a Web link (Client Link-Use for Production)</title>
			<link>http://www.geekinterview.com/talk/16553-problem-web-link-client-link-use.html</link>
			<pubDate>Tue, 17 Nov 2009 18:04:50 GMT</pubDate>
			<description>Hi Friends, 
 
I Have a Issue with a Web link. 
 
User works on that link, but there is a Problem. There is a tab *BY* that Shows Name of user. but...</description>
			<content:encoded><![CDATA[<div>Hi Friends,<br />
<br />
I Have a Issue with a Web link.<br />
<br />
User works on that link, but there is a Problem. There is a tab <b>BY</b> that Shows Name of user. but It doesn't Shows name on many System. I have tried to Resolve it, but I didn't get any Solution.<br />
<br />
I Have attached both Screenshot (Working &amp; Not Working).<br />
<br />
Please Share if anybody knows the Solution.<br />
<br />
<br />
Thanks &amp; Regards<br />
<br />
Mohit Sharma</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.geekinterview.com/talk/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.geekinterview.com/talk/attachments/396d1258480943-problem-web-link-client-link-use-working.jpg" target="_blank">WORKING.JPG</a> (94.8 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.geekinterview.com/talk/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.geekinterview.com/talk/attachments/397d1258480943-problem-web-link-client-link-use-not-working.jpg" target="_blank">NOT WORKING.JPG</a> (103.9 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/windows/">Windows</category>
			<dc:creator>mohitdns</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16553-problem-web-link-client-link-use.html</guid>
		</item>
		<item>
			<title>Difference b/w process and thread?</title>
			<link>http://www.geekinterview.com/talk/16552-difference-b-w-process-and-thread.html</link>
			<pubDate>Tue, 17 Nov 2009 16:54:11 GMT</pubDate>
			<description>Hi, 
I was asked this question in my SAP interview. Can anyone explain in detail what is the difference b/w a process and a thread?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I was asked this question in my SAP interview. Can anyone explain in detail what is the difference b/w a process and a thread?</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/java/">Java</category>
			<dc:creator>theJavaGuy</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16552-difference-b-w-process-and-thread.html</guid>
		</item>
		<item>
			<title>LoadRunner Tutorial</title>
			<link>http://www.geekinterview.com/talk/16551-loadrunner-tutorial.html</link>
			<pubDate>Tue, 17 Nov 2009 16:08:55 GMT</pubDate>
			<description>Hi,  
I am new to LoadRunner.  I am trying to follow the Tutorial and stuck at the verifying replay.  Can some one help me?   
 
After recording, I...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
I am new to LoadRunner.  I am trying to follow the Tutorial and stuck at the verifying replay.  Can some one help me?  <br />
<br />
After recording, I click "Start Replay" (Page 44 of the Tutorial.pdf).  I have noted that there were errors appeared very fast.  I went on the next page, 45, but cannot do as instruction because the the script was not replay.<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/loadrunner/">LoadRunner</category>
			<dc:creator>newlrlearner</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16551-loadrunner-tutorial.html</guid>
		</item>
		<item>
			<title>Slow HTTP response handling</title>
			<link>http://www.geekinterview.com/talk/16550-slow-http-response-handling.html</link>
			<pubDate>Tue, 17 Nov 2009 15:06:28 GMT</pubDate>
			<description>Hi, 
 
 We are doing some load tests on Siebel Analytics solution with LoadRunner 9.5.  
 
 Even in “single VU mode”, the main POST below which...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
 We are doing some load tests on Siebel Analytics solution with LoadRunner 9.5. <br />
<br />
 Even in “single VU mode”, the main POST below which returns a lot of data (more than 3 MB, with Transfer-Encoding: chunked) takes about 9 minutes to complete when Internet Explorer takes only 5 seconds. During that time mmdrv.exe seems to use a lot of CPU.<br />
<br />
 Any hints?<br />
<br />
Regards,<br />
Serge<br />
<br />
web_submit_data("saw.dll_9", <br />
		"Action=http://{SERVEUR1}?ReloadDashboard", <br />
		"Method=POST", <br />
		"TargetFrame=", <br />
		"RecContentType=text/html",<br />
"Referer=http://{SERVEUR}&amp;ViewID=d%3adashboard%7ep%3a204mo0r4ihqeta53%7er%3aki3vaj8n12umhap0&amp;Action=cancel&amp;SearchID={Siebel_Analytic_search_id9}&amp;Page=Prospection&amp;PortalPath={CLOEPORTALVentes}%20%26%20Parc&amp;ViewState=a3g0rth0ra05shpjdtuc1thtia", <br />
		"Snapshot=t16.inf", <br />
		"Mode=HTML", <br />
		ITEMDATA, <br />
		"Name=Action", "Value=applyfilter", ENDITEM, <br />
		"Name=ViewState", "Value=tnej5ir8rsgec9gejdm8vnr1ba", ENDITEM, <br />
		"Name=StateAction", "Value=samePageState", ENDITEM, <br />
		"Name=Done", "Value=ReloadDashboard", ENDITEM, <br />
		"Name=Page", "Value=Prospection", ENDITEM, <br />
		"Name=PortalPath", "Value={CLOEPORTALVentes} &amp; Parc", ENDITEM, <br />
		"Name=P0", "Value=<sawx:expr xmlns:sawx=\"com.siebel.analytics.web/expression/v1\" xsi:type=\"sawx:list\" op=\"in\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><sawx:expr xmlns:sawx=\"com.siebel.analytics.web/expression/v1\" xsi:type=\"sawx:sqlExpression\">\"- Org - Position Pr\".\"Position Pr - Division parente\"</sawx:expr><sawx:expr xmlns:sawx=\"com.siebel.analytics.web/expression/v1\" xsi:type=\"sawx:untypedLiteral\">FINANCE PUBLIC</sawx:expr><sawx:expr xmlns:sawx=\""<br />
		"com.siebel.analytics.web/expression/v1\" xsi:type=\"sawx:untypedLiteral\">{ville}</sawx:expr></sawx:expr>", ENDITEM, <br />
		"Name=P1", "Value=page", ENDITEM, <br />
		"Name=P2", "Value=", ENDITEM, <br />
		"Name=P3", "Value=", ENDITEM, <br />
		"Name=P4", "Value=", ENDITEM, <br />
		"Name=P5", "Value=", ENDITEM, <br />
		"Name=P6", "Value=", ENDITEM, <br />
		"Name=P7", "Value=", ENDITEM, <br />
		"Name=P8", "Value=", ENDITEM, <br />
		"Name=P9", "Value=", ENDITEM, <br />
		"Name=P10", "Value=", ENDITEM, <br />
		"Name=P11", "Value=", ENDITEM, <br />
		"Name=P12", "Value=", ENDITEM, <br />
		"Name=P13", "Value=", ENDITEM, <br />
		"Name=P14", "Value=", ENDITEM, <br />
		"Name=P15", "Value=", ENDITEM, <br />
		"Name=P16", "Value=", ENDITEM, <br />
		"Name=P17", "Value=", ENDITEM, <br />
		"Name=P18", "Value=", ENDITEM, <br />
		"Name=P19", "Value=", ENDITEM, <br />
		"Name=ajaxType", "Value=iframe", ENDITEM, <br />
		"Name=ViewID", "Value=", ENDITEM, <br />
		"Name=reloadTargets", "Value=all", ENDITEM, <br />
		"Name=Caller", "Value=Dashboard", ENDITEM, <br />
		LAST);</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/loadrunner/">LoadRunner</category>
			<dc:creator>Sergi0</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16550-slow-http-response-handling.html</guid>
		</item>
		<item>
			<title>isro</title>
			<link>http://www.geekinterview.com/talk/16549-isro.html</link>
			<pubDate>Tue, 17 Nov 2009 10:15:53 GMT</pubDate>
			<description>i am studying B.E (industrial production), can anybody tell me about recruitment process of ISRO and also does production engineers have oppurtinity...</description>
			<content:encoded><![CDATA[<div>i am studying B.E (industrial production), can anybody tell me about recruitment process of ISRO and also does production engineers have oppurtinity in ISRO,if oppurtinites are there in what discipline do we have. pls help me</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/mechanical-engineering/">Mechanical Engineering</category>
			<dc:creator>sanjeevkumar arjunagi</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16549-isro.html</guid>
		</item>
		<item>
			<title>What is the career scope of a content writer?</title>
			<link>http://www.geekinterview.com/talk/16548-what-is-career-scope-content-writer.html</link>
			<pubDate>Tue, 17 Nov 2009 08:51:15 GMT</pubDate>
			<description>Hi, 
 
Can anyone here tel me if there is a good career scope for content writers?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Can anyone here tel me if there is a good career scope for content writers?</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/career-advice/">Career Advice</category>
			<dc:creator>varshaa</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16548-what-is-career-scope-content-writer.html</guid>
		</item>
		<item>
			<title>difference between ODS and OLTP</title>
			<link>http://www.geekinterview.com/talk/16547-difference-between-ods-and-oltp.html</link>
			<pubDate>Tue, 17 Nov 2009 07:08:14 GMT</pubDate>
			<description>hi guys.... i m looking for the difference between  ODS and OLTP ?? 
 
 
thanks</description>
			<content:encoded><![CDATA[<div>hi guys.... i m looking for the difference between  ODS and OLTP ??<br />
<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/data-warehousing/">Data Warehousing</category>
			<dc:creator>daniel.taylor</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16547-difference-between-ods-and-oltp.html</guid>
		</item>
		<item>
			<title>AJAX Made Easy - Manipulating View through Screen Object</title>
			<link>http://www.geekinterview.com/talk/16546-ajax-made-easy-manipulating-view-through.html</link>
			<pubDate>Tue, 17 Nov 2009 05:20:09 GMT</pubDate>
			<description>AJAX Made Easy - Aside from interaction the looks of the application has also gained a lot of attention from developers in the past few years. Gone...</description>
			<content:encoded><![CDATA[<div>AJAX Made Easy - Aside from interaction the looks of the application has also gained a lot of attention from developers in the past few years. Gone are the days where JavaScript and Ajax are solely for efficient use of online applications. Today applications have to work as expected and should also provide an aesthetic experience. Others are simply aiming to have a good looking website aside from an efficient Aj<br />
Category: <a href="http://www.ajaxwith.com/AJAX-Tips" target="_blank">AJAX Tips</a><br />
<br />
<a href="http://www.ajaxwith.com/Manipulating-View-through-Screen-Object.html" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/ajax-and-xml/"><![CDATA[AJAX & XML]]></category>
			<dc:creator>Lokesh M</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16546-ajax-made-easy-manipulating-view-through.html</guid>
		</item>
		<item>
			<title>career confusion bpo to it</title>
			<link>http://www.geekinterview.com/talk/16545-career-confusion-bpo-to-it.html</link>
			<pubDate>Mon, 16 Nov 2009 16:00:53 GMT</pubDate>
			<description><![CDATA[hi every one 
I completed my MSc electronics in 2006, and curently working with a BPO industry(Banking backoffice MNC), It's not related my acadamic...]]></description>
			<content:encoded><![CDATA[<div>hi every one<br />
I completed my MSc electronics in 2006, and curently working with a BPO industry(Banking backoffice MNC), It's not related my acadamic bacground. Now i want to enter in to software industry. Which course is suitable to me please suggest.</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/career-advice/">Career Advice</category>
			<dc:creator>sravang19</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16545-career-confusion-bpo-to-it.html</guid>
		</item>
		<item>
			<title>Windows  7</title>
			<link>http://www.geekinterview.com/talk/16544-windows-7-a.html</link>
			<pubDate>Mon, 16 Nov 2009 12:16:02 GMT</pubDate>
			<description>What is good about Windows 7? Anyone have tried it?:)</description>
			<content:encoded><![CDATA[<div>What is good about Windows 7? Anyone have tried it?:)</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/windows/">Windows</category>
			<dc:creator>prof.wafi</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16544-windows-7-a.html</guid>
		</item>
		<item>
			<title>Help! accidentally remove device on my PC</title>
			<link>http://www.geekinterview.com/talk/16543-help-accidentally-remove-device-my-pc.html</link>
			<pubDate>Mon, 16 Nov 2009 05:39:03 GMT</pubDate>
			<description>hi guyz.. 
im a new member and a rookie on this pc terms an operations.. 
so my problem is ive accidentally remove my device in my pc.. 
 
1st ive...</description>
			<content:encoded><![CDATA[<div>hi guyz..<br />
im a new member and a rookie on this pc terms an operations..<br />
so my problem is ive accidentally remove my device in my pc..<br />
<br />
1st ive inserted my camera's memory card in to my pc memory card reader. then after ive transfered the pictures to my pc from my memory card. ive clicked the button &quot;safely remove hardware&quot; because i thought it also works for memory cards just as i remove my usb..<br />
<br />
so now pls help i remove my device and i cant bring it work my computer doesnt recognize it because the drives [5 disk drives all in my pc GONE] were not there in &quot;My Computer&quot;<br />
<br />
so please help<br />
<br />
i need reply ASAP if i may<br />
<br />
thank u and More Power to You and Geekinterview</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/windows/">Windows</category>
			<dc:creator>maykel87</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16543-help-accidentally-remove-device-my-pc.html</guid>
		</item>
		<item>
			<title>Passing the content of an array to procedure</title>
			<link>http://www.geekinterview.com/talk/16542-passing-the-content-of-array-procedure.html</link>
			<pubDate>Mon, 16 Nov 2009 05:33:16 GMT</pubDate>
			<description>how to pass an array to a procedure</description>
			<content:encoded><![CDATA[<div>how to pass an array to a procedure</div>

]]></content:encoded>
			<category domain="http://www.geekinterview.com/talk/oops/">OOPS</category>
			<dc:creator>lantisverde</dc:creator>
			<guid isPermaLink="true">http://www.geekinterview.com/talk/16542-passing-the-content-of-array-procedure.html</guid>
		</item>
	</channel>
</rss>
