ADO Connection CreateInstance Fails On Windows Server 2003

后端 未结 1 1497
南旧
南旧 2021-01-25 13:58

I have an application that runs fine on Windows 7 but is failing on Server 2003. The line that fails is the third line below

_ConnectionPtr pConnection = NULL;
:         


        
相关标签:
1条回答
  • 2021-01-25 14:14

    This might help...

    An ADO application does not run on down-level operating systems after you recompile it on a computer that is running Windows 7 SP 1 or Windows Server 2008 R2 SP 1 or that has KB983246 installed

    0 讨论(0)
提交回复
热议问题