查询通知
有人可以告诉我查询通知的版本要求吗? 我们正在运行 sql server 2008 并使用 ODBC 3.0,但仍在 Visual Studio 6 上。 编译时某些 ODBC 参数(例如:SQL_SOPT_SS_QUERYNOTIFICATION_OPTIONS)不是 成立。 任何帮助将不胜感激。 提前致谢, 比尔·里吉奥
could someone pls tell me the version requirements for query notification?
we are running sql server 2008 and use ODBC 3.0 but are still on visual studio 6.
on compile some of the ODBC parameter (ex: SQL_SOPT_SS_QUERYNOTIFICATION_OPTIONS) are not
found.
any help would be greatly appreciated.
thanks in advance,
Bill Riggio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要升级到 SQL Server Native Client 驱动程序(下载 此处)利用查询通知。根据 Microsoft 文档此处:
I think you'll need to upgrade to the SQL Server Native Client driver (download here) to take advantage of query notification. Per Microsoft documentation here: