Recent content by W. Kroeker

  1. W

    Error: PLS-00123: program too large (Diana nodes)

    Disable "Add debug information ..." in Preferenzes, then PLSQL Developer compiles like "SQL+" without debug information. Debug informations increase the size of compiled code.
  2. W

    Possible Bug in TOracleDataSet in RowId function

    Still not found a solution? Do you also sell/give the source code? Possibly we can help to debug and find a solution? Regards W. Kroeker
  3. W

    Possible Bug in TOracleDataSet in RowId function

    Hi, sorry for asking again, but we need to deliver a new version of our software to our customer. So we have to know when we can get a solution on this topic. We wold like to tell our customer if he can get a solution on this topic yet. It's ok if it take some more time, but tell me please when...
  4. W

    Possible Bug in TOracleDataSet in RowId function

    Is there any progress on this topic?
  5. W

    Possible Bug in TOracleDataSet in RowId function

    I've sent the project to you. Please check.
  6. W

    Possible Bug in TOracleDataSet in RowId function

    Hello, there seem to be a bug, when you call the function "rowid" before a call of refresh and you have a call to a function in your query that raises an exception. Reproduce: Create a simple form with delphi, put everything to query on the form. Put the statement select to_date(:my_str_date...
Back
Top