Recent content by KhazadDoom

  1. K

    problem with updates

    thanks, it works with that :-)
  2. K

    problem with updates

    update "ITIROBMAT"."GRUSER" set "POD" = :V0, "ORG" = :V1, "VRIJEME" = :V2 where "KORISNIK" = :V3 problem is with field 'korisnik', char length 8, if that field contain 8 chars all is correct, but if field is shorter, update will not be made, problem with right trim of variable :v3 in this...
  3. K

    problem with updates

    if I put OracleSession and OracleDataSet on form with sql : 'select g.rowid,g.* from tablename g' and Close, Open,First, Edit After Edit OracleDataSet.UpdateRecord works but... if I put SoccetConnection and ClientDataSet which is connected on server side with same query I can get updates in...
  4. K

    problem with updates

    May I ask you something? I start to use DOA, if I use OracleDataSet components I have no problem with update records. If I use Client Data Set on client side, connected with Dataset Provider on OracleDataSet on server side I cant update records with : Clientdataset.ApplyUpdates(0); I have...
Back
Top