Hi
I am opending the SQL database as below
I am supplying the connection string and it works good for SQL.Code:BOOL bRet = m_DataBase.OpenEx(sDSNLESS, CDatabase::noOdbcDialog | CDatabase::openReadOnly );
But, this is not working for MSAccess. Why? Is it not possible to open and access the MSAccess database like this?
Thanks
Anita Eugene


Reply With Quote