• 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

Errors starting remote server

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
1.i like to start my remote server at the command line.can i just throw the errors at the command prompt ,ask the user what to do from here.
any advice , how should i do it.
2.I have developed a gui for my client to choose between local and remote connection.
is it ok to start up a client with gui and starting the server at the command line not with gui.can i get away with that
3.I intentionally corrupted my databasefile ,i got runtimeException at the client side,so i guess i just catch it and show a appropriate message for this error.
any advice be helpful
thanks
harcharan
[ October 02, 2002: Message edited by: harcharan kanwal ]
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. I think a text-only interface for the server should be fine. I know Michael Morris created a full GUI for the server though.
2. I think so
3. See this thread for a discussion on doing an integrity test of the db.db file before reading all the way through it.
 
harcharan kanwal
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks pete
 
reply
    Bookmark Topic Watch Topic
  • New Topic