• 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

Bulk Data Update Problem- Urgent

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Application installed on Linux environment.

I got the list screen displaying 100 records. I am selecting all the records using "select all" option and trying to update all the records to the database.

The problem is when i am trying to update 100 records it is not updating in the database. But when i select 10 records it is updating perfectly.

When i installed my application on windows it is working prefectly in both the cases.

Can anyone help me is there any restriction of data to pass to the server in browser in linux environment.

Thanks in advance

-Narayan
 
reply
    Bookmark Topic Watch Topic
  • New Topic