• 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

Problem in Project

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is slight problem in My project.
The subject of my project i.e. Online Shopping (BOOKS) in JSP.
In this Online shopping the customers are giving there book order.
For this project I am using Oracle 9i as backend. I have constructed the same database in MS-Access also.
when the customer orders more than One book.
I am using the session tracking method to store previous order.
I have problem that,when I connect to the MS-Access database then it works fine,
But When I connect to the Oracle 9i then Only 1st order is updates other orders are not.
There is no error Msg at all.

I am confused please tell me what to do.

Thank you very much in advance.
[ October 12, 2006: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Oracle forum.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well maybe it has to do with commiting. Oracle is usually run where you have to commit your changes, whereas I don't think you have to commit using Access, so maybe you insert and don't commit.

Mark
 
Amit Keskar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any problem in Database ?

I have called the SetAutoCommit method of Connection object.
so I think there is no problem of commit.

If something is wrong then please correct it.
reply
    Bookmark Topic Watch Topic
  • New Topic