Recent content by MMI

  1. M

    Simple select from TOracleDataSet causes ORA-01722:invalid number

    no... that's the problem - quotes are all the time - otherwise it wouldn't work at all. form shows detailed information about case - you enter number of case - and you see details... all other numbers(as far as i know) work well. this one - doesn't, that's why i can't understand what is...
  2. M

    Simple select from TOracleDataSet causes ORA-01722:invalid number

    I have TOracleDataSet which has sql: SQL[0] = 'select * from ad.VIEW_MT_SUB_VIEW' SQL[1] = 'where numurs = 'xxx'' field numurs is of type varchar2(7) in application i replace SQL[1] as needed. usually all works fine. but now if SQL[1] := ' where numurs = ''9453252''' then opening DataSet i get...
  3. M

    TRxLookupEdit and DOA

    i have following problem: in "old" application (based around Delphi5, BDE, RXLib (http://rxlib.wz.cz/) and Oracle database) widely is used component called TRxLookupEdit to show entrys history (e.g. 1st user1 saved it, 2nd user2 edited it at..., 3rd user1 edited it again) now i'm moving...
Back
Top