Command size limit on temp tables with database debugger

CR #428907

Description: Non-sharable temp tables are visible only for the current JDBC connection, and the database debugger must retrieve temp table data from the ASE debugger API thread. The debugger API limits command length to 255 characters.

Workaround: Limit command lengths to 255 characters or less when performing inserts or updates on temp tables and using the database debugger.