At 04:37 AM 8/8/00 , you wrote:
>Whatever method is used, if every client needs its own copy, start-up
>time is likely to be affected.
>
>If there is no central database presumably you don't want people to be
>able to make changes which become available to other users...
>
>What about using ObjectOutputStream to write out the data as a Java
>object?  Though to be honest this is ultimately going to result in a
>slow start-up.
>
>
>Robbie


That's correct.  The data supplied with my program will be the same across 
every program.  The data the user then supplies is only used by that 
user.  I need a database-like method that will allow me to only pull in 
data that matches a certain criteria.  Once again, it must be 
platform-independent and shouldn't be too hard to set up.  Any ideas?  Thanks!

Ben
  


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to