Recent content by Ivan3138

  1. I

    Text importer does not accept unicode files

    Hi, if you are working on unicode version of PLSQL developer, please don't forget that Text Importer function (which is really nice), does not currently support unicode text files. Even if the file only has english text, it's completely ignored. Thank you.
  2. I

    Another wish

    Unicode support!!! It's shame that even Oracle doesn't support it in it's own tools.
  3. I

    Problem with PLSQL function returning CLOB

    Thanks Marko, you've been right, I've accidently freed package before that call... sometimes I am blind
  4. I

    Problem with PLSQL function returning CLOB

    Hello, I have used Package wizard to make a wrapper around my package. It created this function: // SHP_DOC_GEN.GET_DOCUMENT function TShpDocGen.GetDocument(Document: Double): TLOBLocator; begin Result := TLOBLocator.Create(Session, otCLOB); try GetQuery...
Back
Top