ADO SQLServer programming is recently used. As a newbie programming, some phenomena and problems are encountered during use. Some solved, some have not resolved. In this way, you will communicate with you.
For the use of ADO, everyone knows to introduce Msado15.dll. But the introduction method seems to be more than one. The way used is:
#import "C: / Program files / compon files / system / ado / msado15.dll" no_namespace rename ("EOF", "AdoEOF")
But after I asked my friends, I found Msado15.dll and other introduction methods.
: #Import
Interestingly, these two import methods can introduce ADO operations for the database, but the function is completely different. After view, it is found that the ADO operation function introduced in the first introduction method is a package in the ADO operation function introduced in the second way. What is this different reason, is it because of RAW_INTERFACES_ONLY? Everyone may wish to test it.