Text and number as Param
Posted: Thu  01 Sep 2016 07:53
				
				We have a problem with params in our SQL.
If we define an SQL statement with a param like:
SELECT * FROM Test WHERE Column = :1Param
SDAC only shows the "1" as param but not the whole "1Param".
We used ADO before and it hadn't this problem.
Do you have any ideas what we could do?
In TParser.InternalGetNext you distinguish between numbers and alphas.
There is a routine called "IsAlpha" and "IsNumber".
Is there a reason for this?
Best regards
			If we define an SQL statement with a param like:
SELECT * FROM Test WHERE Column = :1Param
SDAC only shows the "1" as param but not the whole "1Param".
We used ADO before and it hadn't this problem.
Do you have any ideas what we could do?
In TParser.InternalGetNext you distinguish between numbers and alphas.
There is a routine called "IsAlpha" and "IsNumber".
Is there a reason for this?
Best regards