In MFC application,i wish it can give me a tag when i update a table.If any system command can do this in SQLServer?
i need to reload pictures with the tag.
In MFC application,i wish it can give me a tag when i update a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL Server can notify you when a table was updated, see The Mysterious Notification. Query Notifications, the technology the powers this mechanism, is usable from both ODBC and from OleDB. See Working with Query Notifications. With SqlClient managed client you could use LINQ with LinqToCache, but I guess that avenue is closed for MFC native apps.