Recent content by cagatay ozpolat

  1. C

    question about TOraclePackage function and object call

    Hello; I'm working with dbms_debug package and I'm using TOraclePackage. I've two question about usage of TOraclePackage. 1) By using TOraclePackage, how can I call and read the following Oracle Object. TYPE xxxx IS TABLE OF VARCHAR2(64); 2) on dbms_debug package there exist FUNCTION...
  2. C

    When will you lounch doa2006?

    Hello; I've migrate to Delphi2006. Unfortunately, I did not check your doa2006 release is ready or not. When will you lounch your release for Delphi2006/Win32. Sincerely. Cagatay Ozpolat
  3. C

    Where can I found all Column Types used in DOA ?

    Hello; On PDF documentation I couldn't found Whole column types. For example: otDate=12 otNumber=2 otFloat=4 otLong=8 otBlob=113 My retrieved column is Number(20) format and column type value is 5. Bu I can not found otXXXX name. Can you help me? Cagatay
  4. C

    How can I display number(20) formatted columns without scientific notations?

    It's Ok. I've taken succesfull result by adjusting TOracleSession.Preferences.FloatPrecision. Thanks a lot for your interest.. Sincerely. Cagatay
  5. C

    How can I display number(20) formatted columns without scientific notations?

    Hello; I've set in my code the following properties as true : OracleDataSet.OracleDictionary.DisplayFormats:=True; OracleDataSet.OracleDictionary.RangeValues:=True; But I can not see the values of Number(20) formatted colums as the following: 9007199254796474761 (Without , and E...
Back
Top