I am trying to connect a TDBGrid to TOracleDataSet. At design time, I want to select the source but the TOracleDataSet component never shows up. Once I added a TDataSet and set it's DataSet Source value to the TOracleDataSet, I was able to view the data.
My questions are :
1) Is there a more...