Recent content by PreXident

  1. P

    QBE & Field.ValidChars Bug

    Hello, we have found another bug with DOA 4.1.3.5 and XE6 20.0.16277.1276 which is related to QBE: When using QBE in our filtering dialogs, some TDBEdits refuses certain special characters (like 'c' and 's' with carons), but others (like 'e' and 'i' with acutes) work ok. We have discovered that...
  2. P

    DOA 4.1.3.5 XE6 - QBE bug with "having"

    Addresses are actually wrong, there are excess zeros. Use 2E078, 4A273, 4A274, 4A275 instead. Sorry for confusion.
  3. P

    DOA 4.1.3.5 XE6 - QBE bug with "having"

    For the users with the sources, the problem is in procedure OracleData.SetFieldSize. I guess it uses wrong offset somehow, so TField's FDataType is overwritten instead of FSize. For ones without the source code access, you can patch the OracleData.dcu manually: 32bit - address on 2E0708 needs...
  4. P

    SProviderSQLNotSupported on DOA with Delphi XE3

    Hi, fixing this issue takes about two minutes as edson suggested, so why is it taking so long? For impatient ones, here is a workaround working on DOA 4.1.3.5 Standard and Delphi XE6 20.0.15596.9843: unit MyOracleData; interface uses OracleData, DB; type TOracleDataSet =...
Back
Top