Recent content by panda

  1. P

    UpdatesPending

    I don't understand extacly how the function UpdatesPending[] should works. I use the following script and UpdatesPending[] always return true. DbJS->JS->ApplyUpdates[OPENARRAY[const TDataSet *, [QList]], false ]; if [QList->UpdatesPending[]] if [MessageDlg["ASKHPB : Do you want to process...
  2. P

    Cached updates without real rowid

    I'm using CachedUpdates with an implementation of the 'ApplyRecord' event (all the changes to the DB are managed by an external unit). In fact, TOracleDataSet is used only to provide a datasource for an advanced grid control. It is bit long to explain you the full context, but I have a problem...
  3. P

    Cached updates

    How it is possible to only post cached updates to the database WITHOUT commit or rollback ?
  4. P

    Wich variable type for 'BOOLEAN' parameter ?

    Can you tell me what (and how to assign) variable type must I use for calling an Oracle Procedure wich require a 'BOOLEAN' parameter ?
  5. P

    Cannot set preferences in PL/SQL Dev 6

    Sorry but I was able to solve the problem by deleting my user profile for PL/SQL in the registry (HKCU/Soft/Allroud/PL-SQL)
  6. P

    Cannot set preferences in PL/SQL Dev 6

    When I click on Tools | Preferences ..., onlye titles are shown, not the settings. I tried to restart my machine. I try reinstall PL/SQL Dev The PL/SQL Dev release : 6.0.1.848
  7. P

    EOracleError

    OK, but how to code this in C++ Builder? And where where the Oracle error code is specified ?
  8. P

    EOracleError

    How can I throw a custom EOracleError with a specific error code and a specific message ?
Back
Top