aspose file tools
The moose likes JDBC and the fly likes Problem in Divison Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Problem in Divison" Watch "Problem in Divison" New topic
Author

Problem in Divison

Sujay Nadkarni
Ranch Hand

Joined: Jul 03, 2008
Posts: 34

I found out the values and stored it in x and p.
Since x is the result of aggregate function it contains only one value. P contains multiple value.
Now I want to divide each value stored in p with x and insert it into the database. How do i do that?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336


P contains multiple value.

No it doesn't, unless there is only one row returned by the SQL "Select mcap from Nifty". Otherwise it contains one value which you overwrite.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

DO NOT USE JDBC INSIDE OF JSP!


My Blog: Down Home Country Coding with Scott Selikoff
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Problem in Divison
 
Similar Threads
Aggregate functions problem in jsp
pass the value to next form
while loop in a while loop
Displaying image from dbase
database coloumn updation problem