Hi every body,
Can anybody tell me why this code do not work ?
I try to use ADO to open a mdb database in my application but with the
following declaration
_ConnectionPtr m_pConnection;
I obtain the following error message :
"error C2501: 'm_pConnection' : missing storage-class or type specifiers"
Other info : I use import instruction like this :
#import "C:\Program Files\Common Files\System\ADO\msado15.dll" \
no_namespace rename("EOF", "EndOfFile")
thanks in advance