简体   繁体   中英

ADO.Net binding table to datagrid

I want to Bind table from SQL database to my datagridview in windows forms c# and that my datagridview keeps updating it's content like receiving a signal from the database that is the table has been updated so my datagridview download only the new records or update the updated records in the database

it's for CRM system by the way , thanks

You need to add a trigger in your Database, triggers are some kind of event that fires when a database table is added/updated/deleted

SQL Server Triggers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM