TMSChangeNotification and NativeClient
Posted: Tue 17 Sep 2019 13:47
Hi,
According to:
https://www.devart.com/sdac/docs/devart ... cation.htm
You have to use the SQL Native Client Provider to get Change Notifications working.
But Microsoft says that the native client is deprecated and you should use the MsSQL Ole DB Driver:
https://docs.microsoft.com/en-us/sql/re ... erver-2017
Are changenotifications supported with ole db driver, too? If no: Is it planed for the future? Is there an alternative to change notifications with native client? Since i'm implementing it right now in a new project i don't want to use methods that are deprecated since i'm developing a long term project.
Best regards
According to:
https://www.devart.com/sdac/docs/devart ... cation.htm
You have to use the SQL Native Client Provider to get Change Notifications working.
But Microsoft says that the native client is deprecated and you should use the MsSQL Ole DB Driver:
https://docs.microsoft.com/en-us/sql/re ... erver-2017
Are changenotifications supported with ole db driver, too? If no: Is it planed for the future? Is there an alternative to change notifications with native client? Since i'm implementing it right now in a new project i don't want to use methods that are deprecated since i'm developing a long term project.
Best regards