DataTable and Relational Operators

DavidM is running some interesting notes on DataTable Relational Operators (in C#) -- Introduction, JOIN, UNION, DISTINCT helper method, DIFFERENCE / MINUS, PRODUCT, DIVIDE, PROJECT. Each of these methods have various overloaded signatures and could easily be extended. David will dedicate a post for each of these operators.

Also, a new article by Bipin Joshi elaborates on how to Synchronize Identity Values between Database and DataSet During Updates - After inserting the rows in the database your DataTable does not automatically reflect the identity values of as assigned by the database. The problem can be solved by the clever use of stored procedures and output parameters.

Published Saturday, January 17, 2004 1:13 PM by ashben
Filed under:

Comments

Friday, January 16, 2004 7:06 PM by TrackBack

# DataTable and Relational Operators

Saturday, January 17, 2004 3:20 AM by Thomas Tomiczek

# re: DataTable and Relational Operators

::The problem can be solved by the clever use
::of stored procedures and output parameters.

I would not call this a "solution" per se.

I mean, I don't like SP's. But this is ONE side. People should not be forced to write a SP just for this.
Friday, January 23, 2004 8:55 AM by Johnny Hall

# re: DataTable and Relational Operators

You can get the same result without using SPs.
Monday, February 02, 2004 11:28 PM by TrackBack

# Signal-to-Noise #9

Monday, February 02, 2004 11:29 PM by TrackBack

# Signal-to-Noise #9

Leave a Comment

(required) 
(required) 
(optional)
(required)