B4J Question B4J Extract Object values

Domingo Garcia

Member
Licensed User
Hi,
I'm using the jDRC2 module and would like to write a text file with all the sql commands and the data processed. but how do I extract the data from the cmd.Parameters object to text fields separated with ",".
I tried dumping into the log to see what it looked like and got this:
Command: Q2: (cmd=sel_chk_max) (val=[Ljava.lang.Object;@fcd6521), took: 11ms, client=192.168.1.125
 
Top