Skip to content

Commit 32f9499

Browse files
authored
Update info
1 parent 8269552 commit 32f9499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jdbc-tcp/info

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ This project shows you how to connect your java program on a client to a java ap
22
A java-java communication takes place via TCP Sockets (there are other methods too), and
33
A java-database communication takes place via JDBC API.
44
So, I have designed this project to give the viewer a gist of both of these.
5+
The database that I have used contains 5 records, with the "Eid" values 1 to 5.
6+
So, enter any one from 1 to 5 on client side, and the employee details will be fetched accordingly.
7+
You can alter the database as per need. Happy Coding!

0 commit comments

Comments
 (0)