Where can I find a list of Microsoft Paradox ODBC driver error codes?
Posted
by Anthony D
on Stack Overflow
See other posts from Stack Overflow
or by Anthony D
Published on 2009-09-10T14:20:25Z
Indexed on
2010/03/12
11:17 UTC
Read the original article
Hit count: 421
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?
© Stack Overflow or respective owner