Recent content by riverlee

  1. riverlee

    TXMLTYPE OCI-215000

    No Thanks!
  2. riverlee

    TXMLTYPE OCI-215000

    lqInsBlob := TOracleQuery.Create(self); with lqInsBlob do begin session := sysfdmodule.database; sql.Clear; sql.add('Insert into XMLBLOB'); sql.add('(Blb_blob, Blb_id, cat_code)'); sql.add('values (sys.xmltype.createxml(:Blb_blob), :Blb_id, :cat_code)'); lvLob :=...
  3. riverlee

    TXMLTYPE OCI-215000

    Hello,ldsandon I found a method to solve this bug!
  4. riverlee

    TXMLTYPE OCI-215000

    This error is Oracle Client 10's bug!
  5. riverlee

    Chinese Language Pack?

    I have tested to translate a lot of mainmenu's string,but i have not found any changes! why?
  6. riverlee

    Chinese Language Pack?

    Thanks! I will try my best to work it!
  7. riverlee

    Chinese Language Pack?

    You can notice me by E-Mail! riverlee@hzcnc.com
  8. riverlee

    Chinese Language Pack?

    I enjoy it! I have used Oracle 8 years.
  9. riverlee

    Chinese Language Pack?

    When will you supply Chinese Language Pack? Thanks
  10. riverlee

    about DOA in Asta

    hi,mkalter I use AstaClientDataSet to insert a record into a table (AstaDOAServer),the table's primary key is generated from server side StoredProcedure.I can't refresh record from server,because asta client side wherestring can't use rowid. How should I do? sorry my pool english. thanks!
  11. riverlee

    Best Oracle Release

    Which release of Oracle is for DOA thanks
  12. riverlee

    DOA and Intraweb

    I used very fine!
  13. riverlee

    ORA-03106 fatal two task communication error

    I have found the problem. Because in my oracle client dir "$ORACLE_HOME\nlsrtl32" *.NLB files lost these files: Lx20354.NLB Lx4001C.NLB Lx40018.NLB Lx4002E.NLB Lx40019.NLB Lx4002F.NLB Lx4001A.NLB Lx40030.NLB Lx4001B.NLB Lx40031.NLB copy these from other computer. That's OK! Because I...
  14. riverlee

    ORA-03106 fatal two task communication error

    When I Logon Oracle(8.1.6) with DOA or PLSQLDEV, I am getting the following error message "ORA-03106 fatal two task communication error" but Oracle(7.3.2) no error. Can anyone please give the solution so that I can proceed. sql*net version 2.3
Back
Top