SQL_ATTR_CONNECTION_TIMEOUT 的值是多少?
天哪,当您遇到代码库没有最新常量的问题并且您想要运行某些内容并且MSDN 只是告诉您使用 SQL_ATTR_CONNECTION_TIMEOUT。
有谁知道这个常数背后的价值?
请告诉我是否有这些常量值的存储库,有时 MSDN 有它们 - 特别是错误代码,但我在这篇特定的 MSDN 文章中看到的大部分内容并不在我们老化的 ODBC 接口中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是113吗?
(谷歌搜索 * #define SQL_ATTR_CONNECTION_TIMEOUT *)
Is it 113?
(Googled * #define SQL_ATTR_CONNECTION_TIMEOUT *)