How to do a SQL query via Socket?

0

How to get the client to pass a query to the server and then return what the client requested?

Example: The client passes the server the string: sql = "Select nome From Aluno"; and the server would have to return the name or the names of the students enrolled in the database.

How to do it?

    
asked by anonymous 06.06.2017 / 20:05

0 answers