Recent content by 007x

  1. 0

    REcord is locked by another user

    You are right. I set the BytesPerCharacer to bcAutoDetect in Delphi 6. And work fine. I sloved my problems. Before I saw this post, I have the problems below : 1, When I update Numerical field, it said lock by another user. 2, When I update character field, it said ORA-01461: can bind a LONG...
  2. 0

    Problem with using TOracleDataSet

    Problem Slove. I havne't add all field in the field editor. But I don't know why. In design time, I haven't a real table name, only have a parameter %s, so I can't all those field into the field editor. I try to give a actual table name and add fields in field editor and change the table name...
  3. 0

    Problem with using TOracleDataSet

    I use OracleMonitor and found that there are two sql statement automaticaly run in the first executation of my select statement. The error occure when the second statement execute. There are the statements ...
  4. 0

    Problem with using TOracleDataSet

    I want to change table name dynmaicaly so I write the sql statement in OracleDataSet like this : OracledataSet1.Sql.Text := 'SELECT * FROM %S' At run time, I use the following command to change the sql statement. OracleDateSet1.Sql.Text := Format(OracleDataSet1.Sql.Text,['TheTableName']) But...
Back
Top