WMI Data Reader using data table -
03-04-2008
, 09:09 AM
I'm recovering data using WMI Data Reader. It can store the return as a Data
table to a variable of type Object. For practical reasons, I am trying to
avoid using an interim temporary file to recover this data. BOL seems to
have no guidance as to how to read and use this data table after gathering
it. Does anyone know of a tutorial or an explanation of how to get at the
content of this variable. Allowing "data table" object as a variable type
and not providing an easy and intuitive means of reading/using it seems a bit
short-sighted and useless. Either that or the BOL needs a better index and
search facility.
Any help or pointers gratefully received. |