 |
Return new identity from Strongly Typed Dataset DataTable.Insert method
Dave Howard (13398 views)
Return new identity from Strongly Typed Dataset DataTable.Insert method
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/ViewF2737CEE-4FCE-4215-B8CA-74D77EF64A5F.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzil
|
 |
Strongly Typed DataSets and GridViews
Dave Howard (5684 views)
Strongly Typed DataSets and GridViews
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/ViewF9581DAE-CCF8-49FF-844C-7498603E0005.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzilla.co.uk/ViewF9581DAE-CCF8-49FF-84
|
 |
Strongly Typed Dataset doesn't always auto generate DELETE and UPDATE stored procedures
Dave Howard (3713 views)
Strongly Typed Dataset doesn't always auto generate DELETE and UPDATE stored procedures
I found this problem whilst creating a STD that included a many to many relationship between two tables.
I created a table consisting of the two foreign keys and appropriate constraints to support the rel
|
 |
Extending Strongly Typed Datasets
Dave Howard (3165 views)
Extending Strongly Typed Datasets
Strongly Typed Datasets are a rather nice addition to VS2005 (they don't lend themselves well to acronyms however)
You still need to create a database and tables and realationships but using STDs saves a writing huge amount of code.
If this code were gene
|