Error using blob with Unidac

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Error using blob with Unidac

Post by AlexP » Tue 18 Dec 2012 17:11

Hello,

I have received your letter, and will inform you as soon as we get any results.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Error using blob with Unidac

Post by AlexP » Tue 18 Dec 2012 17:43

Hello,

For correct loading of XML data, there is no need to use the asString and asMemo properties, it is enough to use the LoadFromFile method.

Code: Select all

FDBQuery.parambyname('xml_datas').LoadFromFile('C:\PHOENIX_XML\BAD\Copie (2) de FASSYTEST.xml', ftOraClob);

Gaby23
Posts: 13
Joined: Thu 04 Oct 2007 12:46

Re: Error using blob with Unidac

Post by Gaby23 » Wed 19 Dec 2012 09:46

Hello,

Thank you very much !! :D :D

It works fine with UniDAC 3.70.017 and UniDAC 4.5.10.

Regards,
Gaby23

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Error using blob with Unidac

Post by AlexP » Wed 19 Dec 2012 09:59

Hello,

Glad to see that the problem was solved. If you have any other questions, feel free to contact us.

Post Reply