Windows 2000 Server SP4 problem
Hi,
I have the next problem:
Hi,
I develop a simple Server Component using Visual C++, who have a only method that opened a database connection.
My Server Component running perfectly in a Windows 2000 Server SP2 machine who have Visual Studio IDE installed.
But if i probe this Server Component in a Windows 2000 Server SP4 machine (don't have installed Visual Studio IDE installed), the Component not running correctly and is bloq when a database connection is opening.
Somebody know how this succeded? it is a Windows 2000 Server SP4 bug?
Than you very much for all comment.
# 1 Re: Windows 2000 Server SP4 problem
I have no experience with Windows Servers, but I do know a little about the Visual Studio package.
AFAIK, Visual Studio 6 SP5 brought out some fixes for the Visual C++ part and components. Also it included a lot of fixes for the header files, maybe one of your header files was involved.
You should try getting this SP, it solves a lot of problems.
Another choice, altough I don't think it actually helps, is getting the changelog for Windows 2000 Server SP4 and try notice anything about database connections. I don't think the software you're communicating with is installed diferently in the two versions of yur OS.