presently i am facing delay issue while making comma separted values .
pls provide the valuable solution to resolve the issue.Below mentioned problematic code ,
1 2 4 are values 1st row column value need to be 1,2,4 .
which one slow the process of execution .finally it shows performance issue while building the comma separted the value to single char*
Why not print/record the time where you have those debug statements? Obviously, the things that are taking time are methods on oTableQuery, you should time those to begin with.
Also, please format your code using the relevant tags.