Hi,
What's the problem in the below code...
Dim ds As New DataSet
Dim da As New OleDb.OleDbDataAdapter
Dim cb As New OleDb.OleDbCommandBuilder(da)
Dim dsNewRow As DataRow
dsNewRow = ds.Tables("mr_head").NewRow()
I am getting the below error :
Object reference not set to an instance of an object.