Recent content by nodari

  1. N

    ora-01460

    Dear Marco, Thank you very much for your kind support. We indeed found your information very helpfull. Nodar Zviadadze
  2. N

    ora-01460

    I changed oracle server version 9i1 with 9i2. The queries, for example: select cl_start_date, cl_acall, cl_cu_id, cl_country, cl_rcode from littlecalls where cl_start_date>='01-jan-2002' and to_char(cl_start_date, 'Mon')=:mon which used to complete in the old version, face problems now...
  3. N

    OracleDataset

    I try without for update and also by adding for update in runtime, but the same error is occur. read only properties of oracledataset and dbgrid->column is false. error is ocured when I'm running the application without C++ Builder environment (app.exe)
  4. N

    OracleDataset

    i can't edit data in dbgrid, error message is "record is locked by another user". no another users are working, query is: "select d.rowid, d.* from dest d for update of d.code" thank you
Back
Top