What i want to do is send a request to a listening server which i created and receive it, and then the server will reply with an answer. I am trying to get some mysql database values from an external listener program and receive them back to the program that requested them. Thats as best i can describe it. or maybe someone will tell me i am doing it a very dumb way and streamreader/writer is not the best way to do this, or is it??? I created an external app which holds the database info and connections to mysql server. It works perfect, but i dont know how i should go about requesting info from this program from another app i am using. Any suggestions on how you get database values from external listeners or mysql servers, would help me. So far my google searches come up with vague answers. :)
↧