secure socket or remote sql ?

didgydont

Active member
Joined
Mar 2, 2009
Messages
37
Programming Experience
Beginner
hello all
im still learning vb.net and want to make a sever and client app.
dont know what it will do yet. but i will want the client to talk to the server app on a port that will then update data on a mysql database.
i have been looking at this Building a secure private chat application with VB.NET type of connection or a System.Net.Sockets.TcpClient() style connection wich i know nill about yet. Or should i just use remote sql ?
i was thinking if i learnt System.Net.Sockets.TcpClient() they couldnt just download the mysql workbench and i thought if the big speed site is encrypted i could even send sesitive data over the internet ? I just want to what the pro's would do.

thanks for reading
 
Back
Top