G
Guest
I have three weeks of history for all user accounts stored in a DataSet (dsAccountsHistory). I want to be able to narrow that data down to one specific user, at runtime, without having to make another round-trip to the dadabase. I would love to be able to do it with an SQL command like "select * from dsAccountsHistory where dsAccountsHistory.custId=targetId" but a DataAdapter only lets you connect to a database, not a DataSet. Any suggestions
If you respond with code samples, C# is my perfered language but VB.Net is ok too
Thanks
Dan
If you respond with code samples, C# is my perfered language but VB.Net is ok too
Thanks
Dan