What is the value for SQL_ATTR_CONNECTION_TIMEOUT?
Boy it's annoying 开发者_运维问答when you run into a problem where your code base doesn't have the latest constants and there is something you want to run and MSDN just tells you to use SQL_ATTR_CONNECTION_TIMEOUT.
Does anyone know the value behind this constant?
Please let me know if there is a repository of the values of these constants, sometimes MSDN has them - especially for error codes, but most of the stuff I see on this particular MSDN article isn't in our aged ODBC interface.
Is it 113?
(Googled * #define SQL_ATTR_CONNECTION_TIMEOUT *)
精彩评论