How to support blob Param with Using TUniConnection.ExecSQ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
TinTin
Posts: 46
Joined: Sat 30 May 2009 14:09

How to support blob Param with Using TUniConnection.ExecSQ?

Post by TinTin » Mon 24 Oct 2011 04:32

function TUniConnectionExecSQL(Text: string; const Params: array of variant): variant;

How to support blob Param with Using TUniConnection.ExecSQ?
If it can,How to write codes?

Blob Data can convert it into variant type(array of byte),So the TUniConnectionExecSQL can support variant type(array of byte)?

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

Post by AlexP » Mon 24 Oct 2011 07:07

hello,

At the moment the ExecSQL method does not support BLOB parameters. We will consider the possibility of adding support for such parameters in the future.

TinTin
Posts: 46
Joined: Sat 30 May 2009 14:09

Post by TinTin » Mon 24 Oct 2011 09:41

AlexP,Thank you for your Reply!
:),I remember you give me many hopes in the future!
Maybe after three months,I will ask you the same hopes!

Post Reply