Question
3 cfqueryparam questions
In a cfqueryparam tag for a SQL server text type , is cfsqltype="CF_SQL_CHAR" with maxlength="256" ok ?
In a cfqueryparam tag for a SQL server datetime type,is cfsqltype="CF_SQL_TIMESTAMP" with a maxlength="23" ok ?
Is maxlength needed in either of these situations ?
