Where can I find a list of Microsoft Paradox ODBC driver error codes?
- by Anthony D
I am currently using a Microsoft ODBC driver to connect a .NET application to a Paradox Database. Periodically I get errors like
ERROR [HY000] [Microsoft][ODBC Paradox Driver] Reserved error (-3034); there is no message for this error.
I would like to find a list of error codes that can translate -3034 into something that means something. Any ideas where to look?