Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 479 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 479 Bytes

Client-server-application

The client-server application allows to record or update data about customers in database table.

Client: you should fill the space with ID, name, city and postcode. Server: if there is already a recorded ID in table, information will be updated. Otherwise, new data will appear in the table in a wiew of 1 row.

After a successful transaction you will receive a message from server: "Record inserted successfully into data table".