I'm using Oracle 9i
I drag OleDbDataAdapte r from toolbox to create 'adapter' object. Click
Generate Data Set on Property to create DataSet 'dataSet'.
Drag DataGrid from toolbox to create dataGrid object.
Set dataGrid.DataSo urce = dataSet.
When I have my application run, the dataGrid show no row !
If I add adapter.Fill(da taSet), a dialog show that :
there is an exception.
Can anyone help me ?
Thank in advance.
I drag OleDbDataAdapte r from toolbox to create 'adapter' object. Click
Generate Data Set on Property to create DataSet 'dataSet'.
Drag DataGrid from toolbox to create dataGrid object.
Set dataGrid.DataSo urce = dataSet.
When I have my application run, the dataGrid show no row !
If I add adapter.Fill(da taSet), a dialog show that :
there is an exception.
Can anyone help me ?
Thank in advance.
Comment