 




<?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>IT Answers &#187; Forms 6i</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/forms-6i/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 02:55:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>oracle forms 6i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-5/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-5/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 06:28:10 +0000</pubDate>
		<dc:creator>Subbareddy</dc:creator>
				<category><![CDATA[Forms 6i]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Chris Leonard]]></description>
				<content:encoded><![CDATA[New Answer by Chris Leonard]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting and deploying 6i Forms to Forms 10g</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/converting-and-deploying-6i-forms-to-forms-10g/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/converting-and-deploying-6i-forms-to-forms-10g/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:17:39 +0000</pubDate>
		<dc:creator>Herbiebill</dc:creator>
				<category><![CDATA[Converting 6i to 10g]]></category>
		<category><![CDATA[Forms 10g]]></category>
		<category><![CDATA[Forms 6i]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to convert an application written in Forms 6i to Forms 10g. Recompiling the forms seems to be straight forward, but then what? I was told that I can no longer run the application in client-server mode. If that&#8217;s true, then how do I run them? Is there a runtime with 10g? I feel [...]]]></description>
				<content:encoded><![CDATA[<p>I need to convert an application written in Forms 6i to Forms 10g.  Recompiling the forms seems to be straight forward, but then what?  I was told that I can no longer run the application in client-server mode.  If that&#8217;s true, then how do I run them?  Is there a runtime with 10g?  I feel like an idiot, but I don&#8217;t know where to begin.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/converting-and-deploying-6i-forms-to-forms-10g/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>how to list forms and their base tables</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-list-forms-and-their-base-tables/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-list-forms-and-their-base-tables/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 17:18:05 +0000</pubDate>
		<dc:creator>Gurusamipalayam</dc:creator>
				<category><![CDATA[Forms 6i]]></category>
		<category><![CDATA[Oracle 10g]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[oracle 10g, forms 6i. v have 500 forms &#038; 3000 tables. v find it hard to find which tables getting data from which tables. How to take a list of forms and their corresponding base tables. v don&#8217;t want to check each form with form builder.]]></description>
				<content:encoded><![CDATA[<p>oracle 10g, forms 6i. v have 500 forms &#038; 3000 tables. v find it hard to find which tables getting data from which tables. How to take a list of forms and their corresponding base tables. v don&#8217;t want to check each form with form builder.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-list-forms-and-their-base-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert/delete/update data into VIEW using forms 6i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insertdeleteupdate-data-into-view-using-forms-6i/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insertdeleteupdate-data-into-view-using-forms-6i/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 13:16:06 +0000</pubDate>
		<dc:creator>Mohan2483</dc:creator>
				<category><![CDATA[Forms 6i]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle Forms]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i have created a view like create or replace view emp_dept as select emp.empno,emp.ename,dept.deptno,dept.dname from emp,dept where emp.deptno=dept.deptno; how to insert/delete/update data into the view emp_dept using forms 6i ?]]></description>
				<content:encoded><![CDATA[<p>i have created a view like</p>
<p>create or replace view emp_dept as select emp.empno,emp.ename,dept.deptno,dept.dname<br />
from emp,dept where emp.deptno=dept.deptno;</p>
<p>how to insert/delete/update  data into the view emp_dept using forms 6i ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insertdeleteupdate-data-into-view-using-forms-6i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/20 queries in 0.024 seconds using memcached
Object Caching 498/564 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 03:13:18 -->