execute sql with parameters already replaced
Posted: Tue 13 Oct 2015 07:35
Hi,
I have a query text, where the parameters have already been replace with question marks:
select ?, ?, ?
and I have also orderer list of the corresponding values in array of variant.
How do i execute such query?
I tried TMSConnection.ExecSQL, but this method expects named parameters in the sql text (:param1, :param2 etc.)
Thanks, Ludek.
I have a query text, where the parameters have already been replace with question marks:
select ?, ?, ?
and I have also orderer list of the corresponding values in array of variant.
How do i execute such query?
I tried TMSConnection.ExecSQL, but this method expects named parameters in the sql text (:param1, :param2 etc.)
Thanks, Ludek.