Distinct Count RowFilter/Select?

G

Guest

Adding a distinct row filter or select

"SELECT * FROM Records INNER JOIN OtherTable..." is the select and DS is
filled with a da

Dim DR() As DataRow = DS.Tables(0).Select("Distinct Count(RecordID)")

I hope you get the idea, how to get this to work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top