SQL TimeStamp or ...
-
I am developing an application with Winforms (w/ C#).This application will work with MS SQL Server.The thing which made me confused is, my application should be noticed, whenever a update / insert generated in that dataSource. My friend told me that I could handle this situation , using Sql TimeStamp Column.. I found an article ( http://www.codeproject.com/cs/database/Multi-Tier.asp[^]) which talks about the DBConcurrency Do you have any other ideas rather than using TimeStamp , or should I solve my problem with these technique ? If there is anything that you dont understand , please let me know ..
-
I am developing an application with Winforms (w/ C#).This application will work with MS SQL Server.The thing which made me confused is, my application should be noticed, whenever a update / insert generated in that dataSource. My friend told me that I could handle this situation , using Sql TimeStamp Column.. I found an article ( http://www.codeproject.com/cs/database/Multi-Tier.asp[^]) which talks about the DBConcurrency Do you have any other ideas rather than using TimeStamp , or should I solve my problem with these technique ? If there is anything that you dont understand , please let me know ..
You might want to check into SQL Server Notification Services[^]. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You might want to check into SQL Server Notification Services[^]. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Thanks a lot dave..