 




<?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; JDBC</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/database/jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 07:36:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JDBC in SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-in-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-in-sql/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 17:27:02 +0000</pubDate>
		<dc:creator>Msatbh</dc:creator>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/jdbc-in-sql/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-in-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to display 10records in the browser again when we press the next button it will display 10 recors</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-10records-in-the-browser-again-when-we-press-the-next-button-it-will-display-10-recors/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-10records-in-the-browser-again-when-we-press-the-next-button-it-will-display-10-recors/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 12:02:10 +0000</pubDate>
		<dc:creator>suneelkumar</dc:creator>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Servlet]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=264741</guid>
		<description><![CDATA[New Discussion Post by carlosdl]]></description>
				<content:encoded><![CDATA[New Discussion Post by carlosdl]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-10records-in-the-browser-again-when-we-press-the-next-button-it-will-display-10-recors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Oracle 10g software is needed to download and install on the system for Running JDBC Programs on the system.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-oracle-10g-software-is-needed-to-download-and-install-on-the-system-for-running-jdbc-programs-on-the-system/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/what-oracle-10g-software-is-needed-to-download-and-install-on-the-system-for-running-jdbc-programs-on-the-system/#comments</comments>
		<pubDate>Mon, 21 May 2012 13:30:45 +0000</pubDate>
		<dc:creator>ora15</dc:creator>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[Oracle 10g]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Sir what, Oracle 10g Software  is needed to be downloaded from the Internet, for installing it into the system for compiling JDBC java programs. Sir please tell me the reply sir, for the running JDBC java programs.]]></description>
				<content:encoded><![CDATA[<p><b>Sir what, Oracle 10g Software  is needed to be downloaded from the Internet, for installing it into the system for compiling JDBC java programs. Sir please tell me the reply sir, for the running JDBC java programs.</b></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/what-oracle-10g-software-is-needed-to-download-and-install-on-the-system-for-running-jdbc-programs-on-the-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trigger over table that uses transaction inserts</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/trigger-over-table-that-uses-transaction-inserts/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/trigger-over-table-that-uses-transaction-inserts/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 17:23:41 +0000</pubDate>
		<dc:creator>KSC</dc:creator>
				<category><![CDATA[iSeries]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[SQL INSERT]]></category>
		<category><![CDATA[Triggers]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a table that is being updated via JDBC. The program that is writing records (sql insert) is using transactions. This table has an after insert trigger on it. When the trigger is disabled the table is updates correctly. When the trigger is on we get the first record and the tigger locks the [...]]]></description>
				<content:encoded><![CDATA[<p>I have a table that is being updated via JDBC. The program that is writing records (sql insert) is using transactions. This table has an after insert trigger on it.<br/><br/> When the trigger is disabled the table is updates correctly. <br/><br/> When the trigger is on we get the first record and the tigger locks the record and the insert of the other transaction rows never completes. <br/><br/> My trigger is defined like this.<br/><br/>  
<pre><br/><br/> CREATE TRIGGER DECOURTTR <br/><br/> AFTER INSERT ON DECOURT <br/><br/> FOR EACH STATEMENT <br/><br/> MODE DB2SQL <br/><br/> SET OPTION ALWBLK = *ALLREAD , <br/><br/> ALWCPYDTA = *OPTIMIZE , <br/><br/> COMMIT = *NONE , <br/><br/> CLOSQLCSR = *ENDMOD , <br/><br/> DECRESULT = (31, 31, 00) , <br/><br/> DFTRDBCOL = *NONE , <br/><br/> DYNDFTCOL = *NO , <br/><br/> DYNUSRPRF = *USER , <br/><br/> SRTSEQ = *HEX <br/><br/> BEGIN ATOMIC <br/><br/> DECLARE P_ACTION CHAR ( 3 ) ; <br/><br/> SET P_ACTION = 'ADD' ; <br/><br/> CALL DECOURTPR ( P_ACTION ) ; <br/><br/> END ; <br/><br/> </pre>
<p><br/><br/> How do I need to redefine this to make it work? Kerwin<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/trigger-over-table-that-uses-transaction-inserts/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>JDBC connection thru AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-connection-thru-jt400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-connection-thru-jt400/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 15:34:41 +0000</pubDate>
		<dc:creator>PranavSharma</dc:creator>
				<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[CPU Utilization]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[WRKACTJOB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All we are getting issue in as400 cpu utilisation. qzdasoinit jobs is getting killed after closing connection but after when we initiate a fresh connection it utlises cpu from where previous connection was closed. Suppose if previous connection was closed at cpu usage 10%, job would disappear from wrkactjob but when fresh connection is [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All we are getting issue in as400 cpu utilisation. qzdasoinit jobs is getting killed after closing connection but after when we initiate a fresh connection it utlises cpu from where previous connection was closed. Suppose if previous connection was closed at cpu usage 10%, job would disappear from wrkactjob but when fresh connection is made thru jdbc utilisation of job would start from 10%. Please advise</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/jdbc-connection-thru-jt400/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Change password through JDBC</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-password-through-jdbc/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/change-password-through-jdbc/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 10:19:08 +0000</pubDate>
		<dc:creator>Srinivas2044</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Database]]></category>
		<category><![CDATA[Java developers]]></category>
		<category><![CDATA[JDBC]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi can any one help me .. how to change a password reset/ change password through JDBC connections specifications: 1)we are going to change password from front end URL 2)we need to connect through Db2 database through JDBC connections]]></description>
				<content:encoded><![CDATA[<p>hi can any one help me .. how to change a password reset/ change password through  JDBC connections<br />
specifications:<br />
1)we are going to change password from front end URL<br />
2)we need to connect through Db2 database through JDBC connections</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/change-password-through-jdbc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Boomi using JDBC to access DB2 in AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/boomi-using-jdbc-to-access-db2a/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/boomi-using-jdbc-to-access-db2a/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 18:46:53 +0000</pubDate>
		<dc:creator>APMMRE</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[AS/400 DB2]]></category>
		<category><![CDATA[Boomi]]></category>
		<category><![CDATA[JDBC]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Want to use Boomi to access JDE DB2 What do I need to define on AS400?]]></description>
				<content:encoded><![CDATA[<p>Want to use Boomi to access JDE DB2 What do I need to define on AS400?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/boomi-using-jdbc-to-access-db2a/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect JasperServer and Sql 2008</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/connect-jasperserver-and-sql-2008/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/connect-jasperserver-and-sql-2008/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 04:03:51 +0000</pubDate>
		<dc:creator>Edkettavan</dc:creator>
				<category><![CDATA[Jasper]]></category>
		<category><![CDATA[JasperServer]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i tired these steps : # Download the Microsoft JDBC driver: Microsoft SQL Server JDBC Driver # Extract to a good location. I chose c:program files to extract to. # Copy the sqljdbc4.jar to your installation directory which by default is: c:program filesjasperserver-pro-3.5.1apache-tomcatwebappsjasperserver-proWEB-INFlib # Restart JasperServer (there is a shortcut in the start menu to [...]]]></description>
				<content:encoded><![CDATA[<p>i tired these steps :<br />
# Download the Microsoft JDBC driver: Microsoft SQL Server JDBC Driver<br />
# Extract to a good location. I chose c:program files to extract to.<br />
# Copy the sqljdbc4.jar to your installation directory which by default is:<br />
c:program filesjasperserver-pro-3.5.1apache-tomcatwebappsjasperserver-proWEB-INFlib<br />
# Restart JasperServer (there is a shortcut in the start menu to restart it).<br />
# Log into JasperServer’s web site. http://YourServer:8080/jasperserver-pro<br />
# Go to View | Repository.<br />
# Click the second icon called Add Resource and select Data Source.<br />
# Choose JDBC Data Source and click next.<br />
# Provide any Name, Label, and Description.<br />
# For the driver put this:<br />
com.microsoft.sqlserver.jdbc.SQLServerDriver<br />
# For the URL put this:<br />
jdbc:sqlserver://ServerName:1433:databaseName=MyDatabase;<br />
# Enter the username and password.<br />
# Select a time zone.<br />
# Click Test and it should succeed./reporting/jaspersoft/<br />
But Connection test failed? ANyone can help me?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/connect-jasperserver-and-sql-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to connect to database inside VMWare from the web applications</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-connect-to-databse-inside-vmware-from-the-web-applications/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-connect-to-databse-inside-vmware-from-the-web-applications/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 12:34:50 +0000</pubDate>
		<dc:creator>Swatigaur</dc:creator>
				<category><![CDATA[DSN connection]]></category>
		<category><![CDATA[Java Database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web Dynpro]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All, I have VMWare in my desktop which contains the Oracle database. And in general my desktop is in network with the server having web based applications. Now I want to fetch the data from this VMWare database in my application. Can we establish JDBC connection from the application to this database. Can we [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All,<br/><br/> I have VMWare in my desktop which contains the Oracle database. And in general my desktop is in network with the server having web based applications. Now I want to fetch the data from this VMWare database in my application. Can we establish JDBC connection from the application to this database. Can we create a DSN? <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-connect-to-databse-inside-vmware-from-the-web-applications/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AS400 &#8211; ORACLE JDBC</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-oracle-jdbc/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-oracle-jdbc/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 18:10:41 +0000</pubDate>
		<dc:creator>Kevin400</dc:creator>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can we take an RPG program that reads a DB2/400 database table and without modifying its code change it to point to the “same” table in an Oracle database using JDBC?]]></description>
				<content:encoded><![CDATA[<p>Can we take an RPG program that reads a DB2/400 database table and without modifying its code change it to point to the “same” table in an Oracle database using JDBC?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-oracle-jdbc/feed/</wfw:commentRss>
		<slash:comments>1</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/22 queries in 0.025 seconds using memcached
Object Caching 915/984 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 08:23:40 -->