Hello Everyone, Is there any Cursor objects or Recordsets available in servlet as in VB. Iam working in a Sales package and want to generate lots of reports. If I use a RecordSet of java iam unable browse thru it or change the value of it. Is there any cursors or table like structure in which I can modify the data. Waiting for ur response Regards S Chandramohan
Have a wonderful day and wish u success<p>S Chandra Mohan<br />sc_mohan_us@yahoo.com
Can u elaborate what u want. if u have a specific problem tell it. ------------------ I.K.VISHWANATH
I.K.VISHWANATH
S Chandra Mohan
Ranch Hand
Joined: Oct 19, 2000
Posts: 75
posted
0
hai Kasi, In foxpro or VB u will be having result sets or cursur which act like frontend tables. U can go through the records, modify them and traverse. I want to generate a enquiry screen using servlet. for this i will select data from various tables and after some calculation i will store them in the cursor or table. This is very much possible with VB or Foxpro. Can i do the same in java?? Please help me. regards S Chandra mohan
Hi Mohan, I have no idea of VB and Foxpro.:=) In Java too we have result set which facilitate any kind of navigation.Inaddition vectors or hash table can be used for storing purposes. I hope this piece of information will be helpful to u
[This message has been edited by ram mohan (edited November 01, 2000).]
S Chandra Mohan
Ranch Hand
Joined: Oct 19, 2000
Posts: 75
posted
0
Hi ram, ur message sounds interesting. can u please put it in detail with sample code or syntax. thanking u. regards S Chandra Mohan