Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
Ultra win source to dataset or datatable
posted

hello Tech,

glad to inform u that u r prod is very useful to us

in my case i m importing data from excel by open our worsksheet.open(), by running loop i m posting value to ultragrid

for that creatiojn of colums in ultragrid i have used datatable now, it supports bulk insert

(sqlbulkcopy)   

i want to know if use ultradatasource also if it can be done if so

 how i can convert data from ultradatasoure to dataset or datatable

 

Thanks & Regards

Karthik

  • 69832
    Offline posted

    karthi2itnet said:
    i want to know if use ultradatasource also if it can be done if so how i can convert data from ultradatasoure to dataset or datatable

    UltraDataSource exposes a Rows property (collection of rows), and UltraDataBand exposes a Columns property (collection of columns), so you can easily iterate the rows and columns to build a DataTable.