Recent content by phoenix610

  1. P

    TLobLocator: Invalid Handle when TLobLocater.Free

    oh. this is oracle version issue? anway, its ok with me because i can avoid this issue by invoking TLobLocator.Clear method. I just wanteted know whether what causes this error. pls look at this thread ttp://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002736 he is using...
  2. P

    TLobLocator: Invalid Handle when TLobLocater.Free

    Hows this going on???????????????????????????????????????????
  3. P

    Unable to insert NULL value for TLobLocator

    >Also when useing SetEmpty with the Free method I get the an error: TLobLocator: Invalid Handle This issue seems same as what i've reported just now here ttp://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002734
  4. P

    TLobLocator: Invalid Handle when TLobLocater.Free

    umm where to check it?? the file version of oci.dll is 10.2.0.1
  5. P

    TLobLocator: Invalid Handle when TLobLocater.Free

    When TLobLocator.IsNull is true, TLobLocator.Free method raises Invalid Handle error. Sample code is below while True do begin Lob := FDbmsMetadata.FetchClob(Handle); try if Lob.IsNull then Break; // finally // Lob.Clear; Lob.Free; end; end; //...
  6. P

    ORA-32255

    Yeh. theres not much information. thats why i dont know where to do.anyway, i'll try make a small program for producing this error and mail it to u if i can.
  7. P

    ORA-32255

    My apps reads USER_TAB_COLUMNS.DEFAULT columns many times. then ORA-32255 error often occurs but not always. it seems when reading NULL long value, this error occurs. >Is there any error text? error text is ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA I goolgled this error...
  8. P

    ORA-32255

    (Im using TOracleQuery)->((Im using TOracleDataSet.Fields.AsString)
  9. P

    ORA-32255

    I've encourted ORA-32255 error. I havent investigated this bug yet enough but it seems when DOA(Im using TOracleQuery) reads Long data-type columns, this error *often* occurs. DOA 4.0.7.1 Oracle 10.2.0.1
  10. P

    how to check oracle client

    I'll try it. Thaks for ur reply.
  11. P

    DOA 4.1

    DOA 4.1 can process surrogate pair properly?? Im just wondering if DOA4.1 can do it or not.
  12. P

    how to check oracle client

    Hi Is there any ways to check if oracle client has been installed. Currently Im using OracleHome function in my application in order to check if oracle client has been installed because this function raise TStringList exception when it hasnt been installed. Im just looking for standard way in...
  13. P

    record not found

    it seems ur issue has a relation to string trimming. the table which u want to update or somthing have char or varchar2 colums, doesnt it?? if so, refer http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002304...
  14. P

    Unicode and not

    pls include this fixes with final 4.1 release. I've been waiting for so long time :( http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002303#000000
  15. P

    Delphi 2006?

    Hi Marco. I'm waiting for the next release for a long time. You said "We'll have a Delphi 2006 version available this week". You have already relesed the next release??? I have visisted the registered pages many times but I have never found it. I'd like to test not Delphi2006 version but...
Back
Top