Fetch data from Oracle database to data grid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hai Ly Hoang [MT00KSTN]

    Fetch data from Oracle database to data grid

    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.


  • Chris

    #2
    Fetch data from Oracle database to data grid

    There are Oracle specific classes you can use in
    ADO.NET. It's about as simple as using SQL Server when
    you use these classes.

    Comment

    Working...