Params
Posted: Tue 10 Jun 2014 05:36
Hi.
Is there some way to use params in insert/update/delete/refresh/lock queries ?
If I write, for example, in delete statement:
WHERE ID = :BLABLA
the param MYPARAM not displayed in params tab an when I execute this SQL,
I get error: "Not found field corresponding parameter BLABLA".
I'm informed to I can write this SQL via UniQuery.UniUpdateSQL.DeleteObject, but
without UniUpdateSQL.DeleteObject ?
WBR
Janex
Is there some way to use params in insert/update/delete/refresh/lock queries ?
If I write, for example, in delete statement:
WHERE ID = :BLABLA
the param MYPARAM not displayed in params tab an when I execute this SQL,
I get error: "Not found field corresponding parameter BLABLA".
I'm informed to I can write this SQL via UniQuery.UniUpdateSQL.DeleteObject, but
without UniUpdateSQL.DeleteObject ?
WBR
Janex