bhess1,
Thanks, is it ok to use port 80 in that fashion (normally HTTP for web pages) in my little vb app (tcp/ip) listener (currently the site is empty, no html), I'd have to upgrade to a dedicated service to use a port number, but I'm just testing for now, assuming i get no HTTP traffic I should be ok?
Thanks
Main Topics
Browse All Topics





by: bhess1Posted on 2008-01-04 at 18:10:18ID: 20587485
Seems reasonable. Understand that the app must make SQL calls to load the data (or place the data in text files and use BULK INSERT), and not just dump raw data into the SQL Server port. You probably already understand that, but I've seen sillier misunderstandings over my last 25 years of programming.