Recent content by rdiez

  1. R

    Error delphi xe6 with oracledata

    I need a a solution Marco.. can you compile oraclevisual.pas unit with delphi xe 6 upadte 1 and send me it.? thanks so much
  2. R

    Error delphi xe6 with oracledata

    OracleData.dcu Oracle.dcu Are in these paths: C:\Program Files (x86)\Embarcadero\Studio\14.0\DOA C:\Program Files (x86)\Embarcadero\Studio\14.0\DOA\Win64
  3. R

    Error delphi xe6 with oracledata

    Unit OracleVisual was compiled with a different version of FireDAC.Phys.Oracle.DOAHelpFile And the compiler stop in oracledata...
  4. R

    Error delphi xe6 with oracledata

    Thanks Marco, is posible are there a problem with oracle 8 client?
  5. R

    Error delphi xe6 with oracledata

    Hi, i'm trying to migrate code from delphi xe to delphixe6. When i compile i get this error in the unit OracleData. [dcc32 Fatal Error] uBase.pas(26): F2051 Unit OracleVisual was compiled with a different version of FireDAC.Phys.Oracle.DOAHelpFile Can you help me? ? i'm desperate.
  6. R

    Oracle 10 Express Edition. Error Ora-12154

    This is the Oracle information : -Oracle Database 10g Express Edition (Universal) OracleXEUniv.exe (216,933,372 bytes) -Oracle Database 10g Express Client OracleXEClient.exe (30,943,220 bytes) Client software to be installed on client systems for remotely accessing Oracle Database...
  7. R

    Oracle 10 Express Edition. Error Ora-12154

    Do i need to install the client onto the same computer as Oracle Database 10g Express Edition to work fine whith DOA? The TOracleSession connect but i have the error ORA-12154. Why? Thanks and regards.
  8. R

    Oracle 10g Express Edition

    What do you think about perfomance? We need to restructure an aplicattion without local area network, actually created in paradox. Thanks for yor advices.
  9. R

    Oracle 10g Express Edition

    Hello, i had installed oracle 10g express edition on a pc? Can i use doa component with this oracle version to create local applications? Thanks-
  10. R

    message when the qbe has 0 records

    Hi! I need to return a message when the QBE result is 0 records and then refresh the dataset with the complete records. Thanks.
  11. R

    GotoCurrent()

    Perfect Thank you very much. ------------------
  12. R

    GotoCurrent()

    The user select a record with doble click on a TDbGrid and then I need to situate on this record in other Form wiht other TOracleDataset. But I don
  13. R

    GotoCurrent()

    One question. Are there in TOracleDataSet component any method than simulate the method GotoCurrent() of TTable?. Thanks. ------------------
  14. R

    Error with TOracleNavigateBtn

    Hi I've a problema with a Component TOracleDbNavigator. I need to close a form when the user click on the cancel button. procedure Form1.DbNavigator1Click(Sender: TObject;Button: TOracleNavigateBtn); begin if (Button = nbCancel) then Close; end; The error in design is: Incompatible types...
Back
Top