Browse by Tags

WPF Data Binding: How to Bind DataSet to WPF Designer
13 November 09 05:58 AM
WPF Data Binding: How to Bind DataSet to WPF Designer In our previous posts, we mostly used the Entity Data Model as the ORM (Object-relational mapping) layer for the WPF Data Binding scenarios. Meanwhile, since DataSet is used broadly, we also provide Read More...
Postedby Yaohai | 0 Comments    
Refresh the Primary Key Identity Column during Insert Operation
14 September 09 10:17 PM
If you have an identity primary key column defined in a database table, its value will be automatically set by the database engine when you insert a new row to the table. The identity value is determined by the column’s Identity Seed and Identity Increment Read More...
How to Workaround Sorting Errors when Updating Self-Referencing DataSet Tables with Visual Studio 2008 SP1
05 September 09 05:14 AM
Hierarchical update is an important feature of typed dataset that refers to the process of saving updated data back to a database while maintaining referential integrity rules. This feature is enhanced in Visual Studio 2008 by introducing a TableAdapterManger Read More...
Postedby Gavin Fu | 1 Comments    
Multi-Targeting and N-Tier Dataset
29 July 09 03:21 PM
Multi-Targeting in Visual Studio What is Multi-Targeting in Visual Studio? The multi-targeting feature of Visual Studio lets you specify the version of the .NET Framework, or its profile, that is required for your application. For example, with Multi-Targeting, Read More...
Postedby Shichao Hu | 0 Comments    
Using TableAdapters to Insert Related Data into an MS Access Database
14 May 09 06:54 PM
I’ve posted before about how to use TableAdapters to update parent-child (master-detail) relationships against SQL server. It’s pretty straightforward and Visual Studio generates all the code for you to properly insert, update and delete your data. However Read More...
Postedby Beth Massi | 0 Comments    
Filed under: ,
TableAdapter and Multiple Result Sets
08 March 07 02:22 PM
Several people asked me whether TableAdapter can be used to retrieve multiple result sets from stored procedures. The quick answer is... No, you can't do that with TableAdapter.Fill() method that gets generated as a part of Typed Dataset. But there's Read More...
Postedby youngjoo | 2 Comments    
Filed under:

This Blog

Syndication

Page view tracker