M
Mahesha
Hello,
Is it possible in ADO.NET to populate each column of a datatable from
a different oleDBprovider. I mean, if I define a datatable with 5
columns.
First column should be populated from a sybase data source. Second
from a SQL server , third from a XML file.
Also based on the data populated in this way, I need to make 4th and
5th columns as calculated columns based on data in first three
columns.
The data for 4th column should be something like this:
Round(ColData_1,2) + (ColData_2-ColData_3)/2
Any help on this would be great..
Thanks
-Mahesha
Is it possible in ADO.NET to populate each column of a datatable from
a different oleDBprovider. I mean, if I define a datatable with 5
columns.
First column should be populated from a sybase data source. Second
from a SQL server , third from a XML file.
Also based on the data populated in this way, I need to make 4th and
5th columns as calculated columns based on data in first three
columns.
The data for 4th column should be something like this:
Round(ColData_1,2) + (ColData_2-ColData_3)/2
Any help on this would be great..
Thanks
-Mahesha