On 4/17/2016 10:13 AM, Brad Stiles wrote:
> An ADO.NET DataTable *can* have type information for table columns, if you 
> add a parameter to the WriteXml method to have it write the schema along with 
> the data. Obviously, *their* data must be typed from their source, or be 
> inferred, for this to work.

If the DataTable is the result of a SELECT that involves 
more than one table is the schema information included for 
each of the tables?

> See if your provider can do this for you. If they can, you should have little 
> problem reading it, assuming you're not using .Net yourself.

I'm confused by your statement. I am using .NET, that's why 
I'm dealing with ADO.NET DataTables.

Thanks,
-Bill

Reply via email to