Quote Originally Posted by Maximus_X View Post
Man, the error message is clear and this is not an issue.
The issue is generated by SQLExecDirect() and I can see it in the returned value. (I mean nRetCode = -1 which is a fail value.)
You are not friendly to someone who tried to help you. I made ODBC programming for many years and an error message like

[Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented
may be clear for you if you have more experience than me. However, *n my opinion this message is only the last of many messages where one probably says which optional feature wasn't implemented.

BTW, I never used a select * with ODBC but always used column names which I fetched with full binding.