Sreenivasan M

Greenhorn
+ Follow
since Oct 05, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sreenivasan M

pls post replies...guys..................

waITING.......................

need jsp , or servlet code...

pls...urgent
17 years ago
JSP
Guys how do i update dropdown menu contents on radio button click...i.e. on different radio button click the contents in the dropdown will be different accordingly...
just check the image below for broader idea...pls help with some java jsp code...urgent..



here on clicking complaint button the category dropdown will have some values...
and on clicking the request radio, the dropdown will automatically gets refreshed and have other values...

post some code guys...

[BPSouther: fixed image link]
[ November 16, 2006: Message edited by: Ben Souther ]
17 years ago
JSP
boolean execute()
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.

ResultSet executeQuery()
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.

int executeUpdate()
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
use java DOM/SAX parsing for xml file...and find out the tag names...and the inner text values...

use a similar approach for oracle bd file also...


after that compare using a java compare program...which takes two files as parameters adn compares the values between them
what is the exact function of count(*)???

and what does "SELECT count(*) from Table" syntax do and signify???
oracle 9i ---for windows based platforms (may be linux also..not sure)
oracle 10g--only for linux