Board index » delphi » MSDE and Firewall
Simon Bowyer
![]() Delphi Developer |
MSDE and Firewall2005-09-26 06:06:36 PM delphi103 We've had a problem recently at a customer site where they had a problem with their internet connection which then seemed to cause a connection error within our application. We use ADO to connect to an MSDE database. The two pc's are in a workgroup. The main pc with the database installed is fine but the other one cannot connect unless the windows firewall is switched off. I've tried adding the port to the list of exceptions which has worked here and elsewhere but not anymore at this site. We've had firewall issues before which have gone unresolved. We've ended up leaving the external router to handle the firewall and switched off the windows one. Any one else had this issue? Which connection protocols should we use? We've always left it at the defaults of TCP/IP and named pipes although if both are available, how do you tell the application which one to use? Thanks Simon |