Forum Moderators: open
The problem is that any user who is using the program on Windows 2000 get a DB connection error. All other platforms like Windows 98/Windows XP work fine.
Does anyone know of a feature of Windows2000 that may be blocking this information and recording a DB connection error? Its almost as if there is a firewall issue but our tester says there is no firewall enabled.
Any feedback would be appreciated!
Thanks,
Firewalls could block the ports that SQL data goes on....I think it is port 1433 by default if you are using TCP/IP as the transport.
In your app you'd then call the webservice. Again in C++.Net i'm not sure how, but in VB and C# using visual studio we just make a proxy class to it and use it as any other object would be used with its methods and functions.
I really recommend getting a begging .Net book or looking at the starter samples on ASP.Net.