Indicar que :AlgumaCoisa não é um parâmetro
Existe algum meio de eu indicar que :AlgumaCoisa não é um parâmetro no SQL?
Rjun
Curtidas 0
Respostas
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
19/12/2006
Massuda, funcionou perfeitamente. Muito obrigado.
GOSTEI 0