Recent content by Anthonio Chaw

  1. A

    how to kill an oracle process in my program

    i wanna kill an oracle process because a record was locked thanks
  2. A

    Dynamic Refresh DataSet

    Sorry,i have many questions recently. I'm now developing a network program using DOA(Hotel Management System,PMS),in my program some forms need dynamic refresh its data(such as room status),so i use delphi's socket control to notify other computers runing same program when i update the room...
  3. A

    TOracleDataSet in Frame

    sorry, my code is very long, so in brief the master dataset is in my main form and detail dataset in frame. if i not set detail.master property then it works,but if i set that,it will duplicate a same record after i commit . thx.
  4. A

    TOracleDataSet in Frame

    i have a DetailOracleDataSet in a Frame, after this frame created in runtime, i set DetailOracleDataSet.Master= MasterDataSet,when i applyupdates,error occurs,DetailOracleDataSet have two same record,why? Best regards AC
  5. A

    how could i post an encrypted char

    i cant post an encryted char(eg. char(...) or 128) ,what data type should i use,thx
Back
Top