Indicar que :AlgumaCoisa não é um parâmetro

Delphi

19/12/2006

Existe algum meio de eu indicar que :AlgumaCoisa não é um parâmetro no SQL?


Rjun

Rjun

Curtidas 0

Respostas

Massuda

Massuda

19/12/2006

Não sei se isso te ajuda, mas no tópico ´Using parameters in queries´ do help do D7 tem esta nota...
You can suppress the automatic generation of parameter objects in response to changing the query text by setting the ParamCheck property to False. This is useful for data definition language (DDL) statements that contain parameters as part of the DDL statement that are not parameters for the query itself. For example, the DDL statement to create a stored procedure may define parameters that are part of the stored procedure. By setting ParamCheck to False, you prevent these parameters from being mistaken for parameters of the query.



GOSTEI 0
Rjun

Rjun

19/12/2006

Massuda, funcionou perfeitamente. Muito obrigado.


GOSTEI 0
POSTAR