Posts tagged with 'insert-2'
Combining Reports
Posted by Kim Landis on April 25, 2016 in .NET, Web, Mobile, Desktop
With ActiveReports, you can combine multiple reports into one. How you do it depends on the type of report.
CRUD operations in ComponentOne Scheduler
Posted by Reema on November 19, 2014 in Desktop, .NET
C1Scheduler supports flexible data bindings with different types of database vendors like, MsAccess, SqlServer, Oracle Db, etc.
Batch Update in C1DataGrid for WPF
Posted by Anupam_P on August 5, 2013 in Desktop, .NET
Developers need to track the edits (insert, update and delete) while working in any grid control and then provide the capability to utilize the same database connection to perform the updates, and optionally perform the updates as an atomic transaction. There are use cases when a user changes data in a data grid, and those changes are immediately reflected back to the database.