• 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

Applet Data goes corrupt

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have an applet that reads a file (in byte form) which holds data values from a database query. This data is then displayed as a graph.
The data is written in bytes, applet called and read back same way. The actual reading is working fine, and the datafile is correct, as it can be proven on both a applet viewer (eclipse) and opera (browser). When using the applet locally, on network it works fine, data shows correctly.
The purpose of the applet is for users, who only have modem access (access restriction) try to view this data. The data is fine for a short way, then it goes wrong and messed the graph somewhat!! It occurs at the same place, regardles son the data, its around the 2250 byte of info.
Is there a known problem of IE 6.0?? Any clues please, my grey hairs are starting to go white!
[ October 02, 2003: Message edited by: David Vickers ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic