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 direct way to do this?
2) Under my current config, is the BDE involved in any way?
It just seems that the TOracleDataSet should replace TDataSet.
My questions are :
1) Is there a more direct way to do this?
2) Under my current config, is the BDE involved in any way?
It just seems that the TOracleDataSet should replace TDataSet.