J
John Dann
As only an occasional ado.net user I'm realising that there's
something important and basic that I don't understand:
I can obviously perform SQL queries on a database, but sometimes the
data I need to access is in a bare datatable. So the question is
whether there is a mechanism for performing a query directly on a bare
datatable or, failing that, if add the table to a temporary dataset
will that do? Or do I need to go the whole hog and integrate it into a
full database?
(In VB.Net if it makes any difference)
Thanks
JGD
something important and basic that I don't understand:
I can obviously perform SQL queries on a database, but sometimes the
data I need to access is in a bare datatable. So the question is
whether there is a mechanism for performing a query directly on a bare
datatable or, failing that, if add the table to a temporary dataset
will that do? Or do I need to go the whole hog and integrate it into a
full database?
(In VB.Net if it makes any difference)
Thanks
JGD