Forum Moderators: open

Message Too Old, No Replies

Querying a dataset asp.net

I'm trying to query a dataset from my webform

         

mrfori

2:20 am on Jan 14, 2004 (gmt 0)

10+ Year Member



Hi guys,

Thanks a lot for all your support.
Since my hosting got rid off SQl Server 2000. I decide to store a small table as a XML file.

The table is very readonly information.

I populate a dataset to start of with.
But now I need to so a small query
(kinda Select from where) ..
Any idea how can i do that?

thanks guys

korkus2000

2:45 am on Jan 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is tricky, but you should look at the dataview class. Filtering the dataview you can achieve a type of sql.

[samples.gotdotnet.com...]