cannot found msado15.dll
-
Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...
-
Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...
Your example has msado15.dll mispelled. Try this: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" \ no_namespace rename("EOF", "EndOfFile") Darrell Long
-
Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...