Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

SqlTableDependency_Changed what permission

$
0
0

Hi,

I have 2 database. One is from test with the same database: https://www.codeproject.com/Articles/1029976/SQL-Server-Notifications-on-Record-Change-with-Sig

void SqlTableDependency_Changed(object sender, RecordChangedEventArgs<Posts> e)
{
if (e.ChangeType != ChangeType.None)
{
BroadcastStockPrice(e.Entity);
}
}

and working exchange

I tried to use asp.net database with aspnet_membership with the same table tbl_posts and not working with the same example.

What permission I need?





Viewing all articles
Browse latest Browse all 1698

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>