Thanks guys,
I prefer c# solution (as I use it more than VB), this seems OK, but does the sending application need to open my page (or the page is loaded on POST request), or this code works without it (in background)? So, if a sending server use my page's url parameters to send a message this code will take the message into string 'msg'. What if the message contain more than one field (separated with coma), and more than one recordset separated, let's say, with semi colon. How can I arrange it in more than one string, or is there any way to use ado .net to extract data from one string variable, in the table?
And, is there any way to test the code using localhost, or local network, before I try it on server?
Thank you again,