Recent content by fabiano

  1. F

    Size Mismatch problem

    Ok, thanks. This fix is very useful to maintain backward compatibility. In design time the size mismatch remains, but at runtime all appears to work as in 7.0 version.
  2. F

    Size Mismatch problem

    Thanks, very useful reference! (but not so good delphi bug fix!). Fabiano
  3. F

    Size Mismatch problem

    I'm recompiling an old project. Now on some OracleDataSets I've the following error opening the DataSet: "DSetxxx: Size mismatch for field 'field1', expecting: 40 actual:31." I've seen that in Delphi I've defined 40 as the size of field1, and in Oracle it is 31, BUT this isn't changed! (old...
  4. F

    More about error management

    Thanks a lot. Now I can manage good error messaging in my applications! Fabiano
  5. F

    More about error management

    I required how to manage error messages and marco kalter's reply was very good (use of Session.MessageTable). My problem now is how to show proper message when an error occurs in a trigger. My standard trigger code is similar to: CREATE OR REPLACE TRIGGER MyTrigger BEFORE INSERT ON MyTable...
  6. F

    Oracle error management

    Thanks a lot. I'll try. Fabiano
  7. F

    Oracle error management

    My need is to substitute integrity oracle error messages with a more user friendly message. Any suggestion? Fabiano P.S. I posted yesterday similar message but I never seen it in the forum so I retry, Excuse me if received twice.
  8. F

    SequnceField at runtime

    How can I set a SequenceField on a TOracleDataSet at RunTime?
Back
Top