Posts by Victor Lauria • 1 point
1 post
-
0
votes0
answers103
viewsQ: How to make an SQL query via Socket?
How to get the client to pass a query to the server and then return what the client requested? Example: Client passes the server to string: sql = "Select nome From Aluno"; and the server would have…