tags:

views:

49

answers:

1

hey guys can you please help me again, i want my restaurant system to connect to database through network i.e. when waiter place order using handheld computer(PDA) and sending it to chef, so i want all data to be saved in database via network. i'm using java for this system.

+2  A: 

There's a lovely Java tutorial on that. Easy way is to use JDBC.

Charlie Martin