Hi Guys
I'm developing a little app that has a client and a server. Very simple contacts program.
I can update, delete, insert into my database if everything is on the same computer, but I want to implement client / server (don't ask me why, just for the hell of it!).
So the database will sit on the server and the client will send sql statements to the server, the server will then execute them and pass the response back to the client.
Has anyone done this before? Can anyone point me in the right direction?
Thanks.