Page 1 of 1

How to support blob Param with Using TUniConnection.ExecSQ?

Posted: Mon 24 Oct 2011 04:32
by TinTin
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)?

Posted: Mon 24 Oct 2011 07:07
by AlexP
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.

Posted: Mon 24 Oct 2011 09:41
by TinTin
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!