• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cursors in Servlet

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can u elaborate what u want. if u have a specific problem tell it.
------------------
I.K.VISHWANATH
 
S Chandra Mohan
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ram,
ur message sounds interesting.
can u please put it in detail with sample code or syntax.
thanking u.
regards
S Chandra Mohan
reply
    Bookmark Topic Watch Topic
  • New Topic