Michael Falconer

the difficult takes time, the impossible just a little longer

My Links

Blog Stats

News

Michael Falconer is a freelance/contract .net developer working in and around Glasgow, Scotland, mainly on asp.net applications. His company is called, for some strange reason, Camel-Jones.

Archives

Post Categories

Blogs

Other Links

Regulars

Binding to distinct records in a DataSet

My latest puzzle has been how to bind a listbox to distinct records in a DataTable within a Dataset. As there is no method of selecting distinct records from a view, Microsoft's solution is to Implement a DataSet SELECT DISTINCT Helper Class in Visual Basic .NET. I've used this approach, and it works, but I can't help but feel it's not the most efficient way.

Anyone have any other ideas or solutions to this?

posted on Monday, May 17, 2004 3:57 PM