hi,
i am reading a xml file with following code after this i want to load the data in it to table in oracle :-
using System.IO;
StreamReader streamReader = new StreamReader(filePath);
string text = streamReader.ReadToEnd();
streamReader.Close();
...................any help is really appreciable............