Recent content by greg

  1. G

    Nested Tables

    Can DOA do nested ClientDataSets? With the BDE I would set the DataSource property of th e child query to the DataSource of the Parent query and this would link the child and parent ClientDataSets to create a nested ClientDataSet. Since there is no DataSource property on the TOracleDataSet or...
  2. G

    Detail OracleDataSet with a Oracle View

    Thanks Marco, Actually, the tables we are using have different field names for the same field in different tables--for example field name "manager" in employee table and "name_manager" in the name table. This is due to poor database design, but we have to use the tables as they are. It seems...
  3. G

    Detail OracleDataSet with a Oracle View

    I'm using a form with a master & detail grid on the form. The master and detail work just fine when I use 2 oracle tables. However, I need to use a Oracle view I created as one of the detail tables. Can I use a detail OracleDataSet with a view? When I try to do this automatically I get the...
  4. G

    Installing TOracleProvider in C++ v4

    Hello Marco, You're right! I forgot to add the DOA package to the required section. Once I did it worked just as you said. Thanks for your help. Maybe you should add your instructions to the installation manual. Thanks again Greg
  5. G

    Installing TOracleProvider in C++ v4

    Hello Marco, When I try what you suggest, I get the following error message: "Cannot load package 'ZETA'. It contains unit 'OracleFilter', which is also contained in package 'DOA'. " Concerning installation of TOracaleProvider, the manual says simply: "From the C++Builder Component menu...
  6. G

    Installing TOracleProvider in C++ v4

    We've just purchased your DOA product here at cargill, and I'm having a problem. When I install TOracleProvider into an existing package doa.bpl, I get the error message--[Pascal Fatal Error] pasall.tmp(3): File not found: 'OracleReg.dcu' and the compiler highlights the following line: Uses...
Back
Top