dirkg
committed
on 10 Jan 04
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as … Show more
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as a bind variable to the database. Instead I have hard-wired the format string into the database which means less code and maybe even slightly more efficiency.

Show less