Hi Vibin,
DataTable and DBDataSource are 2 diffferent datasources.
You cannot bind one to the other.
You can, though, bind them to a matrix.
This is how you bind DBDataSource to matrix :
oMtx.Columns.Item(1).DataBind.Bind("UDOTableUID","Column Name")
Or you can bind them directly in screen painter/B1Studio.
Regards
Edy