Hi All
I have a procedure which dynamically generates queries. However in some cases the generated query is exceeding the maximum size of a VARCHAR due to which the variable holding the query in the procedure truncates the query.
Also, I am using dbc.SysExecSQL(sqlStmt) procedure for executing queries.
Can I use CLOB. If yes then will it be executable using this procedure or can I append CLOB with another CLOB.
If No, Please suggest some solution
Thanks
Forums: