L Luciano Aimi Aug 5, 2003 #1 Exist something like EJB query language for select data from typed dataset? Microsoft or third part library etc. thanx, l.a.
Exist something like EJB query language for select data from typed dataset? Microsoft or third part library etc. thanx, l.a.
J Josh Einstein Aug 8, 2003 #2 You can use DataView atop a DataSet and use the RowFilter property as a crude query engine. Josh
D Dino Chiesa [MSFT] Aug 15, 2003 #3 there is a thing called ObjectSpaces which is coming in Whidbey (the next version of the .NET Framework), that does Object-Relational mapping. Whidbey and ObjectSpaces will be previewed at the PDC in October. www.microsoft.com/pdc -Dino
there is a thing called ObjectSpaces which is coming in Whidbey (the next version of the .NET Framework), that does Object-Relational mapping. Whidbey and ObjectSpaces will be previewed at the PDC in October. www.microsoft.com/pdc -Dino