﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » SQL 2005 Notification Services</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 17:46:32 GMT</lastBuildDate><ttl>20</ttl><item><title>SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6990.aspx</link><description>In a prior post &lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/Topic5041-6-1.aspx?Highlight=Notification"&gt;http://forum.strataframe.net/Topic5041-6-1.aspx?Highlight=Notification&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You mentioned that you support SQL 2005 Notification Services.&amp;nbsp;&amp;nbsp; Is this a native BO function or just based on the fact that SQL Server 2005 Ntification Services produces SQL?&amp;nbsp;&amp;nbsp;&amp;nbsp; I was looking for the samples or section in the help and did not find anything.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richard</description><pubDate>Wed, 21 Feb 2007 09:31:42 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost7049.aspx</link><description>Query notification services are more than likley never going to work in a 3-tier environment.&amp;nbsp; The reason is because there is not a persistent connection between the tiers, which is a good thing.&amp;nbsp; You can understand more about why we do not maintain a persistent connection by looking at the Smart-Client ES pages on the web site.&amp;nbsp; In order for query notifications to work there must be a persistent connection to the database which is listening for an event.&amp;nbsp;</description><pubDate>Wed, 21 Feb 2007 09:31:42 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost7019.aspx</link><description>Any idea how the 3-Tier Server handles objects with Query Notification Services turned on?&amp;nbsp; I haven't explored the 3-tier option yet and wonder if this option will have design implications regarding the Query Notification usage.&lt;/P&gt;&lt;P&gt;Richard</description><pubDate>Tue, 20 Feb 2007 13:08:22 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost7003.aspx</link><description>Yes, the most common use for Query Notification Services is for requerying lookup data and such and to avoid concurrency issues.&amp;nbsp; Say you have created an appointment scheduling program... if two people side-by-side are creating appointments, then you would want the changes by one user to be reflected on the other user's screen, either by polling the server for changes or by registering a query notification.&amp;nbsp;</description><pubDate>Tue, 20 Feb 2007 08:26:39 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6999.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;What are the common usage of notification service, auto requery BO populated combobox/list if any update at database?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Mon, 19 Feb 2007 19:16:43 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6998.aspx</link><description>Took 5 minutes to build a BO and map these properties.&amp;nbsp; Wow...&amp;nbsp;&amp;nbsp; Makes so many parts of an application Asynchronous when you don't need to keep populating.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Anyone build a Lookup Object Service that registers BO's into a Collection&amp;nbsp;and then you can share then across other forms?&amp;nbsp; Obviously you don't want to instatiate all lookups until you need the first one, but something that creates a Business Object for Payment Terms which is used for a lookup on Sales Orders, Customers, Invoices would be really cool especially tied into the Notification Query.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are probably a few dozen lookup objects for any application, like this.&amp;nbsp;&amp;nbsp;&amp;nbsp; You could create a timeout propety as well to dispose of a Lookup BO after a certain duration to free up memory.&lt;/P&gt;&lt;P&gt;The more I use Strataframe the better I like the power and flexibility.&lt;/P&gt;&lt;P&gt;Richard</description><pubDate>Mon, 19 Feb 2007 17:28:16 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6996.aspx</link><description>Just FYI....I thought I would add that you may want to use this sparingly.&amp;nbsp; By turning on a broker service you are increasing the amount of resources required for the database to respond.&amp;nbsp; Also, if you register too many notifications, you will also impact the performance of the database.&amp;nbsp;</description><pubDate>Mon, 19 Feb 2007 16:59:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6995.aspx</link><description>Well, we try ;)</description><pubDate>Mon, 19 Feb 2007 16:56:28 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6993.aspx</link><description>Ahhh,&amp;nbsp; I just started looking at the DDT and saw that checkbox.&amp;nbsp;&amp;nbsp; Man you guys are fast.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richard</description><pubDate>Mon, 19 Feb 2007 16:49:12 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>RE: SQL 2005 Notification Services</title><link>http://forum.strataframe.net/FindPost6992.aspx</link><description>It is native, but the Broker Server MUST be turned on on the database and you have to tell the BO to register with Notification services in order to .&amp;nbsp; If you use the DDT, it will turn the broker service on for you if you check the "Enable Broker Server on Database" with the database properties.&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/df5a31c3-6c46-46af-98de-7744.jpg"&gt;&lt;P&gt;Also, you have to set the ReceiveQueryNotifications on the BO to True.&amp;nbsp; Then you will be able to use the notification services.</description><pubDate>Mon, 19 Feb 2007 16:47:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>