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.
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...