Apr 6, 2004 #1 davem99 Programmer May 19, 2003 74 US Hi - does anyone have sample code that will enable me to have my VB app contact my sql server over http: to see if a users subscription is valid? thanks in advance!
Hi - does anyone have sample code that will enable me to have my VB app contact my sql server over http: to see if a users subscription is valid? thanks in advance!
Apr 6, 2004 #2 SemperFiDownUnda Instructor Aug 6, 2002 1,561 AU If I was you I wouldn't expose your SQL server directly to the internet. Use a web server and do a SOAP request. There are tons of posts on SOAP in this forum. If you put your SQL server directly on the internet you are just asking for trouble IMHO. Hope I've been helpful, Wayne Francis If you want to get the best response to a question, please check out FAQ222-2244 first Upvote 0 Downvote
If I was you I wouldn't expose your SQL server directly to the internet. Use a web server and do a SOAP request. There are tons of posts on SOAP in this forum. If you put your SQL server directly on the internet you are just asking for trouble IMHO. Hope I've been helpful, Wayne Francis If you want to get the best response to a question, please check out FAQ222-2244 first