Recent content by yagi

  1. Y

    Default NULL value for fields

    After changeing the default value for field i run the program again. Even PL/SQL Developer show a default for fields very strange (the 'NULL| |' string appears, but for fields which has default = null given in time of creation of table nothing is shown).
  2. Y

    Default NULL value for fields

    I found something strange bevaviour. I hahe a table with column COL1 with DEFAULT 0 defined. I set OracleDataSet.OracleDictionary
  3. Y

    NullValue questions

    What the NullValue is for? The DOA help not show much about this topic.
  4. Y

    NullValue questions

    Can somebody explain me more about NullValue. I have the following problems with this (maybe there are bugs?). I have NullValue = nvUnAssigned for OracleSession. In OnDataChange event of DataSource connected with some OracleDataSet i try to do something like this...
Back
Top