|
-
December 15th, 2010, 09:58 AM
#5
Re: Query issues - ODBC Microsoft Access Driver error
 Originally Posted by Maximus_X
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|